Ticket #19334: patch-gtk2.diff
File patch-gtk2.diff, 1.2 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name gtk2 7 version 2.14.7 8 revision 2 7 version 2.16.1 9 8 set branch [join [lrange [split ${version} .] 0 1] .] 10 9 categories x11 11 10 maintainers nox openmaintainer … … 25 24 ftp://ftp.gtk.org/pub/gtk/v${branch}/ \ 26 25 http://ftp.gtk.org/pub/gtk/v${branch}/ 27 26 28 patchfiles patch-configure.diff \ 29 patch-modules-gail.diff \ 27 patchfiles patch-modules-gail.diff \ 30 28 patch-modules-printbackends.diff 31 29 32 30 if {[variant_isset no_x11]} { … … 61 59 } 62 60 } 63 61 64 checksums md5 fb1614d4b2adba7b078e2e799b5db604\65 sha1 f4b9c65dbdc78cad6fc9b601640cbad1d3abb57f\66 rmd160 2ed6451d3de050e9b2423f6509d15e39ba69a6ab62 checksums md5 74e35ff3e6e02c960fe2117a4b6b102f \ 63 sha1 01cba21f12e6fa3762fe47437eb4dc335a2fb841 \ 64 rmd160 41bdf85d93a38236eea12f4882289efb671e16af 67 65 68 66 depends_build port:pkgconfig \ 69 67 port:gtk-doc