aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-12-06 18:01:57 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-12-06 18:01:57 +0800
commit5d6e4b92ec109dc4b1cd728bc536d23e15e0a421 (patch)
treed0b52b4965addb85e1f423a76896970d8fe3060b /lang/php53
parentda17866ad95b13ccffc60b147363897997fad8ea (diff)
downloadfreebsd-ports-gnome-5d6e4b92ec109dc4b1cd728bc536d23e15e0a421.tar.gz
freebsd-ports-gnome-5d6e4b92ec109dc4b1cd728bc536d23e15e0a421.tar.zst
freebsd-ports-gnome-5d6e4b92ec109dc4b1cd728bc536d23e15e0a421.zip
Bump shlib number of net-snmp and $PORTREVISION.
Forgotten by: kuriyama
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile2
-rw-r--r--lang/php53/Makefile.ext2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 2ebec85f8072..e0963c5001fc 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 5cab0e1de822..248df410681e 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -470,7 +470,7 @@ post-extract:
. if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
. else
-LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
. endif
.endif