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

devans at macports.org devans at macports.org
Mon Nov 10 13:54:57 PST 2014


Revision: 128017
          https://trac.macports.org/changeset/128017
Author:   devans at macports.org
Date:     2014-11-10 13:54:57 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
gimp-help-en: update to version 2.8.2, drop python variants and use python27, update livecheck url.

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

Modified: trunk/dports/graphics/gimp-help-en/Portfile
===================================================================
--- trunk/dports/graphics/gimp-help-en/Portfile	2014-11-10 21:44:53 UTC (rev 128016)
+++ trunk/dports/graphics/gimp-help-en/Portfile	2014-11-10 21:54:57 UTC (rev 128017)
@@ -6,7 +6,7 @@
 set gname       gimp-help
 set lingua      en
 name            ${gname}-${lingua}
-version         2.8.1
+version         2.8.2
 license         GFDL-1.2
 categories      graphics
 maintainers     devans openmaintainer
@@ -25,8 +25,8 @@
 
 use_bzip2       yes
 
-checksums       sha1    319d3478293320fe5ce1034e4f2d3940bb40125f \
-                rmd160  83e528ef5fa5926cd8bfad775e51179054b3a218
+checksums       rmd160  1b2bd82224abd9eee39e6e795368af28074161e2 \
+                sha256  e5658f1553428898bc23f07eedbb87e259ef9010fcf55b99b364f07d143b6e57
 
 distname        ${gname}-${version}
 dist_subdir     ${gname}
@@ -40,7 +40,8 @@
                 port:libxslt \
                 port:libxml2 \
                 port:gettext \
-                port:pngcrush
+                port:pngcrush \
+                port:py27-libxml2
 
 post-patch {
     reinplace "s|#!/usr/bin/env python|#!${configure.python}|" \
@@ -50,21 +51,8 @@
 configure.args  --without-gimp
 
 configure.env   ALL_LINGUAS='${lingua}'
+configure.python ${prefix}/bin/python2.7
 
-variant python26 conflicts python27 description {Use python 2.6} {
-    depends_build-append    port:py26-libxml2
-    configure.python        ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python26 description {Use python 2.7} {
-    depends_build-append    port:py27-libxml2
-    configure.python        ${prefix}/bin/python2.7
-}
-
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 livecheck.type  regex
-livecheck.url   http://gimp.cp-dev.com/gimp/help/
+livecheck.url   http://download.gimp.org/pub/gimp/help/
 livecheck.regex ${gname}-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/67c954f7/attachment.html>


More information about the macports-changes mailing list