Date: Thu, 14 Aug 2008 21:32:50 -0400 From: Jacob Frelinger <jolly@thecoffinclub.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: quakelee@cn.freebsd.org Subject: ports/126544: [PATCH] devel/py-tables: update to 2.0.4 Message-ID: <20080814213250.2ab4e4fa@thecoffinclub.com> Resent-Message-ID: <200808150200.m7F20Aip049911@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126544 >Category: ports >Synopsis: [PATCH] devel/py-tables: update to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 15 02:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jacob Frelinger >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD lono 7.0-STABLE FreeBSD 7.0-STABLE #1: Sat Aug 9 22:37:13 EDT >Description: - Update to 2.0.4 Port maintainer (quakelee@cn.freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-tables-2.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-tables/Makefile /home/jolly/Projects/py-tables/Makefile --- /usr/ports/devel/py-tables/Makefile 2007-02-14 04:12:11.000000000 -0500 +++ /home/jolly/Projects/py-tables/Makefile 2008-08-14 21:28:32.000000000 -0400 @@ -7,21 +7,22 @@ # PORTNAME= tables -PORTVERSION= 1.4 +PORTVERSION= 2.0.4 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pytables +MASTER_SITES= http://www.pytables.org/download/stable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytables-${PORTVERSION} MAINTAINER= quakelee@cn.freebsd.org COMMENT= A hierarchical database for Python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray \ + ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ lzo.1:${PORTSDIR}/archivers/lzo \ ucl.1:${PORTSDIR}/archivers/ucl -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray \ + ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy USE_PYTHON= yes USE_PYDISTUTILS= yes diff -ruN --exclude=CVS /usr/ports/devel/py-tables/distinfo /home/jolly/Projects/py-tables/distinfo --- /usr/ports/devel/py-tables/distinfo 2007-02-14 04:12:11.000000000 -0500 +++ /home/jolly/Projects/py-tables/distinfo 2008-08-14 20:40:00.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (pytables-1.4.tar.gz) = f6c50a9c2c18286a284e3a50d111ed3d -SHA256 (pytables-1.4.tar.gz) = 04a68f8f53eac65cb1caaf98f85e4984a193f0366c3bf9faf0f5d13ca6f54675 -SIZE (pytables-1.4.tar.gz) = 4051791 +MD5 (pytables-2.0.4.tar.gz) = e9892962256d28c898ea0c985e60c09e +SHA256 (pytables-2.0.4.tar.gz) = 222778e63a37cc5dbbba1aa938264551a2f8c15f0a3c36071654972280385405 +SIZE (pytables-2.0.4.tar.gz) = 3453193 --- py25-tables-2.0.4.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?20080814213250.2ab4e4fa>