diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-12-24 14:03:22 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-12-24 14:03:22 +0800 |
commit | 29825069bb30a9c0fa2e59fc6912713c7f38a097 (patch) | |
tree | 6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /www/cadaver | |
parent | 6cd868478793f2e584b797079d9300cfa5c63050 (diff) | |
download | freebsd-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 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index da98e5290284..69a7a5d5f216 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -3,7 +3,7 @@ PORTNAME= cadaver PORTVERSION= 0.23.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -11,7 +11,7 @@ MASTER_SITES= http://www.webdav.org/cadaver/ \ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Commandline client for DAV -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-netrc |