Revision
145185
Author
adfernandes@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

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
+
 platforms           darwin
 supported_archs     noarch
 maintainers         openmaintainer adfernandes