Ticket #28575: Portfile.diff
File Portfile.diff, 1.2 KB (added by Tom.Schoonjans@…, 14 years ago) |
---|
-
(a) Portfile_old vs. (b) Portfile_new
a b 4 4 PortSystem 1.0 5 5 6 6 name xraylib 7 version 2.14. 07 version 2.14.1 8 8 categories science 9 9 platforms darwin 10 10 maintainers me.com:Tom.Schoonjans … … 20 20 and .NET. 21 21 22 22 homepage http://github.com/tschoonj/xraylib 23 master_sites http://github.com/tschoonj/xraylib/downloads 23 #master_sites https://github.com/downloads/tschoonj/xraylib/ 24 #master_sites http://cloud.github.com/downloads/tschoonj/${name} 25 fetch.type git 26 git.url git://github.com/tschoonj/xraylib.git 27 git.branch xraylib-${version} 28 use_autoreconf yes 24 29 25 checksums sha1 6fa2add4ffedcd94003bcff648ea6e657976d56e \ 26 rmd160 c436cd31e38628a4290c3a9af7ddd89812eccb1c 30 #checksums sha1 be41cb054f8ba68fb071ee1c8eb236dc3a8499d4 \ 31 # rmd160 e7019b2b35dab2f8107181023cfdd466960d110f 32 33 #fetch.ignore_sslcert yes 27 34 28 35 configure.args --disable-idl \ 29 36 --disable-fortran2003 \