[114213] trunk/dports/graphics/gimp-help-en/Portfile

devans at macports.org devans at macports.org
Mon Dec 2 13:49:15 PST 2013


Revision: 114213
          https://trac.macports.org/changeset/114213
Author:   devans at macports.org
Date:     2013-12-02 13:49:15 -0800 (Mon, 02 Dec 2013)
Log Message:
-----------
gimp-help-en: update to version 2.8.1, drop +python25 variant.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-help-en/Portfile

Modified: trunk/dports/graphics/gimp-help-en/Portfile
===================================================================
--- trunk/dports/graphics/gimp-help-en/Portfile	2013-12-02 20:55:53 UTC (rev 114212)
+++ trunk/dports/graphics/gimp-help-en/Portfile	2013-12-02 21:49:15 UTC (rev 114213)
@@ -6,7 +6,7 @@
 set gname       gimp-help
 set lingua      en
 name            ${gname}-${lingua}
-version         2.8.0
+version         2.8.1
 license         GFDL-1.2
 categories      graphics
 maintainers     devans openmaintainer
@@ -25,14 +25,15 @@
 
 use_bzip2       yes
 
-checksums       sha1    c76209660dedc4b969115f6a9e16f4c600dc1d6a \
-                rmd160  0bee8864b86889e800a3870fe5eb0cf92db3ef2c
+checksums       sha1    319d3478293320fe5ce1034e4f2d3940bb40125f \
+                rmd160  83e528ef5fa5926cd8bfad775e51179054b3a218
 
 distname        ${gname}-${version}
 dist_subdir     ${gname}
 
 depends_build   port:pkgconfig \
                 port:coreutils \
+                port:docbook-xml \
                 port:docbook-xsl \
                 port:gawk \
                 port:gsed \
@@ -50,22 +51,17 @@
 
 configure.env   ALL_LINGUAS='${lingua}'
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    depends_build-append    port:py25-libxml2
-    configure.python        ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
+variant python26 conflicts python27 description {Use python 2.6} {
     depends_build-append    port:py26-libxml2
     configure.python        ${prefix}/bin/python2.6
 }
 
-variant python27 conflicts python25 python26 description {Use python 2.7} {
+variant python27 conflicts python26 description {Use python 2.7} {
     depends_build-append    port:py27-libxml2
     configure.python        ${prefix}/bin/python2.7
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
+if {![variant_isset python26]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131202/e359530a/attachment.html>


More information about the macports-changes mailing list