[56024] trunk/dports/graphics/gimp/Portfile

devans at macports.org devans at macports.org
Sun Aug 23 07:45:35 PDT 2009


Revision: 56024
          http://trac.macports.org/changeset/56024
Author:   devans at macports.org
Date:     2009-08-23 07:45:34 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
gimp: update to version 2.6.7, update livecheck.

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

Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile	2009-08-23 14:34:44 UTC (rev 56023)
+++ trunk/dports/graphics/gimp/Portfile	2009-08-23 14:45:34 UTC (rev 56024)
@@ -4,7 +4,8 @@
 PortSystem 1.0
 
 name            gimp
-version         2.6.6
+version         2.6.7
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
 homepage        http://www.gimp.org/
@@ -34,6 +35,7 @@
 
 distfiles
 master_sites
+use_bzip2       yes
 use_configure   no
 build           {}
 
@@ -50,3 +52,7 @@
 variant manual description {Include the help files.} {
     depends_lib-append  port:gimp-user-manual
 }
+
+livecheck.check regex
+livecheck.url   ftp://ftp.gimp.org/pub/gimp/v${branch}/
+livecheck.regex "gimp-(${branch}(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/4c53de00/attachment.html>


More information about the macports-changes mailing list