svn commit: r412633 - in head/databases: php55-redis php56-redis

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


Author: mat
Date: Wed Apr  6 16:57:15 2016
New Revision: 412633
URL: https://svnweb.freebsd.org/changeset/ports/412633

Log:
  Backout those, even though it is silly as only the global default php
  version can really be used.
  
  Noted by:	antoine
  Sponsored by:	Absolight

Modified:
  head/databases/php55-redis/Makefile   (contents, props changed)
  head/databases/php56-redis/Makefile   (contents, props changed)

Modified: head/databases/php55-redis/Makefile
==============================================================================
--- head/databases/php55-redis/Makefile	Wed Apr  6 16:44:59 2016	(r412632)
+++ head/databases/php55-redis/Makefile	Wed Apr  6 16:57:15 2016	(r412633)
@@ -18,6 +18,7 @@ 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:44:59 2016	(r412632)
+++ head/databases/php56-redis/Makefile	Wed Apr  6 16:57:15 2016	(r412633)
@@ -14,6 +14,7 @@ LICENSE=	PHP301
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
+PHP_DEFAULT=	5.6
 IGNORE_WITH_PHP=	55 70
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list