diff options
author | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
commit | bee0ac58b31b49d4999c27a48b677263a9a1328d (patch) | |
tree | 1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /net/csync2 | |
parent | 3527296cf62e327247a65f5ae2959835705b3d5d (diff) | |
download | freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index bfe5eb935933..73875a4f2898 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,6 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -16,7 +17,7 @@ COMMENT= A cluster synchronization tool LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.3:${PORTSDIR}/security/libtasn1 \ - gnutls.15:${PORTSDIR}/security/gnutls \ + gnutls.13:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.13:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error |