diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | 951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch) | |
tree | 249b59a23d9c6fae8db5e5639385f6273d237705 /net/vino | |
parent | 91926e92b73e3751382216a16044c5d8b24ad126 (diff) | |
download | ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.tar.gz ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.zip |
Notes
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 5 | ||||
-rw-r--r-- | net/vino/distinfo | 6 | ||||
-rw-r--r-- | net/vino/files/patch-server_vino-prefs.c | 15 |
3 files changed, 5 insertions, 21 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index d378c42d3f95..c56835ec6b58 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,12 +3,11 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.31 2006/10/05 18:17:10 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.37 2007/03/12 13:41:32 ahze Exp $ # PORTNAME= vino -PORTVERSION= 2.16.0 -PORTREVISION= 2 +PORTVERSION= 2.18.0 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/net/vino/distinfo b/net/vino/distinfo index 351477f49a6d..b39399917257 100644 --- a/net/vino/distinfo +++ b/net/vino/distinfo @@ -1,3 +1,3 @@ -MD5 (vino-2.16.0.tar.bz2) = 89937e6d6cd8f658d037da0a7cfd3f4e -SHA256 (vino-2.16.0.tar.bz2) = bcf62f1121fe704a019363467f9182e29931ee6779f3b65e996171f4caa11369 -SIZE (vino-2.16.0.tar.bz2) = 593224 +MD5 (vino-2.18.0.tar.bz2) = 8378156f78289c2f0d3bd5c483101a40 +SHA256 (vino-2.18.0.tar.bz2) = 85b45f5e42f4c8748eff638aeac0b0b8716b382b4f61e03818528851cfde4b0a +SIZE (vino-2.18.0.tar.bz2) = 632635 diff --git a/net/vino/files/patch-server_vino-prefs.c b/net/vino/files/patch-server_vino-prefs.c deleted file mode 100644 index 4abd2b39ba0d..000000000000 --- a/net/vino/files/patch-server_vino-prefs.c +++ /dev/null @@ -1,15 +0,0 @@ -=================================================================== -RCS file: /cvs/gnome/vino/server/vino-prefs.c,v -retrieving revision 1.2 -retrieving revision 1.2.2.1 -diff -u -r1.2 -r1.2.2.1 ---- server/vino-prefs.c 2006/10/05 12:55:37 1.2 -+++ server/vino-prefs.c 2006/10/10 10:42:38 1.2.2.1 -@@ -306,7 +306,6 @@ - VINO_PREFS_VNC_PASSWORD, - NULL); - dprintf (PREFS, "Encoded password: %s\n", vino_vnc_password ? vino_vnc_password : "(null)"); -- g_free (vino_vnc_password); - - vino_listeners [i] = - gconf_client_notify_add (vino_client, |