[114038] trunk/dports/gnome/empathy/Portfile
devans at macports.org
devans at macports.org
Wed Nov 27 10:00:07 PST 2013
Revision: 114038
https://trac.macports.org/changeset/114038
Author: devans at macports.org
Date: 2013-11-27 10:00:06 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
empathy: update to version 3.10.2.
Modified Paths:
--------------
trunk/dports/gnome/empathy/Portfile
Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile 2013-11-27 17:28:17 UTC (rev 114037)
+++ trunk/dports/gnome/empathy/Portfile 2013-11-27 18:00:06 UTC (rev 114038)
@@ -4,7 +4,7 @@
PortSystem 1.0
name empathy
-version 3.8.4
+version 3.10.2
license GPL-2+ LGPL-2.1+ GFDL-1.3+ Attribution-ShareAlike-3.0
set branch [join [lrange [split ${version} .] 0 1] .]
description Empathy is an instant-messaging(chat) program for GNOME
@@ -20,8 +20,8 @@
use_xz yes
-checksums rmd160 8412f9facb5c6e73341faced553077cb036b5285 \
- sha256 cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9
+checksums rmd160 118fe2f8910c1d50a5134ce6525bd8fc9e6d9508 \
+ sha256 9d8e082a448f3e9450a31f0ec21f01e34cf1c15b192cfa30842d71537796cfbf
depends_build port:pkgconfig \
port:intltool \
@@ -87,6 +87,11 @@
configure.args-replace --enable-map=no --enable-map=yes
}
+variant geocode description {Enable geocode support} {
+ depends_lib-append port:geocode-glib
+ configure.args-replace --enable-geocode=no --enable-geocode=yes
+}
+
variant location description {Enable location awareness using geoclue} {
depends_lib-append port:geoclue
configure.args-replace --enable-location=no --enable-location=yes
@@ -98,7 +103,7 @@
configure.args-replace --enable-goa=no --enable-goa=yes
}
-default_variants +map +location +goa
+default_variants +map +geocode +goa
#
# folks is not universal
@@ -116,7 +121,7 @@
depends_build-append port:python27
}
-default_variants +map +location +goa
+default_variants +map +goa
if {![variant_isset python26]} {
default_variants +python27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/ae33d2e1/attachment.html>
More information about the macports-changes
mailing list