diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-05 01:07:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-05 01:07:37 +0000 |
commit | 4094cd0743af79bb5acc6cb5a64701792cf35b2e (patch) | |
tree | e6cb1b2f3790841728de4532b1e3d1de6b1a13d1 /net/vino | |
parent | 4741aa834d96d0a63d7126ae5219bdc88bee7918 (diff) | |
download | ports-4094cd0743af79bb5acc6cb5a64701792cf35b2e.tar.gz ports-4094cd0743af79bb5acc6cb5a64701792cf35b2e.zip |
Notes
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 1 | ||||
-rw-r--r-- | net/vino/files/patch-server_vino-prefs.c | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 4f0b63189eec..c4497edc3d71 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,6 +8,7 @@ PORTNAME= vino PORTVERSION= 2.16.0 +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/vino/files/patch-server_vino-prefs.c b/net/vino/files/patch-server_vino-prefs.c new file mode 100644 index 000000000000..4abd2b39ba0d --- /dev/null +++ b/net/vino/files/patch-server_vino-prefs.c @@ -0,0 +1,15 @@ +=================================================================== +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, |