[62049] trunk/dports/java/commons-codec/Portfile

nox at macports.org nox at macports.org
Mon Dec 28 08:33:42 PST 2009


Revision: 62049
          http://trac.macports.org/changeset/62049
Author:   nox at macports.org
Date:     2009-12-28 08:33:41 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
Update commons-codec to 1.4

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

Modified: trunk/dports/java/commons-codec/Portfile
===================================================================
--- trunk/dports/java/commons-codec/Portfile	2009-12-28 16:33:30 UTC (rev 62048)
+++ trunk/dports/java/commons-codec/Portfile	2009-12-28 16:33:41 UTC (rev 62049)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name				commons-codec
-version				1.3
-revision			1
+version				1.4
 
 categories			java
 maintainers			jberry openmaintainer
@@ -17,26 +16,22 @@
 				
 distname			${name}-${version}-src
 master_sites		apache:commons/codec/source/
-checksums			md5 af3c3acf618de6108d65fcdc92b492e1
 
+checksums           md5     6d96f8134e12cdab105d4934b90cb993 \
+                    sha1    61edf10e2a95bdef49d04fdbb97783be8e2b114a \
+                    rmd160  b00969ab4bf8004d87e97b91072f4379590e62ea
+
 depends_build		bin:ant:apache-ant
 depends_lib			bin:java:kaffe \
 					port:junit
 
 use_configure		no
 
-worksrcdir			${name}-${version}
-
 build.cmd			ant
 build.target		dist
 build.args			-Dfinal.name=${name} \
 					-Djunit.jar=${prefix}/share/java/junit.jar
 
-post-extract	{
-	# The license file is not supplied with the source...
-	system "touch ${workpath}/LICENSE"
-}
-
 destroot	{
 	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/20091228/f43ec4dc/attachment.html>


More information about the macports-changes mailing list