From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 17 07:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D22EC1065672 for ; Wed, 17 Dec 2008 07:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B19A88FC1F for ; Wed, 17 Dec 2008 07:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBH7A4Tq082171 for ; Wed, 17 Dec 2008 07:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBH7A48Y082170; Wed, 17 Dec 2008 07:10:04 GMT (envelope-from gnats) Resent-Date: Wed, 17 Dec 2008 07:10:04 GMT Resent-Message-Id: <200812170710.mBH7A48Y082170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB0001065673 for ; Wed, 17 Dec 2008 07:02:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DC0008FC08 for ; Wed, 17 Dec 2008 07:02:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBH72BKO030712 for ; Wed, 17 Dec 2008 07:02:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBH72BP4030711; Wed, 17 Dec 2008 07:02:11 GMT (envelope-from nobody) Message-Id: <200812170702.mBH72BP4030711@www.freebsd.org> Date: Wed, 17 Dec 2008 07:02:11 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129707: [Update]devel/py-tables:update to 2.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 07:10:05 -0000 >Number: 129707 >Category: ports >Synopsis: [Update]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: Wed Dec 17 07:10:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 2.0.4from 1.4 and take over the maintainership >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-12-17 00:21:41.000000000 +0800 +++ Makefile 2008-12-17 20:48:21.000000000 +0800 @@ -7,23 +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= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A hierarchical database for Python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +BUILD_DEPENDS= ${PYNUMPY} 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= ${BUILD_DEPENDS} -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack --- distinfo.orig 2007-02-14 17:12:11.000000000 +0800 +++ distinfo 2008-12-17 20:44:02.000000000 +0800 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: