diff -Naur --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/apache-ivy/Portfile ./Portfile
old
|
new
|
|
4 | 4 | |
5 | 5 | name apache-ivy |
6 | 6 | version 2.2.0 |
7 | | revision 1 |
| 7 | revision 2 |
8 | 8 | categories devel java |
9 | 9 | maintainers singingwolfboy openmaintainer |
10 | 10 | description Dependency manager for Apache Ant |
… |
… |
|
30 | 30 | sha1 5bed97ead53483a3db2d5a1b80b3f82516e148b7 \ |
31 | 31 | rmd160 5ac59ceea455fdb45ab4514eae7ba378b5068a23 |
32 | 32 | |
| 33 | patchfiles ivy-home.patch |
| 34 | |
33 | 35 | use_configure no |
34 | 36 | build.cmd ant |
35 | | build.target jar |
| 37 | build.target /localivy jar |
36 | 38 | |
37 | 39 | destroot { |
38 | 40 | set javadir ${destroot}${prefix}/share/java/ |
diff -Naur --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/apache-ivy/files/ivy-home.patch ./files/ivy-home.patch
old
|
new
|
|
| 1 | --- build.xml~ 2012-02-25 02:45:04.000000000 +1100 |
| 2 | +++ build.xml 2012-02-25 02:45:22.000000000 +1100 |
| 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> |