svn commit: r412632 - in head: databases/php-adodb-ext databases/php55-redis databases/php56-redis devel/pecl-propro2 devel/pecl-raphf2

Mathieu Arnold mat at FreeBSD.org
Wed Apr 6 16:45:01 UTC 2016


Author: mat
Date: Wed Apr  6 16:44:59 2016
New Revision: 412632
URL: https://svnweb.freebsd.org/changeset/ports/412632

Log:
  Remove PHP_DEFAULT from ports, it must not be used.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/databases/php-adodb-ext/Makefile   (contents, props changed)
  head/databases/php55-redis/Makefile   (contents, props changed)
  head/databases/php56-redis/Makefile   (contents, props changed)
  head/devel/pecl-propro2/Makefile   (contents, props changed)
  head/devel/pecl-raphf2/Makefile   (contents, props changed)

Modified: head/databases/php-adodb-ext/Makefile
==============================================================================
--- head/databases/php-adodb-ext/Makefile	Wed Apr  6 16:09:05 2016	(r412631)
+++ head/databases/php-adodb-ext/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
@@ -18,7 +18,6 @@ USES=		dos2unix zip
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	adodb
-PHP_DEFAULT=	55
 IGNORE_WITH_PHP=56 70
 
 SUB_FILES=	pkg-message

Modified: head/databases/php55-redis/Makefile
==============================================================================
--- head/databases/php55-redis/Makefile	Wed Apr  6 16:09:05 2016	(r412631)
+++ head/databases/php55-redis/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
@@ -18,7 +18,6 @@ GH_PROJECT=	phpredis
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
-PHP_DEFAULT=	5.5
 IGNORE_WITH_PHP=	56 70
 
 PHP_MODNAME=	redis

Modified: head/databases/php56-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile	Wed Apr  6 16:09:05 2016	(r412631)
+++ head/databases/php56-redis/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
@@ -14,7 +14,6 @@ LICENSE=	PHP301
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
-PHP_DEFAULT=	5.6
 IGNORE_WITH_PHP=	55 70
 
 USE_GITHUB=	yes

Modified: head/devel/pecl-propro2/Makefile
==============================================================================
--- head/devel/pecl-propro2/Makefile	Wed Apr  6 16:09:05 2016	(r412631)
+++ head/devel/pecl-propro2/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PORTSCOUT=	limit:^2.*
 
-PHP_DEFAULT=	70
 USES=		gmake tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes

Modified: head/devel/pecl-raphf2/Makefile
==============================================================================
--- head/devel/pecl-raphf2/Makefile	Wed Apr  6 16:09:05 2016	(r412631)
+++ head/devel/pecl-raphf2/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PORTSCOUT=	limit:^2.*
 
-PHP_DEFAULT=	70
 USES=		gmake tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes


More information about the svn-ports-all mailing list