Revision: 99218 http://trac.macports.org//changeset/99218 Author: adfernandes@macports.org Date: 2012-10-29 15:09:15 -0700 (Mon, 29 Oct 2012) Log Message: ----------- graphics/vtk5: trivial version bump to 5.10.1 Modified Paths: -------------- trunk/dports/graphics/vtk5/Portfile Modified: trunk/dports/graphics/vtk5/Portfile =================================================================== --- trunk/dports/graphics/vtk5/Portfile 2012-10-29 22:01:37 UTC (rev 99217) +++ trunk/dports/graphics/vtk5/Portfile 2012-10-29 22:09:15 UTC (rev 99218) @@ -5,14 +5,14 @@ PortGroup cmake 1.0 name vtk5 -version 5.10.0 +version 5.10.1 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 +# dist_subdir ${name}/${version}_1 # categories graphics devel maintainers adfernandes openmaintainer @@ -30,12 +30,12 @@ distfiles [suffix vtk-${version}] checksums [suffix vtk-${version}] \ - md5 a0363f78910f466ba8f1bd5ab5437cb9 \ - sha1 0c9a17e2f446dc78b0500dc5bbd1c6a2864a0191 \ - rmd160 e6650ba780dd91ad5dbeb20998bfbae32bd395e7 + md5 264b0052e65bd6571a84727113508789 \ + sha1 deb834f46b3f7fc3e122ddff45e2354d69d2adc3 \ + rmd160 3b0b138bf45743e925a905fb2eccb6b3ab3dada4 depends_build-append port:readline -distname VTK +distname VTK${version} use_parallel_build yes
participants (1)
-
adfernandes@macports.org