diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /net/csync2 | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | ports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Notes
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 2c3e0c88078f..dff3215b8af8 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 5 +PORTREVISION= 6 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.26:${PORTSDIR}/security/gnutls \ + gnutls.40:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error |