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

Ryan Schmidt ryandesign at macports.org
Wed May 9 17:44:13 PDT 2012


On May 9, 2012, at 09:36, adfernandes at macports.org wrote:

> Revision: 92878
>          https://trac.macports.org/changeset/92878
> Author:   adfernandes at macports.org
> Date:     2012-05-09 07:36:32 -0700 (Wed, 09 May 2012)
> Log Message:
> -----------
> graphics/vtk5: fix data file checksums since they changed upstream (with no version change) #34019
> 
> Modified Paths:
> --------------
>    trunk/dports/graphics/vtk5/Portfile
> 
> Modified: trunk/dports/graphics/vtk5/Portfile
> ===================================================================
> --- trunk/dports/graphics/vtk5/Portfile	2012-05-09 14:29:30 UTC (rev 92877)
> +++ trunk/dports/graphics/vtk5/Portfile	2012-05-09 14:36:32 UTC (rev 92878)
> @@ -173,9 +173,9 @@
> variant data description {Install data and examples} {
>     distfiles-append    [suffix vtkdata-${version}]
>     checksums-append    [suffix vtkdata-${version}] \
> -                        md5     67263bd972f923d39a60f01104368779 \
> -                        sha1    7350863d6351a961c4813ad6e73f74428307cd35 \
> -                        rmd160  b77b5f6919beae406712b93cd333dd4fad5ff3d1
> +                            md5     a05295b81930e894fc0e31866f399151 \
> +                            sha1    3bdb4414beaca5a338d1a504f8f261b7915cf39a \
> +                            rmd160  12541bf51f64871a35176558016cf97ccf881291

You can't just change a file's checksums; that will cause checksum mismatches for users who already got the old file. See:


https://trac.macports.org/wiki/PortfileRecipes#stealth-updates





More information about the macports-dev mailing list