Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 02:11:44 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97763: misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON)
Message-ID:  <1148433104.78214@charon.picobyte.net>
Resent-Message-ID: <200605240120.k4O1KGQ1097027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148433104.78214>