[24578] trunk/dports/java/commons-pool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 10:36:22 PDT 2007


Revision: 24578
          http://trac.macosforge.org/projects/macports/changeset/24578
Author:   blair at macports.org
Date:     2007-04-28 10:36:22 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
* commons-pool/Portfile:
  With the upgrade to the 1.3 release, the installed jar file name
    changed to include the version number.  Install it without the
    version to be consistent with the 1.2 name and all other jar
    files in ${prefix}/share/java that do not include a version
    number.
  Remove the dependency on commons-collections according to this URL
    http://jakarta.apache.org/commons/pool/release-notes-1.3.html
    and testing with our own internal application, which compiles fine
    without commons-collections in the classpath.

Modified Paths:
--------------
    trunk/dports/java/commons-pool/Portfile

Modified: trunk/dports/java/commons-pool/Portfile
===================================================================
--- trunk/dports/java/commons-pool/Portfile	2007-04-28 17:20:06 UTC (rev 24577)
+++ trunk/dports/java/commons-pool/Portfile	2007-04-28 17:36:22 UTC (rev 24578)
@@ -4,6 +4,7 @@
 
 name			commons-pool
 version			1.3
+revision		1
 
 categories		java
 maintainers		jberry at macports.org openmaintainer at macports.org
@@ -22,8 +23,7 @@
 
 depends_build		bin:ant:apache-ant
 depends_lib			bin:java:kaffe \
-				port:junit \
-				port:commons-collections
+				port:junit
 
 use_configure		no
 
@@ -31,14 +31,13 @@
 
 build.cmd		ant
 build.target		dist
-build.args		-Djunit.jar=${prefix}/share/java/junit.jar \
-				-Dcommons-collections.jar=${prefix}/share/java/commons-collections.jar
+build.args		-Djunit.jar=${prefix}/share/java/junit.jar
 
 destroot	{
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \
 		${destroot}${prefix}/share/doc
 	xinstall -m 644 ${worksrcpath}/dist/commons-pool-${version}.jar \
-		${destroot}${prefix}/share/java/
+		${destroot}${prefix}/share/java/commons-pool.jar
 	file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
 	file attributes ${destroot}${prefix}/share/doc/${name} -permissions goa+r
 }

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


More information about the macports-changes mailing list