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

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 24 21:07:12 PDT 2007


Revision: 24472
          http://trac.macosforge.org/projects/macports/changeset/24472
Author:   blair at macports.org
Date:     2007-04-24 21:07:12 -0700 (Tue, 24 Apr 2007)

Log Message:
-----------
Whitespace cleanup.

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

Modified: trunk/dports/java/spring-framework/Portfile
===================================================================
--- trunk/dports/java/spring-framework/Portfile	2007-04-25 04:06:11 UTC (rev 24471)
+++ trunk/dports/java/spring-framework/Portfile	2007-04-25 04:07:12 UTC (rev 24472)
@@ -2,41 +2,42 @@
 
 PortSystem 1.0
 
-name				spring-framework
-version				2.0.4
+name			spring-framework
+version			2.0.4
 
-categories			java
-maintainers			jberry at macports.org
-platforms			darwin
+categories		java
+maintainers		jberry at macports.org
+platforms		darwin
 
-description			Spring application framework for Java
+description		Spring application framework for Java
 long_description	Spring is a layered Java/J2EE application framework.
-homepage			http://www.springframework.org/
+homepage		http://www.springframework.org/
 
-distname			${name}-${version}-with-dependencies
+distname		${name}-${version}-with-dependencies
 master_sites		sourceforge:springframework
-checksums			md5 e799d201d0fee374956de90aaa0db625 \
-				sha1 818797018d463c21b1bcee7cd96f76226b42cbd6 \
-				rmd160 d70feb4137371d2228a0caabc0a27420fbdf687e
+checksums		md5 e799d201d0fee374956de90aaa0db625 \
+			sha1 818797018d463c21b1bcee7cd96f76226b42cbd6 \
+			rmd160 d70feb4137371d2228a0caabc0a27420fbdf687e
 
-use_zip				yes
+use_zip			yes
 
 depends_build		bin:ant:apache-ant
-depends_lib			bin:java:kaffe
+depends_lib		bin:java:kaffe
 				
 use_configure		no
 
-worksrcdir			${name}-${version}
+worksrcdir		${name}-${version}
 
-build.cmd			ant
+build.cmd		ant
 build.target		alljars
 
-# This variant builds spring with debug information -- useful if you're tracing into it in a debugger
+# 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	{
+destroot {
 	# Ensure needed directories
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \
 		${destroot}${prefix}/share/doc \

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


More information about the macports-changes mailing list