update to php-8.1.14
This commit is contained in:
parent
ac69399f45
commit
f2e7b81081
@ -1,22 +1,13 @@
|
||||
BROKEN-sparc64= fibers requires either ucontext or asm code (not present for sparc64)
|
||||
|
||||
PORTROACH= limit:^8\.1
|
||||
PHP_VERSION= 8.1.13
|
||||
PHP_VERSION= 8.1.14
|
||||
PHP_PKGSPEC= >=8.1,<8.2
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
# keep REVISION-curl >= -stable for 7.2 cycle;
|
||||
# curl gained additional WANTLIB post 7.2-release
|
||||
REVISION-curl= 0
|
||||
|
||||
AUTOCONF_VERSION= 2.71
|
||||
|
||||
# BDEP needed as well as LIB_DEPENDS-main because -main is knocked
|
||||
# out for "embed" builds.
|
||||
# xxhash is used as a header-only library here; the file is included in
|
||||
# the PHP distribution in a subdir but /usr/local/include is ahead in the
|
||||
# -I path so that gets picked up in preference. make it explicit by
|
||||
# adding the dep.
|
||||
BUILD_DEPENDS= devel/capstone/main \
|
||||
sysutils/xxhash
|
||||
LIB_DEPENDS-main= devel/capstone/main
|
||||
WANTLIB-main= capstone
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (php-8.1.13.tar.xz) = sV7wzN1nYIJWBLPE4+c1WNz4fHXvHWjvQonY/SYayFY=
|
||||
SIZE (php-8.1.13.tar.xz) = 11802424
|
||||
SHA256 (php-8.1.14.tar.xz) = 4W5HqHLVhoWROshIzpLsSfQsGCgRDJjGX7YmWghySho=
|
||||
SIZE (php-8.1.14.tar.xz) = 11752004
|
||||
|
@ -31,7 +31,7 @@ Index: php.ini-development
|
||||
|
||||
; Whether to allow include/require to open URLs (like https:// or ftp://) as files.
|
||||
; https://php.net/allow-url-include
|
||||
@@ -963,7 +961,7 @@ cli_server.color = On
|
||||
@@ -968,7 +966,7 @@ cli_server.color = On
|
||||
[Date]
|
||||
; Defines the default timezone used by the date functions
|
||||
; https://php.net/date.timezone
|
||||
|
@ -40,7 +40,7 @@ Index: php.ini-production
|
||||
|
||||
; Whether to allow include/require to open URLs (like https:// or ftp://) as files.
|
||||
; https://php.net/allow-url-include
|
||||
@@ -965,7 +963,7 @@ cli_server.color = On
|
||||
@@ -970,7 +968,7 @@ cli_server.color = On
|
||||
[Date]
|
||||
; Defines the default timezone used by the date functions
|
||||
; https://php.net/date.timezone
|
||||
|
Loading…
Reference in New Issue
Block a user