[40650] trunk/dports/graphics/gimp2/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Oct 9 14:54:20 PDT 2008


Revision: 40650
          http://trac.macports.org/changeset/40650
Author:   macsforever2000 at macports.org
Date:     2008-10-09 14:54:20 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
Updated to version 2.6.1. Moved online help to help_browser variant. (#16803)

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2008-10-09 21:42:44 UTC (rev 40649)
+++ trunk/dports/graphics/gimp2/Portfile	2008-10-09 21:54:20 UTC (rev 40650)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            gimp2
-version         2.6.0
+version         2.6.1
 categories      graphics
 maintainers     gmail.com:dbevans
 homepage        http://www.gimp.org/
@@ -17,14 +17,14 @@
 	The GIMP provides the user with a wide variety of image \
 	manipulation, painting, processing, and rendering tools.
 
-set M.m         [join [lrange [split ${version} .] 0 1] .]
-master_sites    http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ \
-                ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ \
-                ftp://ftp.gimp.org/pub/gimp/v${M.m}/
+set branch      [join [lrange [split ${version} .] 0 1] .]
+master_sites    http://gimp.mirrors.hoobly.com/gimp/v${branch}/ \
+                ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${branch}/ \
+                ftp://ftp.gimp.org/pub/gimp/v${branch}/
 
-checksums       md5     e5ac955fee8b376d431e4693027d7640 \
-                sha1    187effb5722a1d5943c48ec74a3be96c836215f6 \
-                rmd160  66dae43b362298314befc39916bb3e01b9098b50
+checksums       md5     2fa176d1da75575c88b01019d014744d \
+                sha1    c03c737496444c811c73772d356db3dbf886fd68 \
+                rmd160  4cf18ae63a813ccf35a0b33ede3b24a304b47b03
 
 distname        gimp-${version}
 use_bzip2       yes
@@ -40,12 +40,12 @@
                 port:libwmf \
                 port:p5-xml-parser \
                 port:poppler \
-                port:webkit-gtk \
                 port:py25-gtk
 
 platform darwin 7 {
     # poppler currently can't be built on 10.3 (see #15603)
     depends_lib-delete port:poppler
+    configure.args-append --without-poppler
 }
 
 platform darwin 9 {
@@ -62,7 +62,8 @@
                 --without-dbus \
                 --without-hal \
                 --without-alsa \
-                --without-gvfs
+                --without-gvfs \
+                --without-webkit
 
 variant no_python description {Disable Python scripts and filters} {
     depends_lib-delete      port:py25-gtk
@@ -78,3 +79,12 @@
     depends_lib-append      port:gvfs
     configure.args-delete   --without-gvfs
 }
+
+variant help_browser description {Enable Gimp help browser} {
+    depends_lib-append      port:webkit-gtk
+    configure.args-delete   --without-webkit
+}
+
+livecheck.check regex
+livecheck.url   http://www.gimp.org/downloads/
+livecheck.regex "gimp-(${branch}(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081009/0dee3112/attachment.html 


More information about the macports-changes mailing list