summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2007-02-28 01:19:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2007-02-28 01:19:04 +0000
commit384985f41e0668161a45f655a860dc0c9f558eca (patch)
treeb503a0d56b7d5e1d463884061ef6ee608085f876 /lang/php53
parent- Upgrade to 5.3.1 [1]. (diff)
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Notes
Notes: svn path=/head/; revision=186174
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 719d600bb6ee..f07aa4aa87ca 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.2.1
-PORTREVISION?= 2
+PORTREVISION?= 3
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 65a34c7f61ac..96977710a401 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -586,7 +586,7 @@ LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds
. if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
. else
-LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
. endif
.endif