diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /net | |
parent | Update to 1.5.2 (diff) |
Chase security/libgcrypt update
Diffstat (limited to 'net')
-rw-r--r-- | net/afpfs-ng/Makefile | 1 | ||||
-rw-r--r-- | net/clamz/Makefile | 9 | ||||
-rw-r--r-- | net/csync2/Makefile | 10 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 4 | ||||
-rw-r--r-- | net/glib-networking/Makefile | 1 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 2 | ||||
-rw-r--r-- | net/librouteros/Makefile | 7 | ||||
-rw-r--r-- | net/libvncserver/Makefile | 2 | ||||
-rw-r--r-- | net/netatalk/Makefile | 7 | ||||
-rw-r--r-- | net/netatalk3/Makefile | 7 | ||||
-rw-r--r-- | net/quagga-re/Makefile | 1 | ||||
-rw-r--r-- | net/remmina/Makefile | 10 | ||||
-rw-r--r-- | net/samba4/Makefile | 2 | ||||
-rw-r--r-- | net/tigervnc/Makefile | 1 | ||||
-rw-r--r-- | net/wireshark/Makefile | 1 |
15 files changed, 25 insertions, 40 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile index fffee60ec6d4..c4889d2709cf 100644 --- a/net/afpfs-ng/Makefile +++ b/net/afpfs-ng/Makefile @@ -3,6 +3,7 @@ PORTNAME= afpfs-ng PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 1da9be4826d5..04b45fa569e2 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: clamz -# Date created: 2009-06-08 -# Whom: Helko Glathe <glathe.helko@googlemail.com> -# +# Created by: Helko Glathe <glathe.helko@googlemail.com> # $FreeBSD$ -# PORTNAME= clamz PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,7 +12,7 @@ COMMENT= Command-line program to download MP3 files from Amazon's music store LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/csync2/Makefile b/net/csync2/Makefile index 2b063ff1d485..e990d2d6191d 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: net/csync2 -# Date created: 16 May 2007 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -19,7 +15,7 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.5:${PORTSDIR}/security/libtasn1 \ gnutls.26:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error OPTIONS= CSYNC2_COMPARE "Install csync2-compare script" off diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 3cec10fbf2ff..394816281134 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} @@ -15,7 +15,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ wfmath-1.0.1:${PORTSDIR}/math/wfmath \ mercator-0.3.3:${PORTSDIR}/devel/mercator \ skstream-0.3.7:${PORTSDIR}/net/skstream \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ boost_regex:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS= --with-python=${LOCALBASE} diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index efdaed5f42bc..233d17e9d334 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -4,6 +4,7 @@ PORTNAME= glib-networking PORTVERSION= 2.34.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 2c1da2993ddc..51af77dc388a 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/librouteros/Makefile b/net/librouteros/Makefile index 0f4622810adb..da302f1e27ed 100644 --- a/net/librouteros/Makefile +++ b/net/librouteros/Makefile @@ -1,12 +1,9 @@ -# Ports collection Makefile for: librouteros -# Date created: April 6 2012 -# Whom: Mark Felder <feld@feld.me> -# +# Created by: Mark Felder <feld@feld.me> # $FreeBSD$ -# PORTNAME= librouteros PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://verplant.org/librouteros/files/ diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 3b2b46d7191e..862be362374e 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvncserver PORTVERSION= 0.9.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index a71dad7f96a9..60acda7f2170 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,12 +1,9 @@ -# Ports collection makefile for: netatalk -# Date created: 23 Jul 1997 -# Whom: stb -# +# Created by: stb # $FreeBSD$ -# PORTNAME= netatalk PORTVERSION= 2.2.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= SF diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 7d19ef4f71a9..25e9a654f2c6 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,12 +1,9 @@ -# Ports collection makefile for: netatalk -# Date created: 23 Jul 1997 -# Whom: stb -# +# Created by: stb # $FreeBSD$ -# PORTNAME= netatalk PORTVERSION= 3.0.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF diff --git a/net/quagga-re/Makefile b/net/quagga-re/Makefile index d9c3571c557c..4d4e6611efcf 100644 --- a/net/quagga-re/Makefile +++ b/net/quagga-re/Makefile @@ -5,6 +5,7 @@ PORTNAME= quagga PORTVERSION= 0.99.17.12 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= quagga-re diff --git a/net/remmina/Makefile b/net/remmina/Makefile index b7f3e44d5c7e..8e0a29654521 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: grdc -# Date created: 12 April 2009 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= remmina PORTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= SF/${PORTNAME}/0.9 @@ -52,7 +48,7 @@ CONFIGURE_ARGS+=--disable-ssh .endif .if !defined(WITHOUT_GCRYPT) -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt .else CONFIGURE_ARGS+=--disable-gcrypt .endif diff --git a/net/samba4/Makefile b/net/samba4/Makefile index b52a5408976d..57e979a8f29d 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_PORTNAME} PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/stable samba/rc diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index 08e4be327768..1f7036de2ab2 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -3,6 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net x11-servers MASTER_SITES= SF:tigervnc MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 0f30345cef5f..29a1f9fe8806 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,6 +3,7 @@ PORTNAME?= wireshark PORTVERSION= 1.8.6 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ |