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 /audio/libcoverart | |
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 'audio/libcoverart')
-rw-r--r-- | audio/libcoverart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index 13998cdfabc2..b250de20053c 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcoverart PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ @@ -12,7 +12,7 @@ COMMENT= Library for accessing the MusicBrainz cover art archive LICENSE= LGPL20 LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes |