lang/php83: Update version 8.3.0alpha3=>8.3.0beta1
Changelog: https://github.com/php/php-src/blob/php-8.3.0beta1/NEWS Sponsored by: Bounce Experts
This commit is contained in:
parent
ef89b9e9b9
commit
4842c83946
3 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
PORTNAME= php83
|
||||
DISTVERSION= 8.3.0alpha3
|
||||
DISTVERSION= 8.3.0beta1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= https://downloads.php.net/~jakub/
|
||||
#MASTER_SITES= https://downloads.php.net/~eric/
|
||||
MASTER_SITES= https://downloads.php.net/~jakub/ \
|
||||
https://downloads.php.net/~eric/
|
||||
DISTNAME= php-${DISTVERSION}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688707232
|
||||
SHA256 (php-8.3.0alpha3.tar.xz) = 2a8d12479648b1d33212678ceb9cc55386c253b7fbc6988304c7f4a1dfe4bfc9
|
||||
SIZE (php-8.3.0alpha3.tar.xz) = 12300908
|
||||
TIMESTAMP = 1689844560
|
||||
SHA256 (php-8.3.0beta1.tar.xz) = 7998e1c2a90fd51932ce9579b8c53151691788f1110601ad99a5fae56843765f
|
||||
SIZE (php-8.3.0beta1.tar.xz) = 12369024
|
||||
|
|
|
@ -61,6 +61,7 @@ include/php/Zend/zend_globals.h
|
|||
include/php/Zend/zend_globals_macros.h
|
||||
include/php/Zend/zend_hash.h
|
||||
include/php/Zend/zend_highlight.h
|
||||
include/php/Zend/zend_hrtime.h
|
||||
include/php/Zend/zend_inheritance.h
|
||||
include/php/Zend/zend_ini.h
|
||||
include/php/Zend/zend_ini_parser.h
|
||||
|
@ -207,7 +208,6 @@ include/php/ext/standard/file_arginfo.h
|
|||
include/php/ext/standard/flock_compat.h
|
||||
include/php/ext/standard/fsock.h
|
||||
include/php/ext/standard/head.h
|
||||
include/php/ext/standard/hrtime.h
|
||||
include/php/ext/standard/html.h
|
||||
include/php/ext/standard/html_tables.h
|
||||
include/php/ext/standard/info.h
|
||||
|
|
Loading…
Reference in a new issue