Bump shlib number and PORTREVISION
No cookies for: kuriyama
This commit is contained in:
parent
f305aa3238
commit
0538b8c20c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123806
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue