Ticket #16899: Portfile.patch

File Portfile.patch, 1.1 KB (added by israel.faria@…, 15 years ago)

Patch to upgrade objectweb-anttasks version.

  • Portfile

     
    33PortSystem 1.0
    44
    55name                    objectweb-anttasks
    6 version                 1.3
     6version                 1.3.2
    77categories              java devel
    88platforms               darwin
    9 maintainers             glowacki.org:dave
     9maintainers             glowacki.org:dave gmail.com:israel.faria
    1010description             ObjectWeb ant tasks
    1111long_description        Assorted utility tasks used in ObjectWeb ant builds.
    1212
     
    1818                        http://download.forge.objectweb.org/${project} \
    1919                        http://download.fr2.forge.objectweb.org/${project}
    2020distname                ${realname}_${version}
    21 checksums               md5 cfd7fde4b3269f359a3445fb5f8afcad
     21checksums               md5 cd602bf75a0feab480fa97739955b84e
    2222
    23 depends_build           bin:ant:apache-ant
     23depends_build           bin:ant:apache-ant port:xalanj
    2424
    2525pre-extract {
    2626        file mkdir ${worksrcpath}
    2727}
    2828extract.dir     ${worksrcpath}
    2929
    30 patchfiles              patch-MultipleAnt
    31 
    3230use_zip                 yes
    3331use_configure           no
    3432
    3533build.cmd               ant
    3634build.target            clean jar
     35build.env        CLASSPATH=${prefix}/share/java/xalan.jar
    3736
    3837variant debug {
    3938        build.args-append               -debug