Ticket #40504: apache-ivy-2.3.0.patch

File apache-ivy-2.3.0.patch, 2.1 KB (added by mallman (Michael Allman), 11 years ago)
  • trunk/dports/devel/apache-ivy/Portfile

    diff --git a/trunk/dports/devel/apache-ivy/Portfile b/trunk/dports/devel/apache-ivy/Portfile
    a b  
    33PortSystem 1.0
    44
    55name                apache-ivy
    6 version             2.2.0
    7 revision            2
     6version             2.3.0
    87categories          devel java
    98license             Apache-2
    109maintainers         nomaintainer
     
    2726
    2827depends_build       port:apache-ant
    2928
    30 checksums           md5     9dab58aee2777bd72e3cff2f3ff9a119 \
    31                     sha1    5bed97ead53483a3db2d5a1b80b3f82516e148b7 \
    32                     rmd160  5ac59ceea455fdb45ab4514eae7ba378b5068a23
     29checksums           md5     53f27c8ef5da2eff5039efa6c45b84e7 \
     30                    sha1    244213bd0d0f344e17678ccbc72b341db6c5b9a3 \
     31                    sha256  20f9ba64b6f24328497394d8b3e24b8e15e12ad230958be9c76d6f8cccf081de \
     32                    rmd160  b1cc2f95658209937960e26725b39ccbed431655
    3333
    34 patchfiles          ivy-home.patch
    35 
    3634use_configure       no                   
    3735build.cmd           ant
    3836build.target        /localivy jar
  • deleted file trunk/dports/devel/apache-ivy/files/ivy-home.patch

    diff --git a/trunk/dports/devel/apache-ivy/files/ivy-home.patch b/trunk/dports/devel/apache-ivy/files/ivy-home.patch
    deleted file mode 10644
    + -  
    1 --- build.xml.orig      2010-06-28 17:39:18.000000000 -0400
    2 +++ build.xml   2012-02-24 11:38:52.000000000 -0500
    3 @@ -37,7 +37,7 @@
    4      
    5      <target name="init-ivy-home" depends="init-ivy-user-home, init-ivy-local-home" />
    6  
    7 -    <target name="init-ivy" depends="compile-bootstrap">
    8 +    <target name="init-ivy" depends="compile-bootstrap, init-ivy-home">
    9          <taskdef resource="org/apache/ivy/ant/antlib.xml"
    10                  uri="antlib:org.apache.ivy.ant">
    11              <classpath>