summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-20 19:21:21 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-20 19:21:21 +0800
commit593166c17a58f509fc974988a4c0abd4a74ce8f3 (patch)
treefd63b411e3bcfbd6c3ec42c5e6fde20b9553e7c7
parent0cf1be945ddcad698e626d1f75f3ead56000d989 (diff)
downloadmarcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar.gz
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar.bz2
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar.lz
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar.xz
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.tar.zst
marcuscom-ports-593166c17a58f509fc974988a4c0abd4a74ce8f3.zip
Update to 2.30.0.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14063 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net-im/empathy/Makefile5
-rw-r--r--net-im/empathy/distinfo6
-rw-r--r--net-im/empathy/files/patch-configure11
3 files changed, 16 insertions, 6 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index c74f12c95..dc3734525 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.62 2010/04/10 15:35:11 kwm Exp $
+# $MCom: ports/net-im/empathy/Makefile,v 1.63 2010/04/10 23:25:30 kwm Exp $
PORTNAME= empathy
-PORTVERSION= 2.30.0.1
-PORTREVISION= 1
+PORTVERSION= 2.30.0.2
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index c5a58bb16..d4116c67d 100644
--- a/net-im/empathy/distinfo
+++ b/net-im/empathy/distinfo
@@ -1,3 +1,3 @@
-MD5 (empathy-2.30.0.1.tar.bz2) = d3b1d2772fe4d506a7f797d2e0cf8ab2
-SHA256 (empathy-2.30.0.1.tar.bz2) = 8c7722058aab2f8d8b8a6d527c219582cb28957b32d9f001f520a107ffbdade1
-SIZE (empathy-2.30.0.1.tar.bz2) = 2622276
+MD5 (empathy-2.30.0.2.tar.bz2) = 0a015053a4c07f9ab118734911e5fc9c
+SHA256 (empathy-2.30.0.2.tar.bz2) = 8dd9c31968677661e5cbdf08022bebcaadf2cdcdcd08fee4c40aaacc55233c86
+SIZE (empathy-2.30.0.2.tar.bz2) = 2623258
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure
new file mode 100644
index 000000000..1a16aca80
--- /dev/null
+++ b/net-im/empathy/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2010-04-10 22:44:46.000000000 +0200
++++ configure 2010-04-10 22:45:28.000000000 +0200
+@@ -16874,7 +16874,7 @@
+ fi
+
+
+-if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" == "xyes"; then
++if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" = "xyes"; then
+
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TELEPATHY_LOGGER" >&5