diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
commit | 207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch) | |
tree | a498091a932a1bb378d3a0a8f8dcc91f46a54771 /net/csync2 | |
parent | c96ae66b570729bd8c116293984c253bfe446655 (diff) |
Chase security/gnutls update and add an UPDATING entry.
Notes
Notes:
svn path=/head/; revision=275104
Diffstat (limited to 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index d730f8a668f0..0bfe6ea4a486 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -17,7 +17,7 @@ COMMENT= A cluster synchronization tool LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.4:${PORTSDIR}/security/libtasn1 \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error |