Unregister PHP 5.5, it expired on 2016-10-20

Submitted by:	rene
Reviewed by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D8305
This commit is contained in:
Rene Ladan 2016-10-21 07:16:25 +00:00
parent 02be66d46d
commit 014608af5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424380
2 changed files with 1 additions and 5 deletions

View File

@ -108,9 +108,6 @@ PHP_EXT_INC= pcre spl
. elif ${PHP_VER} == 56
PHP_EXT_DIR= 20131226
PHP_EXT_INC= pcre spl
. elif ${PHP_VER} == 55
PHP_EXT_DIR= 20121212
PHP_EXT_INC= pcre spl
. else
# (rene) default to DEFAULT_VERSIONS
PHP_EXT_DIR= 20131226
@ -298,7 +295,6 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
sockets spl sqlite3 sysvmsg sysvsem sysvshm \
tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
# version specific components
_USE_PHP_VER55= ${_USE_PHP_ALL} mssql mysql sybase_ct
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct
_USE_PHP_VER70= ${_USE_PHP_ALL}

View File

@ -59,7 +59,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
# Possible values: 9.2, 9.3, 9.4, 9.5, 9.6
PGSQL_DEFAULT?= 9.3
# Possible values: 5.5, 5.6, 7.0
# Possible values: 5.6, 7.0
PHP_DEFAULT?= 5.6
# Possible values: 2.7, 3.3, 3.4, 3.5
PYTHON_DEFAULT?= 2.7