Bug 116064 - graphics/py-imaging: chase server redirect
Summary: graphics/py-imaging: chase server redirect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tom McLaughlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 23:20 UTC by Radim Kolar
Modified: 2008-01-12 05:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2007-09-03 23:20:01 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-03 23:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-03 23:20:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Geoffrey Mainland 2007-09-03 23:44:25 UTC
I approve the change.
Comment 4 Tom McLaughlin freebsd_committer freebsd_triage 2007-11-04 23:54:20 UTC
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. 


Comment 5 Tom McLaughlin freebsd_committer freebsd_triage 2007-11-04 23:54:20 UTC
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.
Comment 6 Josh Paetzel <josh@tcbug.org> 2008-01-12 03:56:15 UTC
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
Comment 7 Tom McLaughlin freebsd_committer freebsd_triage 2008-01-12 04:32:12 UTC
State Changed
From-To: open->closed

Commited, thanks
Comment 8 dfilter service freebsd_committer freebsd_triage 2008-01-12 04:38:49 UTC
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"