Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2006 17:55:34 -0500
From:      Diane Bruce <db@db.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@FreeBSD.org
Subject:   [PATCH] science/py23-scipy: Missing working distribution site
Message-ID:  <E1FD8K6-000Imm-D7@heceta.db.net>

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

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




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