diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /net | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Diffstat (limited to 'net')
-rw-r--r-- | net/csync2/Makefile | 4 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index 29c876e5640a..6b4614a0bf1b 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -19,7 +19,7 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.3:${PORTSDIR}/security/libtasn1 \ gnutls.26:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ - gcrypt.15:${PORTSDIR}/security/libgcrypt \ + gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error MAN1= csync2.1 diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index ad89d187e237..0b2032e6de87 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -19,7 +20,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ wfmath-0.3.4:${PORTSDIR}/math/wfmath \ mercator-0.2.5:${PORTSDIR}/devel/mercator \ skstream-0.3.4:${PORTSDIR}/net/skstream \ - gcrypt.15:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index ae2c8632dabe..9c3fef89a853 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -152,7 +152,7 @@ CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE} .endif .if exists(${LOCALBASE}/lib/libgcrypt.so) || defined(WITH_LIBGCRYPT) -LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} .endif |