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
commit277411480358599c6a76362b93653fcd4f56d68e (patch)
tree5279645ac5c66b2f98540d6ce4af3ee8cc5d104f /lang/php5/Makefile
parent305f2d4288901c4eb47d964fb61f39333729dd08 (diff)
downloadpkgsrc-277411480358599c6a76362b93653fcd4f56d68e.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/