aboutsummaryrefslogtreecommitdiffstats
path: root/devel/anjuta
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 /devel/anjuta
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 'devel/anjuta')
-rw-r--r--devel/anjuta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 8e558b9fafad..9dcc812aef64 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -4,7 +4,7 @@
PORTNAME= anjuta
PORTVERSION= 2.32.1.1
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -72,7 +72,7 @@ DEVHELP_DESC= Devhelp support
.if ${PORT_OPTIONS:MSVN}
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1
-LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29
+LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
PLIST_SUB+= SVN=""
.else