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

devans at macports.org devans at macports.org
Fri Aug 14 16:41:43 PDT 2009


Revision: 55625
          http://trac.macports.org/changeset/55625
Author:   devans at macports.org
Date:     2009-08-14 16:41:42 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
gimp2: add variant +debug, fix livecheck.

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2009-08-14 23:36:41 UTC (rev 55624)
+++ trunk/dports/graphics/gimp2/Portfile	2009-08-14 23:41:42 UTC (rev 55625)
@@ -88,6 +88,10 @@
     configure.args-delete   --without-webkit
 }
 
+variant debug description {Enable debugging} {
+    configure.args-append  --enable-debug
+}
+
 if {[variant_isset no_x11]} {
     default_variants    +quartz
 }
@@ -129,5 +133,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://www.gimp.org/downloads/
+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/20090814/a5cb4ab4/attachment.html>


More information about the macports-changes mailing list