[92882] trunk/dports/graphics/vtk5/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed May 9 18:43:12 PDT 2012


Revision: 92882
          https://trac.macports.org/changeset/92882
Author:   adfernandes at macports.org
Date:     2012-05-09 18:43:11 -0700 (Wed, 09 May 2012)
Log Message:
-----------
graphics/vtk5: fix the stealth-update for vtkdata using dist_subdir versioning

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

Modified: trunk/dports/graphics/vtk5/Portfile
===================================================================
--- trunk/dports/graphics/vtk5/Portfile	2012-05-10 01:36:54 UTC (rev 92881)
+++ trunk/dports/graphics/vtk5/Portfile	2012-05-10 01:43:11 UTC (rev 92882)
@@ -7,6 +7,13 @@
 name        vtk5
 version     5.8.0
 set branch  [join [lrange [split ${version} .] 0 1] .]
+#
+# There was a stealth-update of vtkdata-5.8.0 that invalidated the checksums of that file.
+# (see https://trac.macports.org/wiki/PortfileRecipes#stealth-updates) Remove the 'dist_subdir'
+# line when the next proper version of vtk5 is released...
+#
+dist_subdir   ${name}/${version}_1
+#
 categories  graphics devel
 maintainers adfernandes openmaintainer
 description 3D visualization toolkit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120509/ac98b8b3/attachment.html>


More information about the macports-changes mailing list