aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nut
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-12-24 14:03:22 +0800
committerohauer <ohauer@FreeBSD.org>2014-12-24 14:03:22 +0800
commit29825069bb30a9c0fa2e59fc6912713c7f38a097 (patch)
tree6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /sysutils/nut
parent6cd868478793f2e584b797079d9300cfa5c63050 (diff)
downloadfreebsd-ports-gnome-29825069bb30a9c0fa2e59fc6912713c7f38a097.tar.gz
freebsd-ports-gnome-29825069bb30a9c0fa2e59fc6912713c7f38a097.tar.zst
freebsd-ports-gnome-29825069bb30a9c0fa2e59fc6912713c7f38a097.zip
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION Changelog: Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly). Fix possible crash after DNS lookup errors on Windows (Olivier Goffart). Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS. Fix PKCS#11 support under OpenSSL with TLS 1.2. Fix static linking with pkg-config file (Alan H) PR: 195786 Differential Revision: https://reviews.freebsd.org/D1319 Submitted by: ohauer Reviewed by: portmgr (bapt, mat) Approved by: portmgr, lev (implicit)
Diffstat (limited to 'sysutils/nut')
-rw-r--r--sysutils/nut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index f0823fce0418..7b1f2f610170 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nut
PORTVERSION= 2.7.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -105,7 +105,7 @@ PLIST_SUB+= NUT_SNMP="@comment "
.endif
.if ${PORT_OPTIONS:MNEON}
-LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29
+LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon
CONFIGURE_ARGS+= --with-neonxml
PLIST_SUB+= NUT_NEON=""
.else