[66278] trunk/dports/java/fast-md5/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 8 00:19:15 PDT 2010


Revision: 66278
          http://trac.macports.org/changeset/66278
Author:   ryandesign at macports.org
Date:     2010-04-08 00:19:11 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
fast-md5: update to 2.6.2, update homepage, fix livecheck, indicate that this is noarch

Modified Paths:
--------------
    trunk/dports/java/fast-md5/Portfile

Modified: trunk/dports/java/fast-md5/Portfile
===================================================================
--- trunk/dports/java/fast-md5/Portfile	2010-04-08 07:14:23 UTC (rev 66277)
+++ trunk/dports/java/fast-md5/Portfile	2010-04-08 07:19:11 UTC (rev 66278)
@@ -3,28 +3,31 @@
 PortSystem 1.0
 
 name			fast-md5
-version			2.6
+version			2.6.2
 categories		java
 platforms		darwin
 maintainers		nomaintainer
 description		Fast MD5 Implementation in Java
 long_description	${description}
 
-homepage		http://fast-md5.sourceforge.net/
+homepage		http://www.twmacinta.com/myjava/fast_md5.php
 master_sites	http://www.twmacinta.com/myjava/
-checksums		md5 126cd1d77edc114e0412d2034fb1d190
+
+checksums		md5     30b98b28652c6eb97270e89119f563f0 \
+				sha1    7339e45977adeb78f7506d70f2c6901c81decd22 \
+				rmd160  0f58b021fff2a9bf19cbde07f3dadd488229ab0a
+
 use_zip			yes
 
 depends_build	bin:ant:apache-ant
 
 worksrcdir		${name}
 
-post-extract {
-	file mkdir ${worksrcpath}/docs
+use_configure	no
+if {[info exists supported_archs]} {
+    supported_archs noarch
 }
 
-use_configure	no
-
 build.cmd		ant
 build.target	dist
 
@@ -33,3 +36,6 @@
 	xinstall -m 644 ${worksrcpath}/dist/fast-md5.jar \
 		${destroot}${prefix}/share/java/
 }
+
+livecheck.type	regex
+livecheck.regex	${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/57069b65/attachment.html>


More information about the macports-changes mailing list