Date: Wed, 6 Apr 2016 16:57:15 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412633 - in head/databases: php55-redis php56-redis Message-ID: <201604061657.u36GvFOq011363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604061657.u36GvFOq011363>