aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-12-24 14:03:22 +0800
committerOlli Hauer <ohauer@FreeBSD.org>2014-12-24 14:03:22 +0800
commit311e3b182fea2d5d48c73bbc2d21395a446b7d01 (patch)
tree6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /editors
parent6ccec1b7814ed644e9a6acadc1aebc706b038ada (diff)
downloadfreebsd-ports-gnome-311e3b182fea2d5d48c73bbc2d21395a446b7d01.tar.gz
freebsd-ports-gnome-311e3b182fea2d5d48c73bbc2d21395a446b7d01.tar.zst
freebsd-ports-gnome-311e3b182fea2d5d48c73bbc2d21395a446b7d01.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 'editors')
-rw-r--r--editors/libreoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 15bb5fd5ab82..c8276998a874 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -2,7 +2,7 @@
.include "${.CURDIR}/Makefile.common"
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Full integrated office productivity suite
@@ -279,7 +279,7 @@ SYSTRAY_CONFIGURE_ENABLE= systray
TEST_CONFIGURE_ENABLE= cve-tests
-WEBDAV_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29
+WEBDAV_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon
WEBDAV_CONFIGURE_ENABLE= neon
.include <bsd.port.options.mk>