From owner-svn-ports-all@freebsd.org Fri Jun 15 14:43:11 2018 Return-Path: Delivered-To: svn-ports-all@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 8C9AC100C9B5; Fri, 15 Jun 2018 14:43:11 +0000 (UTC) (envelope-from pizzamig@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 420A171AFB; Fri, 15 Jun 2018 14:43:11 +0000 (UTC) (envelope-from pizzamig@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 2467318C4B; Fri, 15 Jun 2018 14:43:11 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5FEhA2U060438; Fri, 15 Jun 2018 14:43:10 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FEhAUf060437; Fri, 15 Jun 2018 14:43:10 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201806151443.w5FEhAUf060437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 15 Jun 2018 14:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472460 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 472460 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.26 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: Fri, 15 Jun 2018 14:43:11 -0000 Author: pizzamig Date: Fri Jun 15 14:43:10 2018 New Revision: 472460 URL: https://svnweb.freebsd.org/changeset/ports/472460 Log: Mk/Uses/php.mk: small clean-up Remove not existing extensions Improve uniformity Reviewed by: ale Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D15807 Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Fri Jun 15 14:23:40 2018 (r472459) +++ head/Mk/Uses/php.mk Fri Jun 15 14:43:10 2018 (r472460) @@ -359,7 +359,7 @@ _USE_PHP_VER71= ${_USE_PHP_ALL} _USE_PHP_VER72= ${_USE_PHP_ALL} sodium bcmath_DEPENDS= math/php${PHP_VER}-bcmath -. if ${PHP_VER} == 70 || ${PHP_VER} == 71 || ${PHP_VER} == 72 +. if ${PHP_VER} >= 70 bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} . else bitset_DEPENDS= math/pecl-bitset2@${PHP_FLAVOR} @@ -384,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 || ${PHP_VER} == 71 || ${PHP_VER} == 72 +. if ${PHP_VER} >= 70 intl_DEPENDS= devel/php${PHP_VER}-intl . else intl_DEPENDS= devel/pecl-intl@${PHP_FLAVOR} @@ -410,9 +410,7 @@ memcached_DEPENDS= databases/pecl-memcached2@${PHP_FLA mssql_DEPENDS= databases/php${PHP_VER}-mssql mysql_DEPENDS= databases/php${PHP_VER}-mysql mysqli_DEPENDS= databases/php${PHP_VER}-mysqli -ncurses_DEPENDS=devel/php${PHP_VER}-ncurses odbc_DEPENDS= databases/php${PHP_VER}-odbc -oci8_DEPENDS= databases/php${PHP_VER}-oci8 opcache_DEPENDS= www/php${PHP_VER}-opcache openssl_DEPENDS=security/php${PHP_VER}-openssl pcntl_DEPENDS= devel/php${PHP_VER}-pcntl @@ -439,8 +437,6 @@ snmp_DEPENDS= net-mgmt/php${PHP_VER}-snmp soap_DEPENDS= net/php${PHP_VER}-soap sockets_DEPENDS=net/php${PHP_VER}-sockets sodium_DEPENDS= security/php${PHP_VER}-sodium -spl_DEPENDS= devel/php${PHP_VER}-spl -sqlite_DEPENDS= databases/php${PHP_VER}-sqlite sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3 sybase_ct_DEPENDS= databases/php${PHP_VER}-sybase_ct sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg