Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 24728

Show
Ignore:
Timestamp:
05/01/07 13:35:53 (19 months ago)
Author:
yves@…
Message:

bump to 2.3.16

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/gimp-dev/Portfile

    r22731 r24728  
    22 
    33PortSystem 1.0 
    4 name             gimp-dev 
    5 version          2.3.15 
    6 categories       graphics 
    7 maintainers      yves@macports.org 
    8 description      The GNU Image Manipulation Program (unstable) 
     4name            gimp-dev 
     5version         2.3.16 
     6categories      graphics 
     7maintainers     yves@macports.org 
     8homepage        http://www.gimp.org/ 
     9platforms       darwin 
     10 
     11description     The GNU Image Manipulation Program (unstable) 
    912long_description \ 
    1013        The GNU Image Manipulation Program (GIMP) is a powerful \ 
     
    1215        The GIMP provides the user with a wide variety of image \ 
    1316        manipulation, painting, processing, and rendering tools. 
    14 homepage         http://www.gimp.org/ 
    15 platforms        darwin 
    16 master_sites     ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ 
    17                  ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \ 
    18                  ftp://ftp.minet.net/pub/gimp/v2.3/ \ 
    19                  ftp://ftp.gimp.org/pub/gimp/v2.3/ 
    20 checksums        md5 ca1ac6c338866020b9ebe98d134bd749 
    21 distname         gimp-${version} 
    22 use_bzip2        yes 
    23 depends_lib      port:aalib \ 
    24                 port:curl \ 
    25                 port:gimp-print \ 
    26                  port:libexif \ 
    27                  port:libgnomeui \ 
    28                  port:libgtkhtml \ 
    29                  port:libmng \ 
    30                  port:librsvg \ 
    31                  port:libwmf \ 
    32                  port:poppler \ 
    33                  port:py-gtk2 
     17 
     18master_sites    ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ 
     19                ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \ 
     20                ftp://ftp.minet.net/pub/gimp/v2.3/ \ 
     21                ftp://ftp.gimp.org/pub/gimp/v2.3/ 
     22checksums       md5 00797e627c8a180e5364f334aab27631 
     23distname        gimp-${version} 
     24use_bzip2       yes 
     25 
     26depends_lib     port:aalib \ 
     27                port:curl \ 
     28                port:gimp-print \ 
     29                port:libexif \ 
     30                        port:libgnomeui \ 
     31                port:libgtkhtml \ 
     32                        port:libmng \ 
     33                port:librsvg \ 
     34                port:libwmf \ 
     35                port:poppler \ 
     36                port:py-gtk2 
    3437                 
    35 configure.env    LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include 
    36 configure.pre_args --prefix="${prefix}/gimp-2.3" 
    37 configure.args   --enable-mp 
    38  
    39 destroot.destdir DESTDIR=${destroot} 
     38configure.pre_args \ 
     39                --prefix="${prefix}/gimp-2.3" 
     40configure.args  --enable-mp 
    4041 
    4142post-destroot { 
     
    4849variant without_gnome { 
    4950    depends_lib-append  port:dbus-glib \ 
    50                         port:libart_lgpl \ 
    51                         port:p5-xml-parser 
     51                            port:libart_lgpl \ 
     52                        port:p5-xml-parser 
    5253    depends_lib-delete  port:libgnomeui \ 
    5354                        port:libgtkhtml \