Ticket #53880: Portfile-9.9.2.diff
File Portfile-9.9.2.diff, 1.4 KB (added by oleaamot (Ole Aamot), 8 years ago) |
---|
-
(a) Portfile-9.8.0 vs. (b) Portfile
a b 3 3 PortSystem 1.0 4 4 5 5 name girl 6 version 9. 8.06 version 9.9.2 7 7 set branch [join [lrange [split $version .] 0 1] .] 8 8 categories gnome 9 9 platforms darwin … … 17 17 18 18 use_xz yes 19 19 20 checksums rmd160 f85d8cc03fe059e5c29941e049cf4dc6f95e7541\21 sha256 c38b0a635e2bf7774af9302a4b180a39ca6fec5100abdaca56c8b24fed6fe9d620 checksums rmd160 8277d3335e2690045dbac0b530504303effc8c63 \ 21 sha256 fe67b8efbe59703a2cb39438d47971c7998231b59147b3568afb2a8ff7fd4be4 22 22 23 23 depends_build port:pkgconfig \ 24 24 port:intltool \ … … 31 31 32 32 depends_lib port:desktop-file-utils \ 33 33 port:gtk2 \ 34 port:gtk3 \ 35 port:libchamplain \ 34 36 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 35 37 port:libgnome \ 36 38 port:libgnomeui \ … … 38 40 port:gnome-vfs \ 39 41 port:gstreamer1 \ 40 42 port:gstreamer1-gst-plugins-base \ 43 port:pango \ 41 44 port:zlib 42 45 43 46 depends_run port:gstreamer1-gst-plugins-good \