[127751] trunk/dports/graphics/gegl-devel/Portfile

devans at macports.org devans at macports.org
Sun Nov 2 16:12:15 PST 2014


Revision: 127751
          https://trac.macports.org/changeset/127751
Author:   devans at macports.org
Date:     2014-11-02 16:12:15 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
gegl-devel: update to recent git master, drop python variants, use python27.

Modified Paths:
--------------
    trunk/dports/graphics/gegl-devel/Portfile

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2014-11-03 00:10:56 UTC (rev 127750)
+++ trunk/dports/graphics/gegl-devel/Portfile	2014-11-03 00:12:15 UTC (rev 127751)
@@ -8,8 +8,8 @@
 name            gegl-devel
 conflicts       gegl
 set git_name    gegl
-set git_commit  c9a6f40022f25ae7f69afd0b9ef28804aca36726
-set git_date    20140819
+set git_commit  3ef1ad8126829a97c355c293849264a2c3306891
+set git_date    20141010
 version         0.3.0-${git_date}
 license         {GPL-3+ LGPL-3+}
 categories      graphics
@@ -29,15 +29,16 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  c849f7eff87bc955f3df0668101dc750a594d314 \
-                sha256  58ccbedb21961b77104e1ad7d67b64a5cad5d81280dacc66dfd3fb8334bc2744
+checksums       rmd160  e45651d6dbf6fcfbaa4fafaedb2c910ccea2fda7 \
+                sha256  61c73d5e52475942f03011cbef2d1c9a457c28b0e357a129998a4697a74066cb
 
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:w3m \
                 port:autoconf \
                 port:automake \
-                port:libtool
+                port:libtool \
+                port:python27
 
 depends_lib     port:babl-devel \
                 port:gtk2 \
@@ -72,6 +73,9 @@
 
 configure.cmd   ./autogen.sh
 
+configure.python \
+                ${prefix}/bin/python2.7
+
 configure.args  --disable-docs \
                 --disable-silent-rules \
                 --enable-introspection=yes \
@@ -111,23 +115,4 @@
     configure.args-append --enable-workshop
 }
 
-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} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_build-append      port:python26
-}
-
-variant python27 conflicts python25 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]} {
-    default_variants +python27
-}
-
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/599b3532/attachment.html>


More information about the macports-changes mailing list