aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-19 07:32:51 +0800
committermiwi <miwi@FreeBSD.org>2009-12-19 07:32:51 +0800
commit30499411925daaa92a513681c7e90afb709f0cc1 (patch)
tree675e8b22899cf7c3732ad9315947d893dbfdf0a0 /sysutils
parenta3733b42932feef1324b2fd0e807d16f25f5ebb3 (diff)
downloadfreebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.tar.gz
freebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.tar.zst
freebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.zip
- Remove support for neon26
With hat: secteam
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nut/Makefile6
-rw-r--r--sysutils/nut22/Makefile5
2 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 8882b3ab6420..8fafc5297fdc 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nut
PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -127,11 +127,7 @@ PLIST_SUB+= NUT_SNMP="@comment "
.endif
.if !defined(WITHOUT_NEON)
-.if exists(${LOCALBASE}/lib/libneon.so.26)
-LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26
-.else
LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28
-.endif
CONFIGURE_ARGS+= --with-neonxml
MAN8+= netxml-ups.8
PLIST_SUB+= NUT_NEON=""
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index 5ea530d55e17..0ed13da894e5 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nut
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -121,11 +122,7 @@ PLIST_SUB+= NUT_SNMP="@comment "
.endif
.if !defined(WITHOUT_NEON)
-.if exists(${LOCALBASE}/lib/libneon.so.26)
-LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26
-.else
LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28
-.endif
CONFIGURE_ARGS+= --with-neonxml
MAN8+= netxml-ups.8
PLIST_SUB+= NUT_NEON=""