summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-11-15 22:07:53 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-11-15 22:07:53 +0800
commit8d315bf5505fe4673c5d5423d7a1bd6e307bef69 (patch)
treecae412e8a5e9893cb941af7568b45c2758b3ecd9 /net-im
parentd86ffe842fef23102f47311291221fcfc5ac9eb0 (diff)
downloadmarcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar.gz
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar.bz2
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar.lz
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar.xz
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.tar.zst
marcuscom-ports-8d315bf5505fe4673c5d5423d7a1bd6e307bef69.zip
Update to 2.32.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14876 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/empathy/Makefile5
-rw-r--r--net-im/empathy/distinfo5
-rw-r--r--net-im/empathy/files/patch-configure51
3 files changed, 7 insertions, 54 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 039479e87..733052c8f 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -3,11 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.73 2010/09/27 14:19:18 kwm Exp $
+# $MCom: ports/net-im/empathy/Makefile,v 1.74 2010/10/26 08:50:10 kwm Exp $
PORTNAME= empathy
-PORTVERSION= 2.32.0
-PORTREVISION= 1
+PORTVERSION= 2.32.1
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index 23ad11a10..41427c6a1 100644
--- a/net-im/empathy/distinfo
+++ b/net-im/empathy/distinfo
@@ -1,3 +1,2 @@
-MD5 (empathy-2.32.0.tar.bz2) = 491ad04843938951afa5e34a3e238aca
-SHA256 (empathy-2.32.0.tar.bz2) = 3cf758b25bb91f25234b800289a648a1410b56c87edc66e74981573cfd90fbd6
-SIZE (empathy-2.32.0.tar.bz2) = 2901618
+SHA256 (empathy-2.32.1.tar.bz2) = 72b226244707b0bb50c74025463bdf2e1e847a8f0cefcbb187afd899103d419c
+SIZE (empathy-2.32.1.tar.bz2) = 2935652
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure
index bd519ec05..4b18eac3f 100644
--- a/net-im/empathy/files/patch-configure
+++ b/net-im/empathy/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2010-08-18 15:00:58.000000000 +0200
-+++ configure 2010-08-18 15:04:03.000000000 +0200
-@@ -13408,8 +13408,8 @@
+--- configure.orig 2010-11-15 14:52:20.000000000 +0100
++++ configure 2010-11-15 14:52:21.000000000 +0100
+@@ -13388,8 +13388,8 @@
.SECONDARY: $(gsettings_SCHEMAS)
gsettings__base_list = \
@@ -11,48 +11,3 @@
install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid)
@$(NORMAL_INSTALL)
-@@ -14591,7 +14591,7 @@
- as_fn_error "Could not find gtk3 dependencies." "$LINENO" 5
- fi
-
--if test "x$have_gtk3" == "xyes"; then
-+if test "x$have_gtk3" = "xyes"; then
- # GTK3 specific deps
-
- pkg_failed=no
-@@ -16219,7 +16219,7 @@
-
- if test "x$enable_webkit" != "xno"; then
-
-- if test "x$have_gtk3" == "xno"; then
-+ if test "x$have_gtk3" = "xno"; then
-
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
-@@ -16545,7 +16545,7 @@
-
- if test "x$enable_map" != "xno"; then
-
-- if test "x$have_gtk3" == "xno"; then
-+ if test "x$have_gtk3" = "xno"; then
-
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBCHAMPLAIN" >&5
-@@ -16936,7 +16936,7 @@
-
-
- if test "x$enable_nautilus_sendto" != "xno"; then
-- if test "x$have_gtk3" == "xno"; then
-+ if test "x$have_gtk3" = "xno"; then
- # Newer NST requires GTK+3 so we can't use it
-
- pkg_failed=no
-@@ -17156,7 +17156,7 @@
-
- if test "x$enable_control_center_embedding" != "xno"; then
-
-- if test "x$have_gtk3" == "xno"; then
-+ if test "x$have_gtk3" = "xno"; then
-
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CONTROL_CENTER_EMBEDDING" >&5