[145185] trunk/dports/python/py-pyinstaller/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jan 27 22:23:48 PST 2016
> On Jan 27, 2016, at 6:58 PM, adfernandes at macports.org wrote:
>
> Revision
> 145185
> Author
> adfernandes at macports.org
> Date
> 2016-01-27 18:58:54 -0800 (Wed, 27 Jan 2016)
> Log Message
>
> py-pyinstaller: actually fetch the correct tarball, not git HEAD
> Modified Paths
>
> • trunk/dports/python/py-pyinstaller/Portfile
> Diff
>
> Modified: trunk/dports/python/py-pyinstaller/Portfile (145184 => 145185)
>
> --- trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 01:40:18 UTC (rev 145184)
> +++ trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 02:58:54 UTC (rev 145185)
> @@ -7,9 +7,12 @@
> name py-pyinstaller
> version 3.1
>
> -fetch.type git
> github.setup pyinstaller PyInstaller ${version} v
> +github.tarball_from releases
>
> +checksums rmd160 8d0659ac74a81b634f0712a64ff28db71a3450e4 \
> + sha256 5a28c3bb9d23ea644f9dc9e561e66471b83258d44063bcb108dfbbfe4af3c02b
It looks like HEAD was some commits ahead of 3.1. So this revision changes the files that would be installed on the user's disk. So the port's revision should be increased.
More information about the macports-dev
mailing list