aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-16 15:37:17 +0800
committerale <ale@FreeBSD.org>2012-05-16 15:37:17 +0800
commitd41440dbd614d72e4989ca098681fb0acaac40a4 (patch)
tree451f826adff04e45b16c884980a1fe4cc4a5b7d5 /www
parent0eeea621dd9cabb58c0520c76c47af096f39b824 (diff)
downloadfreebsd-ports-gnome-d41440dbd614d72e4989ca098681fb0acaac40a4.tar.gz
freebsd-ports-gnome-d41440dbd614d72e4989ca098681fb0acaac40a4.tar.zst
freebsd-ports-gnome-d41440dbd614d72e4989ca098681fb0acaac40a4.zip
Update to 3.1.10 and fix for PHP 5.4.
Diffstat (limited to 'www')
-rw-r--r--www/pecl-APC/Makefile3
-rw-r--r--www/pecl-APC/distinfo4
-rw-r--r--www/pecl-APC/files/patch-apc_lock.h14
3 files changed, 3 insertions, 18 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile
index 7173dafdbe92..963d8f7d564a 100644
--- a/www/pecl-APC/Makefile
+++ b/www/pecl-APC/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= APC
-DISTVERSION= 3.1.9
-PORTREVISION= 1
+DISTVERSION= 3.1.10
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/www/pecl-APC/distinfo b/www/pecl-APC/distinfo
index 0c35015267bb..d818288aa171 100644
--- a/www/pecl-APC/distinfo
+++ b/www/pecl-APC/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PECL/APC-3.1.9.tgz) = 47def118d9da1a68521e1c9b3dd6660cf94be638ebecad010bdd7d7ca482d671
-SIZE (PECL/APC-3.1.9.tgz) = 155540
+SHA256 (PECL/APC-3.1.10.tgz) = 99f260b32592f1b50da9c7a83fad3c5cbdb2484fa01aee6cc04caadd8cd4fc44
+SIZE (PECL/APC-3.1.10.tgz) = 156208
diff --git a/www/pecl-APC/files/patch-apc_lock.h b/www/pecl-APC/files/patch-apc_lock.h
deleted file mode 100644
index 05c6cd0ad1a6..000000000000
--- a/www/pecl-APC/files/patch-apc_lock.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
---- apc_lock.h 2011/03/14 06:47:16 309203
-+++ apc_lock.h 2011/05/22 17:18:49 311339
-@@ -154,7 +154,7 @@
- # define apc_lck_nb_lock(a) apc_fcntl_nonblocking_lock(a TSRMLS_CC)
- # define apc_lck_rdlock(a) apc_fcntl_rdlock(a TSRMLS_CC)
- # define apc_lck_unlock(a) apc_fcntl_unlock(a TSRMLS_CC)
--# define apc_lck_rdunlock(a) apc_fcntl_unlock(&a TSRMLS_CC)
-+# define apc_lck_rdunlock(a) apc_fcntl_unlock(a TSRMLS_CC)
- #endif
-
- #endif
-
-