[58681] users/dweber/graphics/InsightToolkit/Portfile

dweber at macports.org dweber at macports.org
Fri Oct 2 13:01:04 PDT 2009


Revision: 58681
          http://trac.macports.org/changeset/58681
Author:   dweber at macports.org
Date:     2009-10-02 13:01:03 -0700 (Fri, 02 Oct 2009)
Log Message:
-----------
Initial attempt to update to ver 3.16.0; will try to build and install with no significant changes to the Portfile; should test the py26 variant and try to make that a default variant.

Modified Paths:
--------------
    users/dweber/graphics/InsightToolkit/Portfile

Modified: users/dweber/graphics/InsightToolkit/Portfile
===================================================================
--- users/dweber/graphics/InsightToolkit/Portfile	2009-10-02 19:34:00 UTC (rev 58680)
+++ users/dweber/graphics/InsightToolkit/Portfile	2009-10-02 20:01:03 UTC (rev 58681)
@@ -4,13 +4,13 @@
 PortSystem      1.0
 
 name            InsightToolkit
-version         3.14.0
+version         3.16.0
 revision        0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
-# Online documentation on the 3.14 release:
-# http://www.kitware.com/news/home/browse/ITK?2009_05_28&ITK+3.14+Released
-# http://www.itk.org/Wiki/ITK_Release_3.14
+# Online documentation on the 3.16 release:
+# http://www.kitware.com/news/home/browse/CMake?2009_09_16&ITK+3.16+Released
+# http://www.itk.org/Wiki/ITK_Release_3.16
 
 categories      graphics math science devel
 
@@ -28,14 +28,15 @@
 distfiles       InsightToolkit-${version}.tar.gz \
                 CableSwig-ITK-${version}.tar.gz
 
+# Also update checksums for the documentation in the doc variant.
 checksums       InsightToolkit-${version}.tar.gz \
-                    md5  7edcef07ff67684e1b93e51da5a2ca55 \
-                    sha1 f6e3c6655c207f09fe6f2a4a3bf3cbd6999c0b89 \
-                    ripemd160 b3d630b682695bb58b8401def4872d89c427812d \
+                    md5 e532b419530645bd88da0efb1815d8f7 \
+                    sha1 4131f12471366d0e5f3a6d13155c419be5fceba8 \
+                    rmd160 eeb63df6bdb86aa82943375dbcfcf4da0bdac7a3 \
                 CableSwig-ITK-${version}.tar.gz \
-                    md5  2e92685c3a9f88639f1c0620382792c4 \
-                    sha1 b7bfc1a3adf8e5849ac19a71a6ad6ef01ee5eb47 \
-                    ripemd160 806b3fe31901b23e2350d9a8590c0bad97927939
+                    md5 02161e59567bff4eaa7305c022bec230 \
+                    sha1 be596fcff68c65ec45979166e56b2627e765988f \
+                    rmd160 abf686dd34b6d9445340037f54ad9e27f82ffa76
 
 extract.only    InsightToolkit-${version}.tar.gz \
                 CableSwig-ITK-${version}.tar.gz
@@ -161,13 +162,14 @@
 default_variants \
     +doc \
     +py25
+# Test the py26 variant ASAP.
 
 variant doc description "provide doxygen documentation in ${itkDocPath}" {
     distfiles-append    ${itkDocFile}
     checksums-append    ${itkDocFile} \
-                        md5  04f2f98ddbaf847d5e0b890210992ec7 \
-                        sha1 fec6e64d6b8c7d1f4b64dbb729eb284f89a9f47f \
-                        ripemd160 9b91ff286a6dfd0f9674219641adde1eb3f3a19a
+                        md5 d36591eeeb66d083b2e89aabec48e34a \
+                        sha1 5175b3ed01d1875979d6f66d0b1d02f39e3f4b34 \
+                        rmd160 3eaa6d0fae62b6ecf92be0cf61c8c86f9162623e
     post-destroot {
         set itkDocPathLink ${prefix}/share/doc/${distname}
         xinstall -d -o root -g admin -m 0755 ${destroot}${itkDocPath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091002/b3d8ee7f/attachment-0001.html>


More information about the macports-changes mailing list