summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-05-03 05:09:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-05-03 05:09:12 +0800
commitc8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99 (patch)
treeadfbc071726222d401a95de292922a2e70c400b5 /net
parente1d536576e0e053b34b3a95d2579497f4b885595 (diff)
downloadmarcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar.gz
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar.bz2
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar.lz
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar.xz
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.tar.zst
marcuscom-ports-c8ccdfa676110f9ff8ce1e8707fba7ba7c28cc99.zip
Update to 2.32.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15944 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/vino/Makefile5
-rw-r--r--net/vino/distinfo5
-rw-r--r--net/vino/files/patch-server_vino-status-icon.c16
-rw-r--r--net/vino/files/patch-server_vino-status-tube-icon.c12
4 files changed, 4 insertions, 34 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
index edcd61dd9..a308ebb52 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.84 2011/04/10 19:41:36 mezz Exp $
+# $MCom: ports/net/vino/Makefile,v 1.85 2011/04/25 19:40:17 mezz Exp $
#
PORTNAME= vino
-PORTVERSION= 2.32.0
-PORTREVISION= 1
+PORTVERSION= 2.32.2
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/net/vino/distinfo b/net/vino/distinfo
index 008989d14..5c6f8b6d5 100644
--- a/net/vino/distinfo
+++ b/net/vino/distinfo
@@ -1,3 +1,2 @@
-MD5 (gnome2/vino-2.32.0.tar.bz2) = e43a40dc3a1ad81ce6d417c237b68875
-SHA256 (gnome2/vino-2.32.0.tar.bz2) = 00446f52eb03893be9d69dadbb3899b58676c122f33db670f46dc19e4a7d3d6d
-SIZE (gnome2/vino-2.32.0.tar.bz2) = 855538
+SHA256 (gnome2/vino-2.32.2.tar.bz2) = 1260b1f7b647caff69db441dc13c992f843d9d75b9386ec07b724a5e30c6d4fa
+SIZE (gnome2/vino-2.32.2.tar.bz2) = 856440
diff --git a/net/vino/files/patch-server_vino-status-icon.c b/net/vino/files/patch-server_vino-status-icon.c
deleted file mode 100644
index f32697d7d..000000000
--- a/net/vino/files/patch-server_vino-status-icon.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- server/vino-status-icon.c.orig 2011-03-07 09:37:18.000000000 +0100
-+++ server/vino-status-icon.c 2011-03-07 09:45:10.000000000 +0100
-@@ -622,10 +622,9 @@ vino_status_icon_show_new_client_notific
- }
-
- icon->priv->new_client_notification =
-- notify_notification_new_with_status_icon (summary,
-- body,
-- "preferences-desktop-remote-desktop",
-- GTK_STATUS_ICON (icon));
-+ notify_notification_new (summary,
-+ body,
-+ "preferences-desktop-remote-desktop");
-
- g_free (body);
-
diff --git a/net/vino/files/patch-server_vino-status-tube-icon.c b/net/vino/files/patch-server_vino-status-tube-icon.c
deleted file mode 100644
index 36ccd04f7..000000000
--- a/net/vino/files/patch-server_vino-status-tube-icon.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- server/vino-status-tube-icon.c.orig 2011-03-07 09:46:02.000000000 +0100
-+++ server/vino-status-tube-icon.c 2011-03-07 09:46:32.000000000 +0100
-@@ -405,8 +405,7 @@ vino_status_tube_icon_show_notif (VinoSt
- filename = "stock_person";
-
- icon->priv->new_client_notification =
-- notify_notification_new_with_status_icon (summary, body,
-- filename, GTK_STATUS_ICON (icon));
-+ notify_notification_new (summary, body, filename);
-
- notify_notification_set_timeout (icon->priv->new_client_notification,
- NOTIFICATION_TIMEOUT * 1000);