[28121] trunk/dports/graphics/gimp2

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 07:39:33 PDT 2007


Revision: 28121
          http://trac.macosforge.org/projects/macports/changeset/28121
Author:   yves at macports.org
Date:     2007-08-21 07:39:33 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
2.4.0-rc1 ... Yeah !

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile
    trunk/dports/graphics/gimp2/files/gimp
    trunk/dports/graphics/gimp2/files/gimp-remote

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2007-08-21 13:41:55 UTC (rev 28120)
+++ trunk/dports/graphics/gimp2/Portfile	2007-08-21 14:39:33 UTC (rev 28121)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name            gimp2
-version         2.3.19
+version         2.4.0-rc1
 categories      graphics
 maintainers     yves
 homepage        http://www.gimp.org/
@@ -15,11 +15,12 @@
 	The GIMP provides the user with a wide variety of image \
 	manipulation, painting, processing, and rendering tools.
 
-master_sites    ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \
-                ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \
-                ftp://ftp.minet.net/pub/gimp/v2.3/ \
-                ftp://ftp.gimp.org/pub/gimp/v2.3/
-checksums       md5 9b5cc6aef0baca3735ce9bc4fdc949d9
+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 788fb85712ea1d8b52d70f7b2ebdb439
 distname        gimp-${version}
 use_bzip2       yes
 
@@ -42,17 +43,27 @@
 
 post-destroot {
     cd ${destroot}${prefix}/bin
+    delete gimp gimp-remote
     xinstall -m 755 ${filespath}/gimp ${filespath}/gimp-remote .
     reinplace "s|__PREFIX__|${prefix}|" gimp gimp-remote
+    reinplace "s|__VERSION__|${M.m}|" gimp gimp-remote
 }
 
+post-install {
+    ui_warn "
+            There is no 'Close all' and 'Quit' in the toolbox menu.
+            This will be fixed in the next release candidate
+
+            "
+}
+ 
 default_variants +gnome +python
 
 variant gnome {
     depends_lib-append	    port:libgnomeui \
                             port:libgtkhtml \
                             port:librsvg
-    configure.args-append   --without-gtkhtml2 \
+    configure.args-delete   --without-gtkhtml2 \
                             --without-librsvg \
                             --without-gnomevfs
 }

Modified: trunk/dports/graphics/gimp2/files/gimp
===================================================================
--- trunk/dports/graphics/gimp2/files/gimp	2007-08-21 13:41:55 UTC (rev 28120)
+++ trunk/dports/graphics/gimp2/files/gimp	2007-08-21 14:39:33 UTC (rev 28121)
@@ -2,4 +2,4 @@
 
 export PATH=__PREFIX__/bin:$PATH
 
-dbus-launch gimp-2.3 "$@"
+dbus-launch gimp-__VERSION__ "$@"

Modified: trunk/dports/graphics/gimp2/files/gimp-remote
===================================================================
--- trunk/dports/graphics/gimp2/files/gimp-remote	2007-08-21 13:41:55 UTC (rev 28120)
+++ trunk/dports/graphics/gimp2/files/gimp-remote	2007-08-21 14:39:33 UTC (rev 28121)
@@ -2,4 +2,4 @@
 
 export PATH=__PREFIX__/bin:$PATH
 
-dbus-launch gimp-remote-2.3 "$@"
+dbus-launch gimp-remote-__VERSION__ "$@"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070821/2543a96c/attachment.html


More information about the macports-changes mailing list