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

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 19 14:35:06 PDT 2007


Revision: 24248
          http://trac.macosforge.org/projects/macports/changeset/24248
Author:   yves at macports.org
Date:     2007-04-19 14:35:05 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
bump to 2.2.14

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2007-04-19 19:34:05 UTC (rev 24247)
+++ trunk/dports/graphics/gimp2/Portfile	2007-04-19 21:35:05 UTC (rev 24248)
@@ -1,40 +1,43 @@
 # $Id$
 
 PortSystem 1.0
-name             gimp2
-version          2.2.13
-categories       graphics
-maintainers      yves at macports.org
-description      The GNU Image Manipulation Program (version 2)
+name            gimp2
+version         2.2.14
+categories      graphics
+maintainers     yves at macports.org
+homepage        http://www.gimp.org/
+platforms       darwin
+
+description     The GNU Image Manipulation Program (version 2)
 long_description \
 	The GNU Image Manipulation Program (GIMP) is a powerful \
 	tool for the preparation and manipulation of digital images. \
 	The GIMP provides the user with a wide variety of image \
 	manipulation, painting, processing, and rendering tools.
-homepage         http://www.gimp.org/
-platforms        darwin
-master_sites     ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
-                 ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \
-                 ftp://ftp.minet.net/pub/gimp/v2.2/ \
-                 ftp://ftp.gimp.org/pub/gimp/v2.2/
-checksums        md5 d84a4a476a0c4fae24602db67f6fe49a
-distname         gimp-${version}
-use_bzip2        yes
-depends_lib      port:aalib \
-		 port:gimp-print \
-                 lib:libgtk-x11-2.0:gtk2 \
-                 port:lcms \
-                 port:libart_lgpl \
-                 port:libexif \
-                 port:libmng \
-                 port:libwmf \
-                 port:p5-xml-parser
-depends_run      bin:gs:ghostscript
 
-configure.env    LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
-configure.args   --enable-mp \
-                 --mandir=${prefix}/share/man
+master_sites    ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
+                ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \
+                ftp://ftp.minet.net/pub/gimp/v2.2/ \
+                ftp://ftp.gimp.org/pub/gimp/v2.2/
+checksums       md5 2f47dd66d714a970356e275dd1d3caac
+distname        gimp-${version}
+use_bzip2       yes
 
+depends_lib     port:aalib \
+                port:gimp-print \
+                lib:libgtk-x11-2.0:gtk2 \
+                port:lcms \
+                port:libart_lgpl \
+                port:libexif \
+                port:libmng \
+                port:libwmf \
+                port:p5-xml-parser
+depends_run     bin:gs:ghostscript
+
+configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
+configure.args  --enable-mp \
+                --mandir=${prefix}/share/man
+
 post-destroot {
     file mkdir ${destroot}${prefix}/share/applications
     cd ${destroot}${prefix}/share/applications
@@ -51,10 +54,6 @@
                         port:librsvg
 }
 
-variant enable_aalib {
-    depends_lib-append port:aalib
-}
-
 platform darwin i386 {
     configure.args-append   --disable-mmx
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070419/491a5782/attachment.html


More information about the macports-changes mailing list