[32618] trunk/dports/science/molden/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jan 9 12:55:13 PST 2008
On Jan 9, 2008, at 09:22, jochen at macports.org wrote:
> Revision: 32618
> http://trac.macosforge.org/projects/macports/changeset/32618
> Author: jochen at macports.org
> Date: 2008-01-09 07:22:00 -0800 (Wed, 09 Jan 2008)
>
> Log Message:
> -----------
> follow upstream stealth update
>
> Modified Paths:
> --------------
> trunk/dports/science/molden/Portfile
>
> Modified: trunk/dports/science/molden/Portfile
> ===================================================================
> --- trunk/dports/science/molden/Portfile 2008-01-09 14:28:28 UTC
> (rev 32617)
> +++ trunk/dports/science/molden/Portfile 2008-01-09 15:22:00 UTC
> (rev 32618)
> @@ -13,15 +13,15 @@
>
> name molden
> version 4.6
> -revision 2
> +revision 3
> categories science graphics
> maintainers openmaintainer jochen
> master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden
> distname molden${version}
> dist_subdir molden-${version}_${revision}
> -checksums md5 b52d66fc61f3d85abba94e36c14b5d85 \
> - sha1 2faeea9f970d5430ab0d2863a7f59c1780c56d3e \
> - rmd160 c21b9359e30f24942baa6e3b0dd412c793e3ad17
> +checksums md5 f2d929fe96ab85a3f994557140f5dcbe \
> + sha1 04cc6e32c1c8a79e54c02cfacdcddee4a64d08dc \
> + rmd160 f11735e616afb7e6de7bd94bc8782068a9fb47bf
Anyone who still has the old distfile on their hard drive will now
experience a checksum error when attempting to upgrade this port. You
should change the dist_subdir so that this problem does not happen.
Please add something like
dist_subdir ${distname}/${version}_${revision}
to the portfile. This can then be removed at the next real version
update (or left in, if this developer is prone to making stealth
updates).
More information about the macports-dev
mailing list