summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-12 10:48:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-12 10:48:46 +0000
commit0538b8c20cf990175efd8f2a2cd9ae535a96c9c5 (patch)
treeb29ffd45c43d460ddcfdf04071ccd70c541554d0
parentFix pkg-plist and mark BROKEN on alpha (diff)
Bump shlib number and PORTREVISION
No cookies for: kuriyama
Notes
Notes: svn path=/head/; revision=123806
-rw-r--r--net/ifstat/Makefile3
-rw-r--r--sysutils/jailadmin/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 9ec56d516e8a..90d53e2459c8 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +24,7 @@ PLIST_FILES= bin/ifstat
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
-LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif
diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile
index 5940ac822a2a..576fce12db74 100644
--- a/sysutils/jailadmin/Makefile
+++ b/sysutils/jailadmin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jailadmin
PORTVERSION= 1.8
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/
DISTNAME= jailadmin-${PORTVERSION}
@@ -25,7 +26,7 @@ PORTDOCS= INSTALL README
.if exists(${LOCALBASE}/lib/libsnmp.so.4) || defined(WITH_SNMP4)
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
PLIST_SUB+= SNMP=""
.else