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

jmr at macports.org jmr at macports.org
Sun Jul 11 09:39:29 PDT 2010


Revision: 69634
          http://trac.macports.org/changeset/69634
Author:   jmr at macports.org
Date:     2010-07-11 09:39:29 -0700 (Sun, 11 Jul 2010)
Log Message:
-----------
gimp: bump version to 2.6.9, mark as noarch, fix logic for choosing when to add carbon-based deps, remove unnecessary lines

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

Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile	2010-07-11 16:35:40 UTC (rev 69633)
+++ trunk/dports/graphics/gimp/Portfile	2010-07-11 16:39:29 UTC (rev 69634)
@@ -4,12 +4,13 @@
 PortSystem 1.0
 
 name            gimp
-version         2.6.8
+version         2.6.9
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
 homepage        http://www.gimp.org/
 platforms       darwin
+supported_archs noarch
 
 description     The Gimp - Batteries Included
 long_description \
@@ -30,18 +31,16 @@
 platform macosx {
     depends_lib-append  port:gimp-app
     #
-    # these use the deprecated QuickDraw API that is no longer
-    # supported on snow leopard #21391
+    # these use the deprecated QuickDraw API that is not available
+    # in a 64-bit version - ticket #21391
     #
-    if { "darwin" == ${os.platform} && 10 > ${os.major} } {
+    if { "darwin" == ${os.platform} && ![string match *64* $build_arch] } {
         depends_lib-append  port:macclipboard-gimp \
                             port:macfile-gimp
     }
 }
 
 distfiles
-master_sites
-use_bzip2       yes
 use_configure   no
 build           {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100711/ecaf575f/attachment.html>


More information about the macports-changes mailing list