[Midnightbsd-cvs] mports [21223] trunk/www/zend-framework/Makefile: drop apc
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 20 20:24:24 EDT 2016
Revision: 21223
http://svnweb.midnightbsd.org/mports/?rev=21223
Author: laffer1
Date: 2016-03-20 20:24:24 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
drop apc
Modified Paths:
--------------
trunk/www/zend-framework/Makefile
Modified: trunk/www/zend-framework/Makefile
===================================================================
--- trunk/www/zend-framework/Makefile 2016-03-21 00:23:59 UTC (rev 21222)
+++ trunk/www/zend-framework/Makefile 2016-03-21 00:24:24 UTC (rev 21223)
@@ -2,6 +2,7 @@
PORTNAME= ZendFramework
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/
@@ -38,7 +39,7 @@
# Add all of the required and/or optional PHP extension dependencies,
# if chosen by the user.
.if ${PORT_OPTIONS:MREQPHP}
-USE_PHP+= apc ctype curl dom gd hash iconv mbstring ldap mcrypt \
+USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \
pcre pdo session simplexml soap wddx xml zlib
.if ${PHP_VER} == 52
USE_PHP+= sqlite
More information about the Midnightbsd-cvs
mailing list