[31727] trunk/dports/java/spring-framework/Portfile

blair at macports.org blair at macports.org
Tue Dec 4 15:39:34 PST 2007


Revision: 31727
          http://trac.macosforge.org/projects/macports/changeset/31727
Author:   blair at macports.org
Date:     2007-12-04 15:39:22 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
New upstream 2.5 release of the Spring Framework.  Spring now requires
JDK 1.6 to compile, which doesn't exist as an official supported
package by Apple yet, so I've removed the commands in the Portfile to
compile Spring and instead just copy the pre-built jar files.

Modified Paths:
--------------
    trunk/dports/java/spring-framework/Portfile

Modified: trunk/dports/java/spring-framework/Portfile
===================================================================
--- trunk/dports/java/spring-framework/Portfile	2007-12-04 23:03:16 UTC (rev 31726)
+++ trunk/dports/java/spring-framework/Portfile	2007-12-04 23:39:22 UTC (rev 31727)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			spring-framework
-version			2.0.6
+version			2.5
 
 categories		java
 maintainers		jberry at macports.org openmaintainer
@@ -15,28 +15,20 @@
 
 distname		${name}-${version}-with-dependencies
 master_sites		sourceforge:springframework
-checksums		md5 fe0e687e49b1aa95381fa9aab89113b9 \
-			sha1 58848c219cbee97b666c698f3bcb5faead51fb94 \
-			rmd160 d4e7347c38367a65c4d715e72f58b2b4e227b4e0
+checksums		md5 804014e668d0eb7322cce85656781159 \
+			sha1 9b519547fb730814ab326eefd8f2eeb28e76cf5a \
+			rmd160 70e7317e626869324ef0af9fcf3fa730d8828676
 
 use_zip			yes
 
-depends_build		bin:ant:apache-ant
 depends_lib		bin:java:kaffe
 				
 use_configure		no
 
 worksrcdir		${name}-${version}
 
-build.cmd		ant
-build.target		alljars
+build.cmd		true
 
-# This variant builds spring with debug information -- useful if
-# you're tracing into it in a debugger.
-variant debug {
-	build.args-append	-Ddebug=true
-}
-
 destroot {
 	# Ensure needed directories
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071204/f3c4ac67/attachment.html


More information about the macports-changes mailing list