[105960] trunk/dports/aqua/TeXShop3/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat May 11 01:35:10 PDT 2013
On May 11, 2013, at 02:41, jwa at macports.org wrote:
> Revision: 105960
> https://trac.macports.org/changeset/105960
> Author: jwa at macports.org
> Date: 2013-05-11 00:41:03 -0700 (Sat, 11 May 2013)
> Log Message:
> -----------
> TeXShop: sourcefile changed, NSImageNameShareTemplate not used, hence checksum had to be modified, closes #38981
>
> Modified Paths:
> --------------
> trunk/dports/aqua/TeXShop3/Portfile
>
> Modified: trunk/dports/aqua/TeXShop3/Portfile
> ===================================================================
> --- trunk/dports/aqua/TeXShop3/Portfile 2013-05-11 06:51:52 UTC (rev 105959)
> +++ trunk/dports/aqua/TeXShop3/Portfile 2013-05-11 07:41:03 UTC (rev 105960)
> @@ -7,6 +7,7 @@
> name TeXShop3
> conflicts TeXShop
> version 3.15
> +revision 1
> set major [lindex [split ${version} .] 0]
> categories aqua editors
> license GPL-2+
> @@ -26,8 +27,8 @@
> worksrcdir texshop-${version}
> set propername TeXShop
>
> -checksums rmd160 a4ff7e022700cfd8546f9c90cbafcfd2256f00c1 \
> - sha256 205c8ce93deb36bd7d456a4eeea692c04e11503622bbbf195c7565c48d6ed9a6
> +checksums rmd160 892951d37dab3847740b99f1a233f56211371293 \
> + sha256 773cb937a7f71b8aa0b3b0315441b41310cfffb30ed9bd9dba53abc45b93f4ab
Sounds like you're describing a sealth update, so to avoid checksum mismatches for people who already had the previous file, or for people who happen to receive the distfile from a MacPorts distfiles mirror, you have to do some additional things, documented here:
https://trac.macports.org/wiki/PortfileRecipes#stealth-updates
More information about the macports-dev
mailing list