Ticket #19917: Portfile.patch
File Portfile.patch, 1.1 KB (added by israel.faria@…, 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name objectweb-anttasks 6 version 1.3 6 version 1.3.2 7 7 categories java devel 8 8 platforms darwin 9 maintainers glowacki.org:dave 9 maintainers glowacki.org:dave gmail.com:israel.faria 10 10 description ObjectWeb ant tasks 11 11 long_description Assorted utility tasks used in ObjectWeb ant builds. 12 12 … … 18 18 http://download.forge.objectweb.org/${project} \ 19 19 http://download.fr2.forge.objectweb.org/${project} 20 20 distname ${realname}_${version} 21 checksums md5 c fd7fde4b3269f359a3445fb5f8afcad21 checksums md5 cd602bf75a0feab480fa97739955b84e 22 22 23 depends_build bin:ant:apache-ant 23 depends_build bin:ant:apache-ant port:xalanj 24 24 25 25 pre-extract { 26 26 file mkdir ${worksrcpath} 27 27 } 28 28 extract.dir ${worksrcpath} 29 29 30 patchfiles patch-MultipleAnt31 32 30 use_zip yes 33 31 use_configure no 34 32 35 33 build.cmd ant 36 34 build.target clean jar 35 build.env CLASSPATH=${prefix}/share/java/xalan.jar 37 36 38 37 variant debug { 39 38 build.args-append -debug