diff options
author | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
commit | 05b365d367fc2795aa80994b0ff3fa39ef67a76f (patch) | |
tree | 7743d89df3161c403b2c469dbaad778424625b90 /net | |
parent | 472afedd1b197915a8518b9aead2692faabde246 (diff) | |
download | freebsd-ports-graphics-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.gz freebsd-ports-graphics-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.zst freebsd-ports-graphics-05b365d367fc2795aa80994b0ff3fa39ef67a76f.zip |
Chase libtasn1 shared library version bump.
Diffstat (limited to 'net')
-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 6b4614a0bf1..2c3e0c88078 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A cluster synchronization tool LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ - tasn1.3:${PORTSDIR}/security/libtasn1 \ + tasn1.4:${PORTSDIR}/security/libtasn1 \ gnutls.26:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.16:${PORTSDIR}/security/libgcrypt \ |