svn commit: r349728 - in head/lang: php5 php55
Alex Dupre
ale at FreeBSD.org
Mon Mar 31 11:03:13 UTC 2014
Author: ale
Date: Mon Mar 31 11:03:12 2014
New Revision: 349728
URL: http://svnweb.freebsd.org/changeset/ports/349728
QAT: https://qat.redports.org/buildarchive/r349728/
Log:
No-op, use DEFAULT_VERSIONS.
PR: ports/188061
Submitted by: Spil <spil.oss at gmail.com>
Modified:
head/lang/php5/Makefile.ext
head/lang/php55/Makefile.ext
Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext Mon Mar 31 11:00:46 2014 (r349727)
+++ head/lang/php5/Makefile.ext Mon Mar 31 11:03:12 2014 (r349728)
@@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared exten
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_PHP_VER=5
+DEFAULT_VERSIONS= php=5
IGNORE_WITH_PHP=52 53 55
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext Mon Mar 31 11:00:46 2014 (r349727)
+++ head/lang/php55/Makefile.ext Mon Mar 31 11:03:12 2014 (r349728)
@@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared exten
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_PHP_VER=55
+DEFAULT_VERSIONS= php=55
IGNORE_WITH_PHP=52 53 54 5
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
More information about the svn-ports-all
mailing list