Unregister PHP 5.6 which expired today.

This commit is contained in:
Rene Ladan 2019-01-01 13:19:23 +00:00
parent d0410634dd
commit a873d4b4ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488884
2 changed files with 3 additions and 7 deletions

View file

@ -96,7 +96,7 @@ DIST_SUBDIR= PECL
PHPBASE?= ${LOCALBASE} PHPBASE?= ${LOCALBASE}
_ALL_PHP_VERSIONS= 56 71 72 73 _ALL_PHP_VERSIONS= 71 72 73
# Make the already installed PHP the default one. # Make the already installed PHP the default one.
. if exists(${PHPBASE}/etc/php.conf) . if exists(${PHPBASE}/etc/php.conf)
@ -169,9 +169,6 @@ PHP_EXT_INC= pcre spl
. elif ${PHP_VER} == 71 . elif ${PHP_VER} == 71
PHP_EXT_DIR= 20160303 PHP_EXT_DIR= 20160303
PHP_EXT_INC= pcre spl PHP_EXT_INC= pcre spl
. elif ${PHP_VER} == 56
PHP_EXT_DIR= 20131226
PHP_EXT_INC= pcre spl
. else . else
# (rene) default to DEFAULT_VERSIONS # (rene) default to DEFAULT_VERSIONS
PHP_EXT_DIR= 20170718 PHP_EXT_DIR= 20170718
@ -208,7 +205,7 @@ PECL_PKGNAMEPREFIX= php${PHP_VER}-pecl-
. if ${PHP_VER} == "${VER}" . if ${PHP_VER} == "${VER}"
_IGNORE_PHP_SET= _IGNORE_PHP_SET=
IGNORE= cannot be installed: doesn't work with lang/php${PHP_VER} port\ IGNORE= cannot be installed: doesn't work with lang/php${PHP_VER} port\
(doesn't support PHP ${IGNORE_WITH_PHP:C/^([57])/\1./}) (doesn't support PHP ${IGNORE_WITH_PHP:C/^(7)/\1./})
. endif . endif
. endfor . endfor
. endif . endif
@ -353,7 +350,6 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
sockets spl sqlite3 sysvmsg sysvsem sysvshm \ sockets spl sqlite3 sysvmsg sysvsem sysvshm \
tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
# version specific components # version specific components
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct
_USE_PHP_VER71= ${_USE_PHP_ALL} _USE_PHP_VER71= ${_USE_PHP_ALL}
_USE_PHP_VER72= ${_USE_PHP_ALL} sodium _USE_PHP_VER72= ${_USE_PHP_ALL} sodium
_USE_PHP_VER73= ${_USE_PHP_ALL} sodium _USE_PHP_VER73= ${_USE_PHP_ALL} sodium

View file

@ -78,7 +78,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif .endif
# Possible values: 9.3, 9.4, 9.5, 9.6, 10, 11 # Possible values: 9.3, 9.4, 9.5, 9.6, 10, 11
PGSQL_DEFAULT?= 9.5 PGSQL_DEFAULT?= 9.5
# Possible values: 5.6, 7.1, 7.2, 7.3 # Possible values: 7.1, 7.2, 7.3
PHP_DEFAULT?= 7.2 PHP_DEFAULT?= 7.2
# Possible values: 2.7, 3.5, 3.6, 3.7 # Possible values: 2.7, 3.5, 3.6, 3.7
PYTHON_DEFAULT?= 2.7 PYTHON_DEFAULT?= 2.7