ports/97763: misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON)

Shaun Amott shaun at inerd.com
Wed May 24 01:20:17 UTC 2006


>Number:         97763
>Category:       ports
>Synopsis:       misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 01:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Fix fetch + use the full set of Python mirrors
- portlint(1) while here

>How-To-Repeat:

>Fix:

--- py-distutils.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/py-distutils/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	7 Mar 2003 06:07:15 -0000	1.10
+++ Makefile	24 May 2006 01:06:32 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	distutils
 PORTVERSION=	1.0.2
 CATEGORIES=	misc python
-MASTER_SITES=	http://www.python.org/sigs/distutils-sig/download/
+MASTER_SITES=	${MASTER_SITE_PYTHON}
+MASTER_SITE_SUBDIR=	community/sigs/current/distutils-sig/download
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Distutils-${PORTVERSION}
 
@@ -20,7 +21,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} > 211
-IGNORE=		"Use the version distributed with ${PYTHON_VERSION}"
+IGNORE=		won't work with the installed Python: use the version distributed with ${PYTHON_VERSION}
 .endif
 
 do-build:
--- py-distutils.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list