Revision: 90162 http://trac.macports.org/changeset/90162 Author: singingwolfboy@macports.org Date: 2012-02-24 08:44:32 -0800 (Fri, 24 Feb 2012) Log Message: ----------- apache-ivy: applying patch from mail_ben_schmidt@yahoo.com.au to fix #30577. Thanks! Modified Paths: -------------- trunk/dports/devel/apache-ivy/Portfile Added Paths: ----------- trunk/dports/devel/apache-ivy/files/ trunk/dports/devel/apache-ivy/files/ivy-home.patch Modified: trunk/dports/devel/apache-ivy/Portfile =================================================================== --- trunk/dports/devel/apache-ivy/Portfile 2012-02-24 15:59:39 UTC (rev 90161) +++ trunk/dports/devel/apache-ivy/Portfile 2012-02-24 16:44:32 UTC (rev 90162) @@ -4,7 +4,7 @@ name apache-ivy version 2.2.0 -revision 1 +revision 2 categories devel java maintainers singingwolfboy openmaintainer description Dependency manager for Apache Ant @@ -30,9 +30,11 @@ sha1 5bed97ead53483a3db2d5a1b80b3f82516e148b7 \ rmd160 5ac59ceea455fdb45ab4514eae7ba378b5068a23 +patchfiles ivy-home.patch + use_configure no build.cmd ant -build.target jar +build.target /localivy jar destroot { set javadir ${destroot}${prefix}/share/java/ Added: trunk/dports/devel/apache-ivy/files/ivy-home.patch =================================================================== --- trunk/dports/devel/apache-ivy/files/ivy-home.patch (rev 0) +++ trunk/dports/devel/apache-ivy/files/ivy-home.patch 2012-02-24 16:44:32 UTC (rev 90162) @@ -0,0 +1,11 @@ +--- build.xml.orig 2010-06-28 17:39:18.000000000 -0400 ++++ build.xml 2012-02-24 11:38:52.000000000 -0500 +@@ -37,7 +37,7 @@ + + <target name="init-ivy-home" depends="init-ivy-user-home, init-ivy-local-home" /> + +- <target name="init-ivy" depends="compile-bootstrap"> ++ <target name="init-ivy" depends="compile-bootstrap, init-ivy-home"> + <taskdef resource="org/apache/ivy/ant/antlib.xml" + uri="antlib:org.apache.ivy.ant"> + <classpath>
participants (1)
-
singingwolfboy@macports.org