svn commit: r432509 - head/databases/php70-redis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 26 14:38:38 UTC 2017


Author: sunpoet
Date: Thu Jan 26 14:38:37 2017
New Revision: 432509
URL: https://svnweb.freebsd.org/changeset/ports/432509

Log:
  Remove PHP_MODNAME
  
  - While I'm here, update IGNORE_WITH_PHP

Modified:
  head/databases/php70-redis/Makefile

Modified: head/databases/php70-redis/Makefile
==============================================================================
--- head/databases/php70-redis/Makefile	Thu Jan 26 14:38:32 2017	(r432508)
+++ head/databases/php70-redis/Makefile	Thu Jan 26 14:38:37 2017	(r432509)
@@ -14,12 +14,10 @@ LICENSE=	PHP301
 USES=		php:ext
 USE_PHP=	session:build
 PHP_VER=	70
-IGNORE_WITH_PHP=	56
+IGNORE_WITH_PHP=	56 71
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	phpredis
 GH_PROJECT=	phpredis
 
-PHP_MODNAME=	redis
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list