summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2007-04-28 22:05:50 +0000
committersborrill <sborrill@pkgsrc.org>2007-04-28 22:05:50 +0000
commit34f544dd100894cd2538a0c19b70715217acd366 (patch)
tree5279645ac5c66b2f98540d6ce4af3ee8cc5d104f /lang/php5/Makefile
parentbd6eb5ae4b8d481687313c6711520993b4bb7e4f (diff)
downloadpkgsrc-34f544dd100894cd2538a0c19b70715217acd366.tar.gz
Patch to fix PHP bug #40326 (cannot open file from cwd if parent folder not
readable). Patch will be in 5.2.2, so this patch can be removed once it has been released.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 46b4f7ca126..02152413ebe 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2007/02/25 20:05:11 jdolecek Exp $
+# $NetBSD: Makefile,v 1.49 2007/04/28 22:05:50 sborrill Exp $
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
HOMEPAGE= http://www.php.net/