Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2016 09:29:23 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201610270929.u9R9TNYn003216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610270929.u9R9TNYn003216>