From owner-svn-ports-head@freebsd.org Thu Oct 27 09:29:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B48DCC22F24; Thu, 27 Oct 2016 09:29:25 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 8FACF1768; Thu, 27 Oct 2016 09:29:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9R9TOSc003228; Thu, 27 Oct 2016 09:29:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9R9TNYn003216; Thu, 27 Oct 2016 09:29:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610270929.u9R9TNYn003216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 27 Oct 2016 09:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424753 - in head: databases/sqlitemanager ftp/php56-fastdfs ftp/php70-fastdfs graphics/mapserver lang/php56 lang/php70 www/sams2 www/zend-framework www/zend-framework1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 27 Oct 2016 09:29:25 -0000 Author: mat Date: Thu Oct 27 09:29:23 2016 New Revision: 424753 URL: https://svnweb.freebsd.org/changeset/ports/424753 Log: Remove obsolete PHP versions checks. Sponsored by: Absolight Modified: head/databases/sqlitemanager/Makefile (contents, props changed) head/ftp/php56-fastdfs/Makefile (contents, props changed) head/ftp/php70-fastdfs/Makefile (contents, props changed) head/graphics/mapserver/Makefile (contents, props changed) head/lang/php56/Makefile.ext (contents, props changed) head/lang/php70/Makefile (contents, props changed) head/lang/php70/Makefile.ext (contents, props changed) head/www/sams2/Makefile (contents, props changed) head/www/zend-framework/Makefile (contents, props changed) head/www/zend-framework1/Makefile (contents, props changed) Modified: head/databases/sqlitemanager/Makefile ============================================================================== --- head/databases/sqlitemanager/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/databases/sqlitemanager/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/SQLiteManager-${PORTV USES= dos2unix NO_BUILD= yes PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}" -USE_PHP= sqlite${PHP_VER:S/^53$$//:C/^.+$$/3/} +USE_PHP= sqlite3 EXTRACT_AFTER_ARGS=--exclude TODO do-install: Modified: head/ftp/php56-fastdfs/Makefile ============================================================================== --- head/ftp/php56-fastdfs/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/ftp/php56-fastdfs/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -18,7 +18,7 @@ GH_PROJECT= fastdfs GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext -IGNORE_WITH_PHP= 55 70 +IGNORE_WITH_PHP= 70 PHP_DEFAULT= 5.6 WRKSRC_SUBDIR= php_client Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/ftp/php70-fastdfs/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -18,7 +18,7 @@ GH_PROJECT= fastdfs GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 56 PHP_DEFAULT= 7.0 WRKSRC_SUBDIR= php_client Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/graphics/mapserver/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -126,7 +126,7 @@ CMAKE_ARGS+= -DWITH_POSTGIS=0 .if ${PORT_OPTIONS:MPHP} USES+= php:build -IGNORE_WITH_PHP= 55 70 +IGNORE_WITH_PHP= 70 CMAKE_ARGS+= -DWITH_PHP=1 PLIST_SUB+= PHP="" .else Modified: head/lang/php56/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Thu Oct 27 09:27:44 2016 (r424752) +++ head/lang/php56/Makefile.ext Thu Oct 27 09:29:23 2016 (r424753) @@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared exten USES+= php:ext PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 56 -IGNORE_WITH_PHP= 55 70 +IGNORE_WITH_PHP= 70 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/lang/php70/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -83,7 +83,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USES+= php PHP_VER= 70 -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 56 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} Modified: head/lang/php70/Makefile.ext ============================================================================== --- head/lang/php70/Makefile.ext Thu Oct 27 09:27:44 2016 (r424752) +++ head/lang/php70/Makefile.ext Thu Oct 27 09:29:23 2016 (r424753) @@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared exten USES+= php:ext PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 70 -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 56 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/www/sams2/Makefile ============================================================================== --- head/www/sams2/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/www/sams2/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -35,12 +35,6 @@ APACHE_USE= APACHE=22+ .include .if ${PORT_OPTIONS:MAPACHE} -. if ${PHP_VER} == "54" && (${APACHE_VERSION} >= 24) -RUN_DEPENDS+= mod_php5>=0:www/mod_php5 -. endif -. if ${PHP_VER} == "55" && (${APACHE_VERSION} >= 24) -RUN_DEPENDS+= mod_php55>=0:www/mod_php55 -. endif . if ${APACHE_VERSION} >= 24 AP24= "" . endif Modified: head/www/zend-framework/Makefile ============================================================================== --- head/www/zend-framework/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/www/zend-framework/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -42,13 +42,7 @@ PORTDOCS= CHANGELOG.md INSTALL.md README # if chosen by the user. .if ${PORT_OPTIONS:MREQPHP} USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \ - opcache pcre pdo session simplexml soap wddx xml zlib -.if ${PHP_VER} == 52 -USE_PHP+= sqlite -.else -USE_PHP+= sqlite3 -.endif - + opcache pcre pdo session simplexml soap sqlite3 wddx xml zlib .endif .if ${PORT_OPTIONS:MOPTPHP} Modified: head/www/zend-framework1/Makefile ============================================================================== --- head/www/zend-framework1/Makefile Thu Oct 27 09:27:44 2016 (r424752) +++ head/www/zend-framework1/Makefile Thu Oct 27 09:29:23 2016 (r424753) @@ -53,13 +53,9 @@ INSTALL_DIRS= library extras/library ext .if ${PORT_OPTIONS:MREQPHP} USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \ - opcache pcre pdo session simplexml soap \ + opcache pcre pdo session simplexml soap sqlite3 \ wddx xml zlib -.if ${PHP_VER} == 52 -USE_PHP+= sqlite -.else -USE_PHP+= sqlite3 -.endif + RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ pecl-memcached>=0:databases/pecl-memcached .endif