Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 14:38:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432509 - head/databases/php70-redis
Message-ID:  <201701261438.v0QEcboN042293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261438.v0QEcboN042293>