[79710] trunk/dports/java/jgoodies-common/Portfile

blair at macports.org blair at macports.org
Thu Jun 23 13:58:15 PDT 2011


Revision: 79710
          http://trac.macports.org/changeset/79710
Author:   blair at macports.org
Date:     2011-06-23 13:58:15 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
jgoodies-common: replace all tabs with spaces.

Modified Paths:
--------------
    trunk/dports/java/jgoodies-common/Portfile

Modified: trunk/dports/java/jgoodies-common/Portfile
===================================================================
--- trunk/dports/java/jgoodies-common/Portfile	2011-06-23 20:55:43 UTC (rev 79709)
+++ trunk/dports/java/jgoodies-common/Portfile	2011-06-23 20:58:15 UTC (rev 79710)
@@ -1,41 +1,41 @@
 # $Id$
 
 PortSystem 1.0
-name			jgoodies-common
-version			1.2.0
-categories		java
-platforms		darwin
-maintainers		blair
+name                    jgoodies-common
+version                 1.2.0
+categories              java
+platforms               darwin
+maintainers             blair
 
-description		Helper classes for other jgoodies-* packages
-long_description	The JGoodies Common library provides convenience \
-			code for other JGoodies libraries and applications.
-homepage		http://www.jgoodies.com/downloads/libraries.html
+description             Helper classes for other jgoodies-* packages
+long_description        The JGoodies Common library provides convenience \
+                        code for other JGoodies libraries and applications.
+homepage                http://www.jgoodies.com/downloads/libraries.html
 
-master_sites		http://www.jgoodies.com/download/libraries/common/
-distname		${name}-1_2_0
-checksums		md5 777e651327516baa1aa5c7ff8322dbcb \
-			sha1 0463b2d680e4d736b1b50e870b9c090ee41e1995 \
-			rmd160 ee9298d5c5b0831d23421bc05562fb134023c3a9
-use_zip			yes
+master_sites            http://www.jgoodies.com/download/libraries/common/
+distname                ${name}-1_2_0
+checksums               md5 777e651327516baa1aa5c7ff8322dbcb \
+                        sha1 0463b2d680e4d736b1b50e870b9c090ee41e1995 \
+                        rmd160 ee9298d5c5b0831d23421bc05562fb134023c3a9
+use_zip                 yes
 
-depends_lib		bin:java:kaffe
+depends_lib             bin:java:kaffe
 
-use_configure		no
+use_configure           no
 
-worksrcdir		${name}-${version}
+worksrcdir              ${name}-${version}
 
-build.cmd		true
+build.cmd               true
 
 destroot {
-	set javadir ${destroot}${prefix}/share/java
-	set docdir ${destroot}${prefix}/share/doc/${name}
+        set javadir ${destroot}${prefix}/share/java
+        set docdir ${destroot}${prefix}/share/doc/${name}
 
-	xinstall -d -m 755 ${javadir}
-	xinstall -d -m 755 ${docdir}
+        xinstall -d -m 755 ${javadir}
+        xinstall -d -m 755 ${docdir}
 
-	file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar
-	foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
-		file copy ${worksrcpath}/${f} ${docdir}/
-	}
+        file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar
+        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
+                file copy ${worksrcpath}/${f} ${docdir}/
+        }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/5e7c1b92/attachment.html>


More information about the macports-changes mailing list