diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 14:03:22 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 14:03:22 +0800 |
commit | 311e3b182fea2d5d48c73bbc2d21395a446b7d01 (patch) | |
tree | 6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /editors | |
parent | 6ccec1b7814ed644e9a6acadc1aebc706b038ada (diff) | |
download | freebsd-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/Makefile | 4 |
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> |