Date: Tue, 17 Dec 2019 18:43:20 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520342 - head/Mk/Uses Message-ID: <201912171843.xBHIhKvU046855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Dec 17 18:43:19 2019 New Revision: 520342 URL: https://svnweb.freebsd.org/changeset/ports/520342 Log: Unregister PHP 7.1, upstream has dropped security support on 2019-12-01 Discused with: portmgr Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Tue Dec 17 18:27:01 2019 (r520341) +++ head/Mk/Uses/php.mk Tue Dec 17 18:43:19 2019 (r520342) @@ -110,7 +110,7 @@ DIST_SUBDIR= PECL PHPBASE?= ${LOCALBASE} -_ALL_PHP_VERSIONS= 71 72 73 74 +_ALL_PHP_VERSIONS= 72 73 74 # Make the already installed PHP the default one. . if exists(${PHPBASE}/etc/php.conf) @@ -187,9 +187,6 @@ PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 72 PHP_EXT_DIR= 20170718 PHP_EXT_INC= pcre spl -. elif ${PHP_VER} == 71 -PHP_EXT_DIR= 20160303 -PHP_EXT_INC= pcre spl . else # (rene) default to DEFAULT_VERSIONS PHP_EXT_DIR= 20170718 @@ -382,7 +379,6 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl db sockets spl sqlite3 sysvmsg sysvsem sysvshm \ tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components -_USE_PHP_VER71= ${_USE_PHP_ALL} interbase recode wddx _USE_PHP_VER72= ${_USE_PHP_ALL} interbase recode sodium wddx _USE_PHP_VER73= ${_USE_PHP_ALL} interbase recode sodium wddx _USE_PHP_VER74= ${_USE_PHP_ALL} ffi sodium
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912171843.xBHIhKvU046855>