From shaun@inerd.com  Wed May 24 01:11:46 2006
Return-Path: <shaun@inerd.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A076516A42A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 01:11:46 +0000 (UTC)
	(envelope-from shaun@inerd.com)
Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1B67643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 01:11:45 +0000 (GMT)
	(envelope-from shaun@inerd.com)
Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03])
	by dione.picobyte.net (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 02:11:43 +0100 (BST)
Message-Id: <1148433104.78214@charon.picobyte.net>
Date: Wed, 24 May 2006 02:11:44 +0100
From: Shaun Amott <shaun@inerd.com>
Reply-To: Shaun Amott <shaun@inerd.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97763
>Category:       ports
>Synopsis:       misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 01:20:15 GMT 2006
>Closed-Date:    Sun May 28 12:12:46 GMT 2006
>Last-Modified:  Sun May 28 12:12:46 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->tg 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 24 01:24:16 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97763 
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Sun May 28 12:12:25 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97763 
>Unformatted:
