diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
commit | 69667d219f4e09217678306b429de3e3bd968d34 (patch) | |
tree | 56f4e7d0efb71a8bc59feb7f2e8dbd2e941d2d8c /sysutils | |
parent | a88f8eb0a1876ecb46988cb57ffef734a608b4b7 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcpwr/Makefile | 1 | ||||
-rw-r--r-- | sysutils/apcupsd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 4 | ||||
-rw-r--r-- | sysutils/nut22/Makefile | 4 |
4 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/apcpwr/Makefile b/sysutils/apcpwr/Makefile index 0af3cd86d569..ac13dcf5ced0 100644 --- a/sysutils/apcpwr/Makefile +++ b/sysutils/apcpwr/Makefile @@ -7,6 +7,7 @@ PORTNAME= apcpwr PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jwd diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index e94e9f1affea..5d7a5ea75e0c 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src_sf/g} \ http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \ @@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --enable-usb .endif .if !defined(WITHOUT_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-snmp .endif diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 4d8073571ab4..e6beba1a69de 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.2.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -96,7 +96,7 @@ PLIST_SUB+= NUT_USB="@comment " .endif .if !defined(WITHOUT_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-snmp MAN8+= snmp-ups.8 PLIST_SUB+= NUT_SNMP="" diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 4d8073571ab4..e6beba1a69de 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.2.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -96,7 +96,7 @@ PLIST_SUB+= NUT_USB="@comment " .endif .if !defined(WITHOUT_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-snmp MAN8+= snmp-ups.8 PLIST_SUB+= NUT_SNMP="" |