[58865] trunk/dports/graphics/InsightToolkit/Portfile

dweber at macports.org dweber at macports.org
Tue Oct 6 10:31:20 PDT 2009


Revision: 58865
          http://trac.macports.org/changeset/58865
Author:   dweber at macports.org
Date:     2009-10-06 10:31:19 -0700 (Tue, 06 Oct 2009)
Log Message:
-----------
Upgraded to 3.16.0; the build, destroot, and upgrade/install process works for me.  These are minimal changes to make the upgrade, with no testing for py26.  The prior version should be available in InsightToolkit314, which should be able to coexist with this 3.16.0 version (apart from a few symlinks).

Modified Paths:
--------------
    trunk/dports/graphics/InsightToolkit/Portfile

Property Changed:
----------------
    trunk/dports/graphics/InsightToolkit/Portfile

Modified: trunk/dports/graphics/InsightToolkit/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit/Portfile	2009-10-06 17:30:52 UTC (rev 58864)
+++ trunk/dports/graphics/InsightToolkit/Portfile	2009-10-06 17:31:19 UTC (rev 58865)
@@ -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}


Property changes on: trunk/dports/graphics/InsightToolkit/Portfile
___________________________________________________________________
Added: svn:mergeinfo
   + /users/dweber/graphics/InsightToolkit/Portfile:58681-58861
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091006/6ccd8361/attachment.html>


More information about the macports-changes mailing list