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

mcalhoun at macports.org mcalhoun at macports.org
Fri Oct 31 21:47:12 PDT 2008


Revision: 41377
          http://trac.macports.org/changeset/41377
Author:   mcalhoun at macports.org
Date:     2008-10-31 21:47:12 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
szip: update to version 2.1 and add livecheck; fixes #16959 (maintainer timeout)

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

Modified: trunk/dports/archivers/szip/Portfile
===================================================================
--- trunk/dports/archivers/szip/Portfile	2008-11-01 02:25:07 UTC (rev 41376)
+++ trunk/dports/archivers/szip/Portfile	2008-11-01 04:47:12 UTC (rev 41377)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+
 name		szip
-version		2.0
+version		2.1
 categories	archivers
-maintainers	marius at physics.aamu.edu
+maintainers	physics.aamu.edu:marius
 description	Szip is an implementation of the extended-Rice lossless compression \
 		algorithm.
 long_description \
@@ -18,10 +19,19 @@
 homepage	http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
 platforms	darwin
 master_sites	ftp://ftp.hdfgroup.org/lib-external/szip/${version}/src/
-checksums	md5 21383e286267021cbe93cbb2698bf8b9
+checksums	md5 9cc9125a58b905a4148e4e2fda3fabc6 \
+		sha1 749181f2333937c8321b5f61616b1ad9b1d4bf01 \
+		rmd160 8a0829741375e4d79d7ebc6ba291b3ab7d0cd7ed
 
 configure.args	--disable-encoding
 
-variant encoder {
+test.run	yes
+test.target	check
+
+variant encoder description {Enable SZIP encoding} {
 	configure.args-delete	--disable-encoding
 }
+
+livecheck.check  md5
+livecheck.url    ftp://ftp.hdfgroup.org/lib-external/szip/
+livecheck.md5    a85f3ad0a2ef538172bdea3ea70b7026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081031/c7be0c6f/attachment.html>


More information about the macports-changes mailing list