[127517] trunk/dports/gnome/empathy

devans at macports.org devans at macports.org
Tue Oct 28 19:40:14 PDT 2014


Revision: 127517
          https://trac.macports.org/changeset/127517
Author:   devans at macports.org
Date:     2014-10-28 19:40:14 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
empathy: update to version 3.12.7, drop python variants and build with python27, drop +location as default variant due to broken geoclue2, allow parallel build.

Modified Paths:
--------------
    trunk/dports/gnome/empathy/Portfile

Property Changed:
----------------
    trunk/dports/gnome/empathy/


Property changes on: trunk/dports/gnome/empathy
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/empathy:108269-124199
/users/devans/GNOME-3/unstable/dports/gnome/empathy:114069-118152
   + /users/devans/GNOME-3/stable/dports/gnome/empathy:108269-127516
/users/devans/GNOME-3/unstable/dports/gnome/empathy:114069-118152

Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	2014-10-29 02:36:37 UTC (rev 127516)
+++ trunk/dports/gnome/empathy/Portfile	2014-10-29 02:40:14 UTC (rev 127517)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                empathy
-version             3.12.6
+version             3.12.7
 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
@@ -19,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  8b003613779cdfe4dd9f1075c89c29c5ddc100e6 \
-                    sha256  bf52e0c0af6179925dbf37b406d42d4a5f5e60131052a7f6a7e1822891fa0f6f
+checksums           rmd160  74d58c3a1f769a872ad0cadb707d843670a853e4 \
+                    sha256  abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -30,11 +30,10 @@
                     port:autoconf \
                     port:automake \
                     port:libtool \
-                    port:libxslt
+                    port:libxslt \
+                    port:python27
 
 depends_lib         port:desktop-file-utils \
-                    port:gnome-icon-theme \
-                    port:gnome-icon-theme-symbolic \
                     port:gtk3 \
                     port:dbus-glib \
                     port:folks \
@@ -76,6 +75,7 @@
 }
 
 configure.cmd       ./autogen.sh
+configure.python    ${prefix}/bin/python2.7
 
 configure.args      --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib \
@@ -95,8 +95,12 @@
                     --disable-silent-rules \
                     --disable-Werror
 
-use_parallel_build  no
+#
+# folks is not universal
+#
 
+universal_variant   no
+
 variant map description {Enable map view} {
     depends_lib-append      port:libchamplain
     configure.args-replace  --enable-map=no --enable-map=yes
@@ -107,7 +111,7 @@
     configure.args-replace  --enable-geocode=no --enable-geocode=yes
 }
 
-variant location description {Enable location awareness using geoclue} {
+variant location description {Enable location awareness using geoclue2 (broken)} {
     depends_lib-append      port:geoclue2
     configure.args-replace  --enable-location=no --enable-location=yes
 }
@@ -118,28 +122,8 @@
     configure.args-replace  --enable-goa=no --enable-goa=yes
 }
 
-default_variants +map +geocode +goa +location
+default_variants    +map +geocode +goa
 
-#
-# folks is not universal
-#
-
-universal_variant no
-
-variant python26 conflicts python27 description {Build using Python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_build-append      port:python26
-}
-
-variant python27 conflicts python26 description {Build using Python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_build-append      port:python27
-}
-
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/bb0db6a3/attachment.html>


More information about the macports-changes mailing list