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:   ports/93842: [PATCH] science/py23-scipy: Missing working distribution site
Message-ID:  <E1FD8K6-000Imm-D7@heceta.db.net>
Resent-Message-ID: <200602252300.k1PN0FPc022505@freefall.freebsd.org>

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

>Number:         93842
>Category:       ports
>Synopsis:       [PATCH] science/py23-scipy: Missing working distribution site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 25 23:00:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Diane Bruce
>Release:        FreeBSD 4.11-RELEASE-p9 i386
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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