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 | |
parent | 4585b4adc053c2df42c76e150ac9354191402282 (diff) | |
download | ports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz ports-c9536f39b314cc055496892d6f9598434770c4b3.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/csync2/Makefile | 4 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 1 | ||||
-rw-r--r-- | net/liferea/Makefile | 3 | ||||
-rw-r--r-- | net/morebalance/Makefile | 4 | ||||
-rw-r--r-- | net/net6/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 1 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
7 files changed, 12 insertions, 9 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 diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 2b68766325ee..52d9423a8dd7 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-vnc diff --git a/net/liferea/Makefile b/net/liferea/Makefile index b883e6ac5278..acd1a8b64eda 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,6 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.4.13 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -47,7 +48,7 @@ PLIST_SUB+= NOTIFY="" .ifdef WITHOUT_GNUTLS CONFIGURE_ARGS+=--disable-gnutls .else -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls .endif .ifdef WITH_MOZILLA diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 410e533faae7..3d2ad7b1db44 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ @@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - gnutls.13:${PORTSDIR}/security/gnutls \ + gnutls.26:${PORTSDIR}/security/gnutls \ ggz.5:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include diff --git a/net/net6/Makefile b/net/net6/Makefile index a4172b4d0f8c..16353b64cf3a 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -7,7 +7,7 @@ PORTNAME= net6 PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ \ http://www.atarininja.org/~wxs/distfiles/ @@ -16,7 +16,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/net/vino/Makefile b/net/vino/Makefile index 1ca45177c993..a374c02561d2 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,6 +8,7 @@ PORTNAME= vino PORTVERSION= 2.20.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index d2f1ebf226b7..b35d2794578e 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 0.99.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ DISTNAME= ${DATADIR_NAME}-${PORTVERSION} @@ -143,7 +143,7 @@ CONFIGURE_ARGS+= --with-adns=no .endif .if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE} .endif |