svn commit: r520345 - in head: databases/pear-Horde_Memcache lang/php72 lang/php72-extensions lang/php73 lang/php73-extensions lang/php74 lang/php74-extensions security/pecl-mcrypt www/matomo www/t...

Rene Ladan rene at FreeBSD.org
Tue Dec 17 20:28:38 UTC 2019


Author: rene
Date: Tue Dec 17 20:28:36 2019
New Revision: 520345
URL: https://svnweb.freebsd.org/changeset/ports/520345

Log:
  Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant.

Modified:
  head/databases/pear-Horde_Memcache/Makefile
  head/lang/php72-extensions/Makefile
  head/lang/php72/Makefile.ext
  head/lang/php73-extensions/Makefile
  head/lang/php73/Makefile.ext
  head/lang/php74-extensions/Makefile
  head/lang/php74/Makefile.ext
  head/security/pecl-mcrypt/Makefile
  head/www/matomo/Makefile
  head/www/typo3-9/Makefile

Modified: head/databases/pear-Horde_Memcache/Makefile
==============================================================================
--- head/databases/pear-Horde_Memcache/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/databases/pear-Horde_Memcache/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -7,8 +7,6 @@ CATEGORIES=	databases www pear
 MAINTAINER=	horde at FreeBSD.org
 COMMENT=	Horde Memcache API
 
-IGNORE_WITH_PHP=71
-
 USES=		horde php
 USE_PHP=	memcache hash
 USE_HORDE_RUN=	Horde_Exception

Modified: head/lang/php72-extensions/Makefile
==============================================================================
--- head/lang/php72-extensions/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php72-extensions/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -10,7 +10,7 @@ COMMENT=	"meta-port" to install PHP extensions
 
 USES=		metaport php
 PHP_VER=	72
-IGNORE_WITH_PHP=	71 73
+IGNORE_WITH_PHP=	73 74
 
 OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
 		DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

Modified: head/lang/php72/Makefile.ext
==============================================================================
--- head/lang/php72/Makefile.ext	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php72/Makefile.ext	Tue Dec 17 20:28:36 2019	(r520345)
@@ -5,7 +5,7 @@ COMMENT=	The ${PHP_MODNAME} shared extension for php
 USES+=	php:ext,noflavors
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
 PHP_VER=	72
-IGNORE_WITH_PHP= 71 73
+IGNORE_WITH_PHP= 73 74
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}
 WRKSRC=		${WRKDIR}/${EXTSUBDIR}

Modified: head/lang/php73-extensions/Makefile
==============================================================================
--- head/lang/php73-extensions/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php73-extensions/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -10,7 +10,7 @@ COMMENT=	"meta-port" to install PHP extensions
 
 USES=		metaport php
 PHP_VER=	73
-IGNORE_WITH_PHP=	71 72
+IGNORE_WITH_PHP=	72 74
 
 OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
 		DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

Modified: head/lang/php73/Makefile.ext
==============================================================================
--- head/lang/php73/Makefile.ext	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php73/Makefile.ext	Tue Dec 17 20:28:36 2019	(r520345)
@@ -5,7 +5,7 @@ COMMENT=	The ${PHP_MODNAME} shared extension for php
 USES+=	php:ext,noflavors
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
 PHP_VER=	73
-IGNORE_WITH_PHP= 71 72
+IGNORE_WITH_PHP= 72 74
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}
 WRKSRC=		${WRKDIR}/${EXTSUBDIR}

Modified: head/lang/php74-extensions/Makefile
==============================================================================
--- head/lang/php74-extensions/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php74-extensions/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -10,7 +10,7 @@ COMMENT=	"meta-port" to install PHP extensions
 
 USES=		metaport php
 PHP_VER=	74
-IGNORE_WITH_PHP=	71 72 73
+IGNORE_WITH_PHP=	72 73
 
 OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
 		DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

Modified: head/lang/php74/Makefile.ext
==============================================================================
--- head/lang/php74/Makefile.ext	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/lang/php74/Makefile.ext	Tue Dec 17 20:28:36 2019	(r520345)
@@ -5,7 +5,7 @@ COMMENT=	The ${PHP_MODNAME} shared extension for php
 USES+=	php:ext,noflavors
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
 PHP_VER=	74
-IGNORE_WITH_PHP= 71 72 73
+IGNORE_WITH_PHP= 72 73
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}
 WRKSRC=		${WRKDIR}/${EXTSUBDIR}

Modified: head/security/pecl-mcrypt/Makefile
==============================================================================
--- head/security/pecl-mcrypt/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/security/pecl-mcrypt/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -9,8 +9,6 @@ COMMENT=	PHP extension for mcrypt, removed in PHP 7.2
 
 LICENSE=	PHP301
 
-IGNORE_WITH_PHP=	71
-
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libmcrypt.so:security/libmcrypt
 

Modified: head/www/matomo/Makefile
==============================================================================
--- head/www/matomo/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/www/matomo/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -12,7 +12,6 @@ COMMENT=	Open Source Web Analytics Software Program
 
 LICENSE=	GPLv3
 
-IGNORE_WITH_PHP=71
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
 

Modified: head/www/typo3-9/Makefile
==============================================================================
--- head/www/typo3-9/Makefile	Tue Dec 17 20:21:15 2019	(r520344)
+++ head/www/typo3-9/Makefile	Tue Dec 17 20:28:36 2019	(r520345)
@@ -13,8 +13,6 @@ COMMENT=	Typo3 content management system
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-IGNORE_WITH_PHP=71
-
 USES=		cpe php:web,flavors shebangfix
 USE_PHP=	ctype dom fileinfo filter hash intl json openssl pcre session simplexml \
 		spl tokenizer xml zip


More information about the svn-ports-all mailing list