From owner-svn-ports-head@freebsd.org Wed Dec 5 13:58:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F39AD1314740; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93B6A73954; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BAE61544F; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Dvxej087530; Wed, 5 Dec 2018 13:57:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5DvxnG087529; Wed, 5 Dec 2018 13:57:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051357.wB5DvxnG087529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 13:57:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486670 - in head/Mk: . Uses X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/Mk: . Uses X-SVN-Commit-Revision: 486670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93B6A73954 X-Spamd-Result: default: False [-0.62 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; NEURAL_HAM_SHORT(-0.07)[-0.070,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:58:00 -0000 Author: rene Date: Wed Dec 5 13:57:58 2018 New Revision: 486670 URL: https://svnweb.freebsd.org/changeset/ports/486670 Log: Unregister PHP 7.0, it has reached its end-of-life on 2018-12-04. Modified: head/Mk/Uses/php.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Wed Dec 5 13:54:15 2018 (r486669) +++ head/Mk/Uses/php.mk Wed Dec 5 13:57:58 2018 (r486670) @@ -96,7 +96,7 @@ DIST_SUBDIR= PECL PHPBASE?= ${LOCALBASE} -_ALL_PHP_VERSIONS= 56 70 71 72 73 +_ALL_PHP_VERSIONS= 56 71 72 73 # Make the already installed PHP the default one. . if exists(${PHPBASE}/etc/php.conf) @@ -169,9 +169,6 @@ PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 71 PHP_EXT_DIR= 20160303 PHP_EXT_INC= pcre spl -. elif ${PHP_VER} == 70 -PHP_EXT_DIR= 20151012 -PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 56 PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl @@ -357,13 +354,12 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl db tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components _USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct -_USE_PHP_VER70= ${_USE_PHP_ALL} _USE_PHP_VER71= ${_USE_PHP_ALL} _USE_PHP_VER72= ${_USE_PHP_ALL} sodium _USE_PHP_VER73= ${_USE_PHP_ALL} sodium bcmath_DEPENDS= math/php${PHP_VER}-bcmath -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} . else bitset_DEPENDS= math/pecl-bitset2@${PHP_FLAVOR} @@ -388,7 +384,7 @@ iconv_DEPENDS= converters/php${PHP_VER}-iconv igbinary_DEPENDS= converters/pecl-igbinary@${PHP_FLAVOR} imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 intl_DEPENDS= devel/php${PHP_VER}-intl . else intl_DEPENDS= devel/pecl-intl@${PHP_FLAVOR} @@ -401,12 +397,12 @@ mcrypt_DEPENDS= security/pecl-mcrypt@${PHP_FLAVOR} . else mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt . endif -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 memcache_DEPENDS= databases/php-memcache@${PHP_FLAVOR} . else memcache_DEPENDS= databases/pecl-memcache@${PHP_FLAVOR} . endif -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 memcached_DEPENDS= databases/pecl-memcached@${PHP_FLAVOR} . else memcached_DEPENDS= databases/pecl-memcached2@${PHP_FLAVOR} Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed Dec 5 13:54:15 2018 (r486669) +++ head/Mk/bsd.default-versions.mk Wed Dec 5 13:57:58 2018 (r486670) @@ -78,7 +78,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} .endif # Possible values: 9.3, 9.4, 9.5, 9.6, 10, 11 PGSQL_DEFAULT?= 9.5 -# Possible values: 5.6, 7.0, 7.1, 7.2, 7.3 +# Possible values: 5.6, 7.1, 7.2, 7.3 PHP_DEFAULT?= 7.2 # Possible values: 2.7, 3.4, 3.5, 3.6, 3.7 PYTHON_DEFAULT?= 2.7