diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /net | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 3 | ||||
-rw-r--r-- | net/morebalance/Makefile | 3 | ||||
-rw-r--r-- | net/net6/Makefile | 3 | ||||
-rw-r--r-- | net/vino/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
5 files changed, 9 insertions, 6 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index b7270fe4d0c0..8b11b0176dc1 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,6 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.2.1 +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.15:${PORTSDIR}/security/gnutls .endif .ifdef WITH_MOZILLA diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index a8f5830ac2bd..c140db4d3e77 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,6 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ @@ -14,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.15:${PORTSDIR}/security/gnutls \ ggz.4:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include diff --git a/net/net6/Makefile b/net/net6/Makefile index ed0e4c369d2f..25ab8bdfa9be 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -7,6 +7,7 @@ PORTNAME= net6 PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -14,7 +15,7 @@ MAINTAINER= wxs@atarininja.org COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.15:${PORTSDIR}/security/gnutls USE_GCC= 3.4+ USE_LDCONFIG= yes diff --git a/net/vino/Makefile b/net/vino/Makefile index c4497edc3d71..d378c42d3f95 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,7 +8,7 @@ PORTNAME= vino PORTVERSION= 2.16.0 -PORTREVISION= 1 +PORTREVISION= 2 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 7fd78c4741ad..c24e2f12e5a7 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 0.99.4 -PORTREVISION?= 0 +PORTREVISION?= 1 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.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE} .endif |