Ticket #16710: patch-at-spi-Portfile.diff
File patch-at-spi-Portfile.diff, 1.1 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name at-spi 6 version 1.2 2.17 revision 1 6 version 1.24.0 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 8 9 9 description Gnome Accesibility Technology Service 10 10 long_description 'at-spi' is a part of the Gnome Accessibility Project. \ … … 17 17 homepage http://www.gnome.org/ 18 18 master_sites gnome:sources/at-spi/[strsed ${version} {/\.[0-9]*$//}]/ 19 19 20 checksums md5 2ee1b35ef25e753e6bac840a418608f5\21 sha1 b7dca093dbe9617e65a0c44ec0e255700a2ab048\22 rmd160 8452186d902090e01a65cd365ac11ceecacb485b 20 checksums md5 e546a35e21d127b502a3c57550a189a0 \ 21 sha1 9c1349e27617d7a2006e76101e5b12c721e07e1a \ 22 rmd160 dcc78e63823ffd6be0fcccacf3152986506d5510 23 23 24 24 depends_build \ 25 25 port:p5-xml-parser \ … … 47 47 configure.args-append --without-x 48 48 } 49 49 50 livecheck.check regex 51 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 52 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}