diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
commit | c9536f39b314cc055496892d6f9598434770c4b3 (patch) | |
tree | 7a7761c4465ce6894fc0b4bd8cb65f84b82a46a3 /net/csync2 | |
parent | 4585b4adc053c2df42c76e150ac9354191402282 (diff) | |
download | ports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz ports-c9536f39b314cc055496892d6f9598434770c4b3.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 928d2f82f8b9..e19768f9efb2 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORRTEVISION= 1 +PORTREVISION= 2 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.3:${PORTSDIR}/security/libtasn1 \ - gnutls.13:${PORTSDIR}/security/gnutls \ + gnutls.26:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error |