Ticket #15856 (closed defect: fixed)
python/py25-pylons checksum matches of a different site
| Reported by: | pvarga@… | Owned by: | stechert@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | akira@… | |
| Port: |
Description
http://cheeseshop.python.org/packages/source/P/Pylons/ has updated the Pylons-0.9.6.2.tar.gz file on June 28 2008 and the checksum does not match and could not find a checksum file on the site. Instead the checksums match of http://pylons.cachefly.net/download/0.9.6/Pylons-0.9.6.2.tar.gz. The diff below will update to the checksums matching site. This could also be fixed by changing the checksum, which I did not include a patch for.
This diff is against trunk.
dports/python/py25-pylons/Portfile
Index: Portfile =================================================================== --- Portfile (revision 38048) +++ Portfile (working copy) @@ -21,7 +21,7 @@
platforms darwin
homepage http://pylonshq.com/
-master_sites http://cheeseshop.python.org/packages/source/P/Pylons/ +master_sites http://pylons.cachefly.net/download/${version}/
distname Pylons-${version}
checksums md5 f6e6dc687dbaee166315299adb35076c \

