From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 24 01:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327F916A8EE for ; Wed, 24 May 2006 01:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874AA43D53 for ; Wed, 24 May 2006 01:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4O1KGgN097028 for ; Wed, 24 May 2006 01:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4O1KGQ1097027; Wed, 24 May 2006 01:20:16 GMT (envelope-from gnats) Resent-Date: Wed, 24 May 2006 01:20:16 GMT Resent-Message-Id: <200605240120.k4O1KGQ1097027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A076516A42A for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97763: misc/py-distutils: Fix fetch (use MASTER_SITE_PYTHON) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 01:20:17 -0000 >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 .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: