aboutsummaryrefslogtreecommitdiffstats
path: root/devel/php-memoize
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-08-15 23:28:03 +0800
committermat <mat@FreeBSD.org>2016-08-15 23:28:03 +0800
commiteb366a99d1ced9c782102003cd91eab6ea3598b1 (patch)
tree701a42bdbebadbc254a470f886c4ea0ca6d78f3e /devel/php-memoize
parent04e9940cc7bb8767771f46af7da238e82cd525c4 (diff)
downloadfreebsd-ports-gnome-eb366a99d1ced9c782102003cd91eab6ea3598b1.tar.gz
freebsd-ports-gnome-eb366a99d1ced9c782102003cd91eab6ea3598b1.tar.zst
freebsd-ports-gnome-eb366a99d1ced9c782102003cd91eab6ea3598b1.zip
Remove www/pecl-APC, it doesn't work with PHP 5.5+.
PR: 211344 Submitted by: rene Sponsored by: Absolight
Diffstat (limited to 'devel/php-memoize')
-rw-r--r--devel/php-memoize/Makefile6
-rw-r--r--devel/php-memoize/pkg-descr1
2 files changed, 1 insertions, 6 deletions
diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile
index cc9f3f049e8e..9445a395baf8 100644
--- a/devel/php-memoize/Makefile
+++ b/devel/php-memoize/Makefile
@@ -18,15 +18,11 @@ PHP_MODNAME= memoize
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-memoize
-OPTIONS_DEFINE= APC MEMCACHED MEMORY
+OPTIONS_DEFINE= MEMCACHED MEMORY
OPTIONS_DEFAULT= MEMORY
-APC_DESC= Enable memoize APC module
MEMCACHED_DESC= Enable memcached storage module
MEMORY_DESC= Enable the memoize memory storage module
-APC_CONFIGURE_ENABLE= memoize-apc
-APC_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:www/pecl-APC
-
MEMCACHED_CONFIGURE_WITH= memoize-memcached
MEMCACHED_BUILD_DEPENDS= libmemcached>0:databases/libmemcached
MEMCACHED_RUN_DEPENDS= libmemcached>0:databases/libmemcached
diff --git a/devel/php-memoize/pkg-descr b/devel/php-memoize/pkg-descr
index 4a804c8d38b5..0ee3361d5081 100644
--- a/devel/php-memoize/pkg-descr
+++ b/devel/php-memoize/pkg-descr
@@ -8,6 +8,5 @@ time:
Since this is a per-request cache, neither TTLs specified in the
`memoize()` call or `memoize.default_ttl` are used.
- memcached: Uses libmemcached or the memcached PHP extension
-- apc: Uses the APC PHP extension
WWW: https://github.com/arraypad/php-memoize