Download location is incorrect, server sends redirect to new location Fix: MASTER_SITES= http://effbot.org/media/downloads/ \ How-To-Repeat: wget http://effbot.org/downloads/Imaging-1.1.6.tar.gz
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs
State Changed From-To: open->feedback Awaiting maintainers feedback
I approve the change.
State Changed From-To: feedback->open Grab and will commit after freeze. www.pythonware.net does not have a DNS record and downloading from pythonware.net has a size mismatch error. Will revisit this site before I commit fix.
Responsible Changed From-To: freebsd-python->tmclaugh Grab and will commit after freeze. www.pythonware.net does not have a DNS record and downloading from pythonware.net has a size mismatch error. Will revisit this site before I commit fix.
I just ran in to this one, the pythonware.net site is broken, and the MASTER_SITES in the pr is correct. Here's a patch just in case it eases anything....(already had it done when I found this pr) -- --- Makefile.old 2008-01-12 03:33:14.000000000 +0000 +++ Makefile 2008-01-12 03:36:36.000000000 +0000 @@ -9,8 +9,7 @@ PORTVERSION= 1.1.6 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= http://effbot.org/downloads/ \ - http://www.pythonware.net/storage/ +MASTER_SITES= http://effbot.org/media/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB
State Changed From-To: open->closed Commited, thanks
tmclaugh 2008-01-12 04:38:45 UTC FreeBSD ports repository Modified files: graphics/py-imaging Makefile Log: - Fix MASTER_SITES PR: 116064 Submitted by: Radim Kolar Approved by: maintainer Revision Changes Path 1.32 +1 -1 ports/graphics/py-imaging/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"