From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 30 00:50:02 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 0F0AB1065673 for ; Tue, 30 Dec 2008 00:50:02 +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 E0F148FC17 for ; Tue, 30 Dec 2008 00:50:01 +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 mBU0o1v0016438 for ; Tue, 30 Dec 2008 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBU0o1xt016437; Tue, 30 Dec 2008 00:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 30 Dec 2008 00:50:01 GMT Resent-Message-Id: <200812300050.mBU0o1xt016437@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 E5074106564A for ; Tue, 30 Dec 2008 00:46:35 +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 D57B78FC0C for ; Tue, 30 Dec 2008 00:46:35 +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 mBU0kZkk047516 for ; Tue, 30 Dec 2008 00:46:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBU0kZjU047515; Tue, 30 Dec 2008 00:46:35 GMT (envelope-from nobody) Message-Id: <200812300046.mBU0kZjU047515@www.freebsd.org> Date: Tue, 30 Dec 2008 00:46:35 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130044: [Maintainer Update]devel/py-tables:update to 2.1 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: Tue, 30 Dec 2008 00:50:02 -0000 >Number: 130044 >Category: ports >Synopsis: [Maintainer Update]devel/py-tables:update to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 30 00:50:01 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.1 from 2.0.4 respect NOPORTDOCS and NOPORTEXAMPLES >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-12-30 15:45:47.000000000 +0800 +++ Makefile 2008-12-30 15:52:43.000000000 +0800 @@ -7,11 +7,12 @@ # PORTNAME= tables -PORTVERSION= 2.0.4 +PORTVERSION= 2.1 CATEGORIES= devel python MASTER_SITES= http://www.pytables.org/download/stable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pytables-${PORTVERSION} +DISTFILES= tables-${PORTVERSION}.tar.gz pytablesmanual-${PORTVERSION}.pdf +EXTRACT_ONLY= tables-${PORTVERSION}.tar.gz MAINTAINER= wenheping@gmail.com COMMENT= A hierarchical database for Python @@ -44,7 +45,17 @@ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PYTHONPREFIX_SITELIBDIR}/tables -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + .if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/pytablesmanual-${PORTVERSION}.pdf ${DOCSDIR} + ${ECHO} '${DOCSDIR}/pytablesmanual-${PORTVERSION}.pdf' | ${SED} 's,^${PREFIX}/,,' \ + >> ${TMPPLIST} + ${ECHO} '${DOCSDIR}' | ${SED} 's,^${PREFIX}/,@dirrm ,' \ + >> ${TMPPLIST} +.endif + +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} ! -type d | \ --- distinfo.orig 2008-12-30 15:45:47.000000000 +0800 +++ distinfo 2008-12-30 15:45:47.000000000 +0800 @@ -1,3 +1,6 @@ -MD5 (pytables-2.0.4.tar.gz) = e9892962256d28c898ea0c985e60c09e -SHA256 (pytables-2.0.4.tar.gz) = 222778e63a37cc5dbbba1aa938264551a2f8c15f0a3c36071654972280385405 -SIZE (pytables-2.0.4.tar.gz) = 3453193 +MD5 (tables-2.1.tar.gz) = 68393f93b7307f7ee3dedad74fb53584 +SHA256 (tables-2.1.tar.gz) = 59f8bc7d1f08262c6db5cd13831fa14d4bc9f87def2b629c8330899dd668dd77 +SIZE (tables-2.1.tar.gz) = 4701236 +MD5 (pytablesmanual-2.1.pdf) = 7ade045d4de763e58782482320beb721 +SHA256 (pytablesmanual-2.1.pdf) = 26c578fa7cf82fe89937757a613409ebc4029496fe23211d2055b659a88ed6cf +SIZE (pytablesmanual-2.1.pdf) = 1732222 >Release-Note: >Audit-Trail: >Unformatted: