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

devans at macports.org devans at macports.org
Sun Jul 22 14:54:31 PDT 2012


Revision: 95801
          https://trac.macports.org/changeset/95801
Author:   devans at macports.org
Date:     2012-07-22 14:54:30 -0700 (Sun, 22 Jul 2012)
Log Message:
-----------
gimp-help-en: update to version 2.8.0.

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

Modified: trunk/dports/graphics/gimp-help-en/Portfile
===================================================================
--- trunk/dports/graphics/gimp-help-en/Portfile	2012-07-22 21:44:59 UTC (rev 95800)
+++ trunk/dports/graphics/gimp-help-en/Portfile	2012-07-22 21:54:30 UTC (rev 95801)
@@ -6,7 +6,7 @@
 set gname       gimp-help
 set lingua      en
 name            ${gname}-${lingua}
-version         2.6.1
+version         2.8.0
 license         GFDL-1.2
 categories      graphics
 maintainers     devans openmaintainer
@@ -25,23 +25,23 @@
 
 use_bzip2       yes
 
-checksums       sha1    cba93e3b3c35d1c78d91b5f424458c927272bb3c \
-                rmd160  4fdc31e2f7ba1f9011725a1ff4b87fe107da9431
+checksums       sha1    c76209660dedc4b969115f6a9e16f4c600dc1d6a \
+                rmd160  0bee8864b86889e800a3870fe5eb0cf92db3ef2c
 
-worksrcdir      ${gname}-2
+distname        ${gname}-${version}
+dist_subdir     ${gname}
 
-distname        ${gname}-${version}-html-${lingua}
+depends_build   port:pkgconfig \
+                port:coreutils \
+                port:gawk \
+                port:gsed \
+                port:libxslt \
+                port:libxml2 \
+                port:gettext \
+                port:pngcrush
 
-use_configure   no
+configure.env   ALL_LINGUAS='${lingua}'
 
-build           {}
-
-destroot        {
-        set gimpdatadir ${prefix}/share/gimp/2.0
-        file mkdir ${destroot}${gimpdatadir}/help
-        copy ${worksrcpath}/html/${lingua} ${destroot}${gimpdatadir}/help
-}
-
 livecheck.type  regex
 livecheck.url   http://gimp.cp-dev.com/gimp/help/
-livecheck.regex "${gname}-(\\d+(?:\\.\\d+)*)-html-${lingua}${extract.suffix}"
+livecheck.regex ${gname}-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120722/96153e27/attachment.html>


More information about the macports-changes mailing list