From fmysh@quad.dyndns.org  Thu Dec  9 00:10:34 2004
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D89F516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Dec 2004 00:10:34 +0000 (GMT)
Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02DED43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Dec 2004 00:10:34 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by prime.quad.dyndns.org (Postfix) with ESMTP id CF997F199C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Dec 2004 09:10:32 +0900 (JST)
Received: from prime.quad.dyndns.org ([127.0.0.1])
 by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 00706-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu,  9 Dec 2004 09:10:28 +0900 (JST)
Received: by prime.quad.dyndns.org (Postfix, from userid 1001)
	id 0321BF199B; Thu,  9 Dec 2004 09:10:27 +0900 (JST)
Message-Id: <20041209001027.0321BF199B@prime.quad.dyndns.org>
Date: Thu,  9 Dec 2004 09:10:27 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: science/py-scipy 0.3.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74878
>Category:       ports
>Synopsis:       Update port: science/py-scipy 0.3.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 00:20:20 GMT 2004
>Closed-Date:    Wed May 18 15:45:53 GMT 2005
>Last-Modified:  Wed May 18 15:45:53 GMT 2005
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update SciPy to 0.3.2

	Fix build error on 4.x (ports/73395).
		
>How-To-Repeat:
>Fix:

diff -uNr py-scipy.orig/Makefile py-scipy/Makefile
--- py-scipy.orig/Makefile	Wed Dec  8 19:30:10 2004
+++ py-scipy/Makefile	Thu Dec  9 08:41:37 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	scipy
-PORTVERSION=	0.3
+PORTVERSION=	0.3.2
 CATEGORIES=	science python
 MASTER_SITES=	http://www.scipy.org/download/scipy/src/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -uNr py-scipy.orig/distinfo py-scipy/distinfo
--- py-scipy.orig/distinfo	Thu Aug 26 17:37:09 2004
+++ py-scipy/distinfo	Thu Dec  9 08:43:59 2004
@@ -1,2 +1,2 @@
-MD5 (SciPy_complete-0.3.tar.gz) = ae6578810bce6d3841919b691e607812
-SIZE (SciPy_complete-0.3.tar.gz) = 3510718
+MD5 (SciPy_complete-0.3.2.tar.gz) = 5ae2280ab2c4c653cb0ff8479e81284a
+SIZE (SciPy_complete-0.3.2.tar.gz) = 3368595
diff -uNr py-scipy.orig/files/patch-fastumathmodule.c py-scipy/files/patch-fastumathmodule.c
--- py-scipy.orig/files/patch-fastumathmodule.c	Thu Jan  1 09:00:00 1970
+++ py-scipy/files/patch-fastumathmodule.c	Thu Dec  9 08:41:27 2004
@@ -0,0 +1,17 @@
+===================================================================
+RCS file: /home/cvsroot/world/scipy_core/scipy_base/fastumathmodule.c,v
+retrieving revision 1.14
+retrieving revision 1.15
+diff -u -r1.14 -r1.15
+--- scipy_core/scipy_base/fastumathmodule.c	2004/10/05 13:58:47	1.14
++++ scipy_core/scipy_base/fastumathmodule.c	2004/11/04 23:07:20	1.15
+@@ -1,8 +1,8 @@
++#include <math.h>
+ #include "Python.h"
+ #include "Numeric/arrayobject.h"
+ #include "Numeric/ufuncobject.h"
+ #include "abstract.h"
+-#include <math.h>
+ #include "mconf_lite.h"
+ 
+ /* Fast umath module whose functions do not check for range and domain

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Thu Dec 9 08:44:45 GMT 2004 
Responsible-Changed-Why:  
I already own the other py-scipy PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74878 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Wed May 18 15:45:09 GMT 2005 
State-Changed-Why:  
Committed, thanks! Apologies for taking so long :| 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74878 
>Unformatted:
