Ticket #32249: clutter-Portfile.diff

File clutter-Portfile.diff, 2.4 KB (added by rmstonecipher@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                clutter
    7 version             1.6.20
    8 revision        1
     7version             1.12.2
    98license             LGPL-2.1
    10 set branch          [string range $version 0 [expr [string last "." $version] - 1]]
     9set branch          [join [lrange [split ${version} .] 0 1] .]
    1110categories          graphics
    1211maintainers         devans openmaintainer
    1312platforms           darwin macosx
     
    1514long_description    Clutter is an open source software library for \
    1615                    creating fast, visually rich and animated graphical \
    1716                    user interfaces.
    18 homepage            http://www.clutter-project.org/
     17homepage            http://blogs.gnome.org/clutter/
    1918master_sites        gnome:sources/${name}/${branch}/
    2019
    2120use_xz              yes
    2221
    23 checksums           sha256  c5508856e51343ef0f5cf5a8526e4372ac96d31b740d6b09d37e890c653b4273 \
    24                     rmd160  b30704928847e4c80ad99b320f5c96e28c47084b
     22checksums           sha256  27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13 \
     23                    rmd160  c654defd32c2fb20653e46ba541ef544e6c4b11b
    2524
    2625depends_build       port:pkgconfig
    2726
     
    2928                    path:lib/pkgconfig/cairo.pc:cairo \
    3029                    path:lib/pkgconfig/pango.pc:pango \
    3130                    port:gdk-pixbuf2 \
    32                     port:mesa \
    33                     port:xorg-libXdamage \
    34                     port:xorg-libXcomposite \
    35                     port:json-glib
    36 
    37 configure.args      --with-flavour=glx \
    38                     --with-imagebackend=gdk-pixbuf \
    39                     --with-x \
     31                    port:json-glib \
     32                    port:cogl
     33
     34configure.args      --with-x \
    4035                    --x-includes=${prefix}/include \
    4136                    --x-libraries=${prefix}/lib \
    42                     --enable-introspection=no \
     37                    --enable-introspection=yes \
    4338                    --disable-gtk-doc
    4439
    4540platform macosx {
     
    6459    }
    6560}
    6661
    67 livecheck.type      regex
    68 livecheck.url       http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
    69 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
     62livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/