svn commit: r349756 - in head/lang: php5 php55

Alex Dupre ale at FreeBSD.org
Mon Mar 31 14:25:50 UTC 2014


Author: ale
Date: Mon Mar 31 14:25:48 2014
New Revision: 349756
URL: http://svnweb.freebsd.org/changeset/ports/349756
QAT: https://qat.redports.org/buildarchive/r349756/

Log:
  Replace DEFAULT_VERSIONS with PHP_DEFAULT.

Modified:
  head/lang/php5/Makefile
  head/lang/php5/Makefile.ext
  head/lang/php55/Makefile
  head/lang/php55/Makefile.ext

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Mon Mar 31 14:16:48 2014	(r349755)
+++ head/lang/php5/Makefile	Mon Mar 31 14:25:48 2014	(r349756)
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
 
 .if defined(PKGNAMEPREFIX)
 USE_PHP=	yes
-DEFAULT_VERSIONS=	php=5
+PHP_DEFAULT=	5.4
 IGNORE_WITH_PHP=53 55
 USE_APACHE=	22+
 .include "${PORTSDIR}/Mk/bsd.apache.mk"

Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext	Mon Mar 31 14:16:48 2014	(r349755)
+++ head/lang/php5/Makefile.ext	Mon Mar 31 14:25:48 2014	(r349756)
@@ -3,7 +3,7 @@ COMMENT=	The ${PHP_MODNAME} shared exten
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
-DEFAULT_VERSIONS=	php=5
+PHP_DEFAULT=	5.4
 IGNORE_WITH_PHP=52 53 55
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Mon Mar 31 14:16:48 2014	(r349755)
+++ head/lang/php55/Makefile	Mon Mar 31 14:25:48 2014	(r349756)
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
 
 .if defined(PKGNAMEPREFIX)
 USE_PHP=	yes
-DEFAULT_VERSIONS=	php=55
+PHP_DEFAULT=	5.5
 IGNORE_WITH_PHP=53 54 5
 USE_APACHE=	22+
 .include "${PORTSDIR}/Mk/bsd.apache.mk"

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Mon Mar 31 14:16:48 2014	(r349755)
+++ head/lang/php55/Makefile.ext	Mon Mar 31 14:25:48 2014	(r349756)
@@ -3,7 +3,7 @@ COMMENT=	The ${PHP_MODNAME} shared exten
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
-DEFAULT_VERSIONS=	php=55
+PHP_DEFAULT=	5.5
 IGNORE_WITH_PHP=52 53 54 5
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}


More information about the svn-ports-head mailing list