From owner-freebsd-ports@FreeBSD.ORG Sat Feb 25 22:55:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE3FA16A420; Sat, 25 Feb 2006 22:55:38 +0000 (GMT) (envelope-from db@db.net) Received: from heceta.db.net (heceta.db.net [142.46.199.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9499843D48; Sat, 25 Feb 2006 22:55:38 +0000 (GMT) (envelope-from db@db.net) Received: from db by heceta.db.net with local (Exim 4.24; FreeBSD 4.8) id 1FD8K6-000Imm-D7; Sat, 25 Feb 2006 17:55:34 -0500 To: FreeBSD-gnats-submit@freebsd.org From: Diane Bruce X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Sat, 25 Feb 2006 17:55:34 -0500 Cc: ports@FreeBSD.org Subject: [PATCH] science/py23-scipy: Missing working distribution site X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:55:39 -0000 >Submitter-Id: current-users >Originator: Diane Bruce >Organization: >Confidential: no >Synopsis: [PATCH] science/py23-scipy: Missing working distribution site >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.11-RELEASE-p9 i386 >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: [DESCRIBE CHANGES] Port maintainer (ports@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- py23-scipy-0.3.2_1.patch begins here --- diff -ruN --exclude=CVS /usr/home/db/py-scipy.orig/Makefile /usr/home/db/py-scipy/Makefile --- /usr/home/db/py-scipy.orig/Makefile Wed Feb 15 22:39:38 2006 +++ /usr/home/db/py-scipy/Makefile Sat Feb 25 17:48:42 2006 @@ -10,11 +10,12 @@ PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= science python -MASTER_SITES= http://www.scipy.org/download/scipy/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= db@db.net COMMENT= Scientific tools for Python BUILD_DEPENDS= ${PYNUMERIC} \ @@ -24,7 +25,6 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas -USE_REINPLACE= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes --- py23-scipy-0.3.2_1.patch ends here ---