Ticket #1320: apache-ant-1.6.0.diff
File apache-ant-1.6.0.diff, 699 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name apache-ant 5 version 1.5.4 6 revision 1 5 version 1.6.0 7 6 categories devel 8 7 maintainers sean@fuzzymagic.com 9 8 description Java opensource build system … … 17 16 master_sites http://apache.ttlhost.com/ant/source/ \ 18 17 http://apache.mirrors.pair.com/ant/source/ \ 19 18 http://www.apache.org/dist/ant/source/ 20 checksums md5 6cf6b1065f07fa9a12d174887913b31e19 checksums md5 18aed5aa33951aa85c237fc4139bad6e 21 20 distname ${name}-${version}-src 21 use_bzip2 yes 22 22 worksrcdir ${name}-${version} 23 23 set antdir java/${name} 24 24 set instdir ${prefix}/${antdir}