Bug 144955

Summary: Mk/bsd.sites.mk: PyPI mirror URLs are given incorrectly (missing trailing slashes)
Product: Ports & Packages Reporter: Keith Gaughan <k>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Keith Gaughan 2010-03-22 13:40:03 UTC
I noticed the problem when I was working on a patch to update devel/py-gevent from 0.12.0 to 0.12.2. Essentially, while the URL for fetching from the primary PyPI site is fine, the URLs for fetching from the PyPI mirrors are incorrect. For instance, http://pypi.zopyx.com/geventgevent-0.12.0.tar.gz should be http://pypi.zopyx.com/gevent/gevent-0.12.0.tar.gz

Fix: Patch for Mk/bsd.sites.mk supplied.

Patch attached with submission follows:
How-To-Repeat: Run "make fetch-recursive-list" on any Python library port listed in PyPI. devel/py-gevent is a good example, if you don't have it installed.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-26 16:57:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-26 16:59:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-26 16:59:48 UTC
amdmi3      2010-03-26 16:59:34 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  - Fix MASTER_SITE_CHEESESHOP mirrors
  
  PR:             144955
  Submitted by:   Keith Gaughan <k@stereochro.me>
  
  Revision  Changes    Path
  1.495     +8 -8      ports/Mk/bsd.sites.mk
_______________________________________________
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"