diff options
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/Makefile | 5 | ||||
-rw-r--r-- | net-im/empathy/distinfo | 6 | ||||
-rw-r--r-- | net-im/empathy/files/patch-configure | 11 |
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 |