Ticket #34051: patch-Portfile.diff
File patch-Portfile.diff, 1.6 KB (added by BjarneDMat, 13 years ago) |
---|
-
graphics/gdk-pixbuf2/Portfile
old new 5 5 6 6 name gdk-pixbuf2 7 7 set my_name gdk-pixbuf 8 version 2.24.0 9 revision 1 8 version 2.26.1 10 9 epoch 2 11 10 license LGPL 12 11 set branch [join [lrange [split ${version} .] 0 1] .] … … 15 14 homepage http://www.gtk.org/ 16 15 platforms darwin 17 16 distname ${my_name}-${version} 18 use_ bzip2yes17 use_xz yes 19 18 20 19 description The gdk-pixbuf-2.0 library 21 20 … … 23 22 packaged separately as of gtk2 2.22. 24 23 25 24 master_sites gnome:sources/${my_name}/${branch}/ \ 26 ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 25 ftp://ftp.gtk.org/pub/${my_name}/${branch}/ \ 26 http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/ 27 27 28 checksums rmd160 5cd81ae03cc47878e253855d3b5043f734287187 \29 sha256 38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e370028 checksums rmd160 a541fec932a3d89ad9b4835645989a687c8d56a7 \ 29 sha256 a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba 30 30 31 31 depends_build port:pkgconfig 32 32