diff --git a/trunk/dports/devel/apache-ivy/Portfile b/trunk/dports/devel/apache-ivy/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name apache-ivy |
6 | | version 2.2.0 |
7 | | revision 2 |
| 6 | version 2.3.0 |
8 | 7 | categories devel java |
9 | 8 | license Apache-2 |
10 | 9 | maintainers nomaintainer |
… |
… |
|
27 | 26 | |
28 | 27 | depends_build port:apache-ant |
29 | 28 | |
30 | | checksums md5 9dab58aee2777bd72e3cff2f3ff9a119 \ |
31 | | sha1 5bed97ead53483a3db2d5a1b80b3f82516e148b7 \ |
32 | | rmd160 5ac59ceea455fdb45ab4514eae7ba378b5068a23 |
| 29 | checksums md5 53f27c8ef5da2eff5039efa6c45b84e7 \ |
| 30 | sha1 244213bd0d0f344e17678ccbc72b341db6c5b9a3 \ |
| 31 | sha256 20f9ba64b6f24328497394d8b3e24b8e15e12ad230958be9c76d6f8cccf081de \ |
| 32 | rmd160 b1cc2f95658209937960e26725b39ccbed431655 |
33 | 33 | |
34 | | patchfiles ivy-home.patch |
35 | | |
36 | 34 | use_configure no |
37 | 35 | build.cmd ant |
38 | 36 | build.target /localivy jar |
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> |