svn commit: r434416 - head/www/zend-framework1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 19 20:26:08 UTC 2017


Author: sunpoet
Date: Sun Feb 19 20:26:07 2017
New Revision: 434416
URL: https://svnweb.freebsd.org/changeset/ports/434416

Log:
  Use USE_PHP=memcached instead of hard-coded databases/pecl-memcached
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/zend-framework1/Makefile

Modified: head/www/zend-framework1/Makefile
==============================================================================
--- head/www/zend-framework1/Makefile	Sun Feb 19 20:26:02 2017	(r434415)
+++ head/www/zend-framework1/Makefile	Sun Feb 19 20:26:07 2017	(r434416)
@@ -55,10 +55,8 @@ INSTALL_DIRS=	library extras/library ext
 
 .if ${PORT_OPTIONS:MREQPHP}
 USE_PHP+=	ctype curl dom gd hash iconv mbstring ldap mcrypt memcache \
-		opcache pcre pdo session simplexml soap sqlite3 \
+		memcached opcache pcre pdo session simplexml soap sqlite3 \
 		wddx xml zlib
-
-RUN_DEPENDS+=	pecl-memcached>=0:databases/pecl-memcached
 .endif
 .if ${PORT_OPTIONS:MOPTPHP}
 USE_PHP+=	bcmath bitset json posix


More information about the svn-ports-head mailing list