From owner-svn-ports-all@freebsd.org Tue Dec 17 18:43:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB0681EEFAE; Tue, 17 Dec 2019 18:43:20 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47cn8S3HXyz4dtD; Tue, 17 Dec 2019 18:43:20 +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 5FDE21A2D8; Tue, 17 Dec 2019 18:43:20 +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 xBHIhK7w046856; Tue, 17 Dec 2019 18:43:20 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBHIhKvU046855; Tue, 17 Dec 2019 18:43:20 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201912171843.xBHIhKvU046855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 17 Dec 2019 18:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520342 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 520342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2019 18:43:20 -0000 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