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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 24 08:26:14 PDT 2007


Revision: 30316
          http://trac.macosforge.org/projects/macports/changeset/30316
Author:   yves at macports.org
Date:     2007-10-24 08:26:14 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
2.4.0 release

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2007-10-24 13:54:21 UTC (rev 30315)
+++ trunk/dports/graphics/gimp2/Portfile	2007-10-24 15:26:14 UTC (rev 30316)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            gimp2
-version         2.4.0-rc3
+version         2.4.0
 categories      graphics
 maintainers     yves openmaintainer
 homepage        http://www.gimp.org/
@@ -17,17 +17,15 @@
 	manipulation, painting, processing, and rendering tools.
 
 set M.m         2.4
-master_sites    ftp://ftp.cs.umn.edu/pub/gimp/v${M.m}/testing/ \
-                ftp://ftp.flirble.org/pub/X/gimp/gimp/v${M.m}/testing/ \
-                ftp://ftp.minet.net/pub/gimp/v${M.m}/testing/ \
-                ftp://ftp.gimp.org/pub/gimp/v${M.m}/testing/
-checksums       md5 f468ce7c1e3ead678f41b10b28200e60
+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}/
+checksums       md5 35fecf14cd5237065aef624b93030d5e
 distname        gimp-${version}
 use_bzip2       yes
 
 depends_lib     port:aalib \
                 port:curl \
-                port:dbus-glib \
                 port:libart_lgpl \
                 port:libexif \
                 port:libgnomeui \
@@ -41,17 +39,9 @@
 
 configure.env   PYTHON=${prefix}/bin/python2.5
 configure.args  --enable-mp \
-                --with-pdbgen
+                --with-pdbgen \
+                --without-dbus
 
-post-destroot {
-    foreach f {gimp gimp-console} {
-        delete ${destroot}${prefix}/bin/$f
-        xinstall -m 755 ${filespath}/gimp ${destroot}${prefix}/bin/$f
-        reinplace "s|__PREFIX__|${prefix}|" ${destroot}${prefix}/bin/$f
-        reinplace "s|__VERSION__|${M.m}|" ${destroot}${prefix}/bin/$f
-    }
-}
-
 variant without_gnome description "Disable SVG support and built-in help browser." {
     depends_lib-delete	    port:libgnomeui \
                             port:libgtkhtml \
@@ -67,3 +57,8 @@
     configure.args-append   --disable-python
 }
 
+variant dbus {
+    depends_lib-append      port:dbus-glib
+    configure.args-delete   --without-dbus
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071024/67054b0d/attachment-0001.html


More information about the macports-changes mailing list