aboutsummaryrefslogtreecommitdiffstats
path: root/net/csync2
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2013-02-07 01:30:08 +0800
committernovel <novel@FreeBSD.org>2013-02-07 01:30:08 +0800
commit150d2e74ec4c971ce0fee2a771a009748d2152f9 (patch)
tree1d163dc52292d9272018c814011ae3034f8cce83 /net/csync2
parentb382b2241ec72f404273bfc045e16ae1dd3114c7 (diff)
downloadfreebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.gz
freebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.zst
freebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.zip
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Diffstat (limited to 'net/csync2')
-rw-r--r--net/csync2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index db3981dd794..2b063ff1d48 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= csync2
PORTVERSION= 1.34
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net
MASTER_SITES= http://oss.linbit.com/csync2/ \
http://people.freebsd.org/~aaron/distfiles/
@@ -16,7 +16,7 @@ MAINTAINER= alexey@renatasystems.org
COMMENT= A cluster synchronization tool
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \
- tasn1.4:${PORTSDIR}/security/libtasn1 \
+ tasn1.5:${PORTSDIR}/security/libtasn1 \
gnutls.26:${PORTSDIR}/security/gnutls \
sqlite.2:${PORTSDIR}/databases/sqlite2 \
gcrypt.18:${PORTSDIR}/security/libgcrypt \