[62404] trunk/dports/games/fife/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jan 6 11:48:47 PST 2010
On Jan 6, 2010, at 13:43, tommyd at macports.org wrote:
> Revision: 62404
> http://trac.macports.org/changeset/62404
> Author: tommyd at macports.org
> Date: 2010-01-06 11:43:38 -0800 (Wed, 06 Jan 2010)
> Log Message:
> -----------
> * new prelimninary svn version uploaded which fixes a couple of issues
The distfile has changed but its filename is still the same? That's a bad idea. That's what we call a "stealth upgrade". If you can change the filename to something new, please do. If the same filename is necessary, though, then you must change the dist_subdir from its default ${name} to something else, preferably still beginning ${name} and including the version and revision, such as
dist_subdir ${name}/${version}_${revision}
This way, a user who had already downloaded the previous distfile with the previous checksums will not now encounter a checksum error when trying to upgrade.
> Modified Paths:
> --------------
> trunk/dports/games/fife/Portfile
>
> Modified: trunk/dports/games/fife/Portfile
> ===================================================================
> --- trunk/dports/games/fife/Portfile 2010-01-06 18:54:26 UTC (rev 62403)
> +++ trunk/dports/games/fife/Portfile 2010-01-06 19:43:38 UTC (rev 62404)
> @@ -4,6 +4,7 @@
>
> name fife
> version 0.2.999
> +revision 1
> maintainers tommyd
> categories games python
> platforms darwin
> @@ -16,9 +17,9 @@
> master_sites http://thomaskeller.biz/stuff
> use_bzip2 yes
>
> -checksums md5 28e772860b3bff9f41dd07e5415f6d1e \
> - sha1 88afd8578079651f98f0d3c63a7fc8892c83b645 \
> - rmd160 6e796b97805b92803bb15034c3db0cc9d3cf1b36
> +checksums md5 9704aa6d1bdc21d3be810035c9156c93 \
> + sha1 854a6e3e6cbada6dd60e038f7b67781a50944f58 \
> + rmd160 f828f8e43440375ba93a758e1b51f13488e39b90
>
> depends_build port:scons
More information about the macports-dev
mailing list