From fmysh@quad.dyndns.org  Mon Feb  1 04:33:51 2010
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3CB1C1065692
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Feb 2010 04:33:51 +0000 (UTC)
	(envelope-from fmysh@quad.dyndns.org)
Received: from aqua.quad.dyndns.org (unknown [IPv6:2001:240:66e::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 1214C8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Feb 2010 04:33:50 +0000 (UTC)
Received: by aqua.quad.dyndns.org (Postfix, from userid 1001)
	id 88D6C153457; Mon,  1 Feb 2010 13:33:49 +0900 (JST)
Message-Id: <20100201043349.88D6C153457@aqua.quad.dyndns.org>
Date: Mon,  1 Feb 2010 13:33:49 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject: science/py-h5py: missing dependency on NumPy
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143419
>Category:       ports
>Synopsis:       science/py-h5py: missing dependency on NumPy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 01 04:40:01 UTC 2010
>Closed-Date:    Mon Feb 01 11:28:40 UTC 2010
>Last-Modified:  Mon Feb  1 11:30:01 UTC 2010
>Originator:     TAOKA Fumiyoshi
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
>Description:
	I've missed RUN_DEPENDS on NumPy.
	Without it, upgrading NumPy may make h5py nonfunctional.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/science/py-h5py/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	24 Sep 2009 12:49:40 -0000	1.2
+++ Makefile	1 Feb 2010 04:21:07 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	h5py
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@
 COMMENT=	A general-purpose Python interface to the HDF5 library
 
 BUILD_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	hdf5.0:${PORTSDIR}/science/hdf5
 
 USE_PYTHON=		2.5+


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Feb 1 04:40:11 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143419 
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 1 04:40:16 UTC 2010 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143419 
Responsible-Changed-From-To: freebsd-python->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Mon Feb 1 10:29:52 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143419 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Mon Feb 1 11:28:39 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143419 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143419: commit references a PR
Date: Mon,  1 Feb 2010 11:28:12 +0000 (UTC)

 lwhsu       2010-02-01 11:27:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     science/py-h5py      Makefile 
   Log:
   - Add py-numpy into RUN_DEPENDS
   
   PR:             ports/143419
   Submitted by:   TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -0      ports/science/py-h5py/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
