diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-07 01:54:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-07 01:54:25 +0800 |
commit | 8a1bfe4d45b8174a66f24801582076ae73b94390 (patch) | |
tree | b7323c82c176a662bacb7c272fa46f6f89efaf3a /net | |
parent | c55d2246781d967419b45bb76f83e460f683cb73 (diff) | |
download | marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.gz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.bz2 marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.lz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.xz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.zst marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.zip |
Chase gnutls update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16037 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/glib-networking/Makefile | 5 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 2 | ||||
-rw-r--r-- | net/gtk-vnc3/Makefile | 1 | ||||
-rw-r--r-- | net/vino/Makefile | 3 | ||||
-rw-r--r-- | net/vino3/Makefile | 3 |
5 files changed, 9 insertions, 5 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 40d7b1667..055e30df6 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/glib-networking/Makefile,v 1.7 2011/04/27 19:49:59 kwm Exp $ +# $MCom: ports/net/glib-networking/Makefile,v 1.8 2011/05/25 15:55:00 kwm Exp $ # PORTNAME= glib-networking PORTVERSION= 2.28.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,7 @@ COMMENT= Network-related giomodules for glib BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ dbus-1.3:${PORTSDIR}/devel/dbus \ proxy.1:${PORTSDIR}/net/libproxy RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index cc1aec042..0fc174637 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/gtk-vnc3/Makefile b/net/gtk-vnc3/Makefile index 11c4a2df1..de16390dc 100644 --- a/net/gtk-vnc3/Makefile +++ b/net/gtk-vnc3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/vino/Makefile b/net/vino/Makefile index a308ebb52..a5c4b0573 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,11 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.85 2011/04/25 19:40:17 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.86 2011/05/02 21:09:12 kwm Exp $ # PORTNAME= vino PORTVERSION= 2.32.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/net/vino3/Makefile b/net/vino3/Makefile index b9a7960a3..0289a743a 100644 --- a/net/vino3/Makefile +++ b/net/vino3/Makefile @@ -3,11 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino3/Makefile,v 1.8 2011/04/27 11:40:44 kwm Exp $ +# $MCom: ports/net/vino3/Makefile,v 1.9 2011/05/02 21:10:43 kwm Exp $ # PORTNAME= vino PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |