Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#15856 closed defect (fixed)

python/py25-pylons checksum matches of a different site — at Version 4

Reported by: pvarga@… Owned by: stechert@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: akira@…
Port: py25-pylons

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 \

Change History (4)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Cc: akira@… added
Milestone: Port Bugs
Owner: changed from macports-tickets@… to stechert@…

Assigning to maintainers.

comment:2 Changed 16 years ago by akira@…

Resolution: fixed
Status: newclosed

Fixed in r38887. Thanks for the report.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: py25-pylons added
Note: See TracTickets for help on using tickets.