[78379] trunk/dports/archivers/szip/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 5 13:32:39 PDT 2011


Revision: 78379
          http://trac.macports.org/changeset/78379
Author:   ryandesign at macports.org
Date:     2011-05-05 13:32:38 -0700 (Thu, 05 May 2011)
Log Message:
-----------
szip: fix checksum mismatch (follow stealth update); nomaintainer; #29372

Modified Paths:
--------------
    trunk/dports/archivers/szip/Portfile

Modified: trunk/dports/archivers/szip/Portfile
===================================================================
--- trunk/dports/archivers/szip/Portfile	2011-05-05 20:15:34 UTC (rev 78378)
+++ trunk/dports/archivers/szip/Portfile	2011-05-05 20:32:38 UTC (rev 78379)
@@ -4,9 +4,9 @@
 
 name		szip
 version		2.1
-revision	1
+revision	2
 categories	archivers
-maintainers	physics.aamu.edu:marius
+maintainers	nomaintainer
 description	Szip is an implementation of the extended-Rice lossless compression \
 		algorithm.
 long_description \
@@ -17,13 +17,14 @@
 	 	Earth Observatory System (EOS).	It was originally developed at \
 	 	University of New Mexico (UNM) and integrated with HDF4 by UNM \
 	 	researchers and developers.
-homepage	http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
 platforms	darwin
-master_sites	ftp://ftp.hdfgroup.org/lib-external/szip/${version}/src/
-checksums	md5 1e0621efa66c2e1b07d7659703df5ea8 \
-		sha1 6bb0e494adce0bc4a5f0360460ee29041dedd7b4 \
-		rmd160 dfb3e60871f171eafc84fe502a2b836de8be7ffe
 
+homepage	http://www.hdfgroup.org/doc_resource/SZIP/
+master_sites	http://www.hdfgroup.org/ftp/lib-external/szip/${version}/src/
+
+checksums	sha1    9344a833b3193fb8cc3ce9d2c8df1bf1c5d125bc \
+		rmd160  ab5ea40baa70b2f7a661b000f34e5781c05f87b0
+
 # Delete this when the version number actually changes.
 dist_subdir	${name}/${version}_${revision}
 
@@ -36,6 +37,6 @@
 	configure.args-delete	--disable-encoding
 }
 
-livecheck.type   regex
-livecheck.url    ftp://ftp.hdfgroup.org/lib-external/szip/
-livecheck.regex {(\d+(?:\.\d+)*)$}
+livecheck.type  regex
+livecheck.url   http://www.hdfgroup.org/ftp/lib-external/szip/
+livecheck.regex {"([0-9.]+)/"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110505/80e2e7c7/attachment.html>


More information about the macports-changes mailing list