1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 2.16.2.

This commit is contained in:
Jeremy Messenger 2006-11-20 00:04:19 +00:00
parent 4f49f3147a
commit fb400f8445
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177638
7 changed files with 12 additions and 64 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= epiphany
PORTVERSION= 2.16.1
PORTREVISION= 2
PORTVERSION= 2.16.2
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View File

@ -1,3 +1,3 @@
MD5 (gnome2/epiphany-2.16.1.tar.bz2) = 25fecb147b1c68cc71d2af2bac727724
SHA256 (gnome2/epiphany-2.16.1.tar.bz2) = edc36ae24624cae00aa06dde6475c31574d5fc281612dfd1e51cda63c7a9300a
SIZE (gnome2/epiphany-2.16.1.tar.bz2) = 3761594
MD5 (gnome2/epiphany-2.16.2.tar.bz2) = 6d4ca4c3c1fb52b432ad3f5006866b6b
SHA256 (gnome2/epiphany-2.16.2.tar.bz2) = 3b0ce7104ef9f2b9c22998aa28e715d48c76c3333f573472fbbabb1ed7ad13c6
SIZE (gnome2/epiphany-2.16.2.tar.bz2) = 4229155

View File

@ -1,51 +0,0 @@
===================================================================
RCS file: /cvs/gnome/epiphany/src/ephy-dbus.c,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -r1.16.2.2 -r1.16.2.3
--- src/ephy-dbus.c 2006/09/13 11:48:50 1.16.2.2
+++ src/ephy-dbus.c 2006/10/18 18:54:30 1.16.2.3
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: ephy-dbus.c,v 1.16.2.2 2006/09/13 11:48:50 chpe Exp $
+ * $Id: ephy-dbus.c,v 1.16.2.3 2006/10/18 18:54:30 chpe Exp $
*/
#include "config.h"
@@ -301,16 +301,6 @@
return TRUE;
}
-static void
-ephy_dbus_disconnect_bus (DBusGConnection *bus)
-{
- if (bus != NULL) {
- dbus_connection_close
- (dbus_g_connection_get_connection (bus));
- dbus_g_connection_unref (bus);
- }
-}
-
/* Public methods */
static void
@@ -337,7 +327,7 @@
dbus_connection_remove_filter
(dbus_g_connection_get_connection (priv->session_bus),
session_filter_func, dbus);
- ephy_dbus_disconnect_bus (priv->session_bus);
+ dbus_g_connection_unref (priv->session_bus);
priv->session_bus = NULL;
}
@@ -346,7 +336,7 @@
dbus_connection_remove_filter
(dbus_g_connection_get_connection (priv->system_bus),
system_filter_func, dbus);
- ephy_dbus_disconnect_bus (priv->system_bus);
+ dbus_g_connection_unref (priv->system_bus);
priv->system_bus = NULL;
}
}

View File

@ -7,7 +7,7 @@
#
PORTNAME= libwnck
PORTVERSION= 2.16.1
PORTVERSION= 2.16.2
PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}

View File

@ -1,3 +1,3 @@
MD5 (gnome2/libwnck-2.16.1.tar.bz2) = 3b9d6d58ba8552bb354f87af23a058a8
SHA256 (gnome2/libwnck-2.16.1.tar.bz2) = e3081b2b44ba780f6e1bf507bb39aea9aee56cdabf1784312aa057bccff626cb
SIZE (gnome2/libwnck-2.16.1.tar.bz2) = 466473
MD5 (gnome2/libwnck-2.16.2.tar.bz2) = 0d707031760d019b7b1bf5347e4d6c1a
SHA256 (gnome2/libwnck-2.16.2.tar.bz2) = 0d04977dc4db4d782b77ed15225a701da883d0d0512719db2ca069f41ce0386b
SIZE (gnome2/libwnck-2.16.2.tar.bz2) = 467230

View File

@ -7,7 +7,7 @@
#
PORTNAME= gnome-desktop
PORTVERSION= 2.16.1
PORTVERSION= 2.16.2
PORTREVISION?= 0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}

View File

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-desktop-2.16.1.tar.bz2) = e92edb17cd75faca45a4fe2d6806bdd8
SHA256 (gnome2/gnome-desktop-2.16.1.tar.bz2) = 56c7dbe56e6a9fbcd3730c55892734a9daff23a86d69f49a381a4c965732f9d1
SIZE (gnome2/gnome-desktop-2.16.1.tar.bz2) = 1230980
MD5 (gnome2/gnome-desktop-2.16.2.tar.bz2) = 9137ba2cd5113446d02b1f2cee67069c
SHA256 (gnome2/gnome-desktop-2.16.2.tar.bz2) = 274abc7a354d091405dc8577a9182f2a0823bb038038004d701c13301f222f3d
SIZE (gnome2/gnome-desktop-2.16.2.tar.bz2) = 1230891