Ticket #32249: clutter-Portfile.diff
File clutter-Portfile.diff, 2.4 KB (added by rmstonecipher@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name clutter 7 version 1.6.20 8 revision 1 7 version 1.12.2 9 8 license LGPL-2.1 10 set branch [ string range $version 0 [expr [string last "." $version] - 1]]9 set branch [join [lrange [split ${version} .] 0 1] .] 11 10 categories graphics 12 11 maintainers devans openmaintainer 13 12 platforms darwin macosx … … 15 14 long_description Clutter is an open source software library for \ 16 15 creating fast, visually rich and animated graphical \ 17 16 user interfaces. 18 homepage http:// www.clutter-project.org/17 homepage http://blogs.gnome.org/clutter/ 19 18 master_sites gnome:sources/${name}/${branch}/ 20 19 21 20 use_xz yes 22 21 23 checksums sha256 c5508856e51343ef0f5cf5a8526e4372ac96d31b740d6b09d37e890c653b4273 \24 rmd160 b30704928847e4c80ad99b320f5c96e28c47084b22 checksums sha256 27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13 \ 23 rmd160 c654defd32c2fb20653e46ba541ef544e6c4b11b 25 24 26 25 depends_build port:pkgconfig 27 26 … … 29 28 path:lib/pkgconfig/cairo.pc:cairo \ 30 29 path:lib/pkgconfig/pango.pc:pango \ 31 30 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 34 configure.args --with-x \ 40 35 --x-includes=${prefix}/include \ 41 36 --x-libraries=${prefix}/lib \ 42 --enable-introspection= no\37 --enable-introspection=yes \ 43 38 --disable-gtk-doc 44 39 45 40 platform macosx { … … 64 59 } 65 60 } 66 61 67 livecheck.type regex 68 livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/ 69 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" 62 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/