svn commit: r349757 - in head/lang: php5-extensions php55-extensions

Alex Dupre ale at FreeBSD.org
Mon Mar 31 14:27:10 UTC 2014


Author: ale
Date: Mon Mar 31 14:27:10 2014
New Revision: 349757
URL: http://svnweb.freebsd.org/changeset/ports/349757
QAT: https://qat.redports.org/buildarchive/r349757/

Log:
  Replace DEFAULT_VERSIONS with PHP_DEFAULT.

Modified:
  head/lang/php5-extensions/Makefile
  head/lang/php55-extensions/Makefile

Modified: head/lang/php5-extensions/Makefile
==============================================================================
--- head/lang/php5-extensions/Makefile	Mon Mar 31 14:25:48 2014	(r349756)
+++ head/lang/php5-extensions/Makefile	Mon Mar 31 14:27:10 2014	(r349757)
@@ -13,7 +13,7 @@ MAINTAINER=	ale at FreeBSD.org
 COMMENT=	A "meta-port" to install PHP extensions
 
 USE_PHP=	yes
-DEFAULT_VERSIONS=	php=5
+PHP_DEFAULT=	5.4
 IGNORE_WITH_PHP=53 55
 USE_PHP_BUILD=	yes
 

Modified: head/lang/php55-extensions/Makefile
==============================================================================
--- head/lang/php55-extensions/Makefile	Mon Mar 31 14:25:48 2014	(r349756)
+++ head/lang/php55-extensions/Makefile	Mon Mar 31 14:27:10 2014	(r349757)
@@ -13,7 +13,7 @@ MAINTAINER=	ale at FreeBSD.org
 COMMENT=	A "meta-port" to install PHP extensions
 
 USE_PHP=	yes
-DEFAULT_VERSIONS=	php=55
+PHP_DEFAULT=	5.5
 IGNORE_WITH_PHP=53 54 5
 USE_PHP_BUILD=	yes
 


More information about the svn-ports-all mailing list