[113790] trunk/dports/comms/telepathy-glib

devans at macports.org devans at macports.org
Sat Nov 23 10:44:13 PST 2013


Revision: 113790
          https://trac.macports.org/changeset/113790
Author:   devans at macports.org
Date:     2013-11-23 10:44:13 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
telepathy-glib: update to version 0.22.0, remove variant python25.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-glib/Portfile
    trunk/dports/comms/telepathy-glib/files/patch-configure.diff

Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile	2013-11-23 18:38:13 UTC (rev 113789)
+++ trunk/dports/comms/telepathy-glib/Portfile	2013-11-23 18:44:13 UTC (rev 113790)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            telepathy-glib
-version         0.20.4
+version         0.22.0
 license         LGPL-2.1+
 description     The ${name} component of Telepathy - a Flexible Communications Framework.
 long_description \
@@ -19,8 +19,8 @@
 homepage        http://telepathy.freedesktop.org/wiki
 master_sites    http://telepathy.freedesktop.org/releases/${name}/
 
-checksums       rmd160  4b3987ce70f7525bcb25dd8c1c5d5af269a9ca6a \
-                sha256  c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c
+checksums       rmd160  6ed1bf1e9689017c3b2b82af4ce2ba5799d49a8a \
+                sha256  62081bac04d3d390793d08f6763880b522fbad632a08bf41a9191cfe95c01957
 
 depends_build   port:pkgconfig \
                 port:gnome-doc-utils \
@@ -45,22 +45,17 @@
     build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 }
 
-variant python25 conflicts python26 python27 description {Build using Python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_build-append      port:python25
-}
-
-variant python26 conflicts python25 python27 description {Build using Python 2.6} {
+variant python26 conflicts python27 description {Build using Python 2.6} {
     configure.python          ${prefix}/bin/python2.6
     depends_build-append      port:python26
 }
 
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
+variant python27 conflicts python26 description {Build using Python 2.7} {
     configure.python          ${prefix}/bin/python2.7
     depends_build-append      port:python27
 }
 
-if {![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python26]} {
     default_variants +python27
 }
 

Modified: trunk/dports/comms/telepathy-glib/files/patch-configure.diff
===================================================================
--- trunk/dports/comms/telepathy-glib/files/patch-configure.diff	2013-11-23 18:38:13 UTC (rev 113789)
+++ trunk/dports/comms/telepathy-glib/files/patch-configure.diff	2013-11-23 18:44:13 UTC (rev 113790)
@@ -1,6 +1,6 @@
---- configure.orig	2013-06-20 07:42:40.000000000 -0700
-+++ configure	2013-06-20 08:59:59.000000000 -0700
-@@ -13790,9 +13790,9 @@
+--- configure.orig	2013-10-02 06:32:16.000000000 -0700
++++ configure	2013-11-23 07:06:30.000000000 -0800
+@@ -13868,9 +13868,9 @@
  
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/df0e02d6/attachment.html>


More information about the macports-changes mailing list