From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 27 16:20:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA9BF16A4DA for ; Thu, 27 Jul 2006 16:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E716943D55 for ; Thu, 27 Jul 2006 16:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6RGKJW7051918 for ; Thu, 27 Jul 2006 16:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6RGKJwa051917; Thu, 27 Jul 2006 16:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 27 Jul 2006 16:20:19 GMT Resent-Message-Id: <200607271620.k6RGKJwa051917@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, Shin CHAO Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A6F16A4DF; Thu, 27 Jul 2006 16:19:40 +0000 (UTC) (envelope-from quakelee@tarsier.delphij.net) Received: from tarsier.delphij.net (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1850A43D4C; Thu, 27 Jul 2006 16:19:39 +0000 (GMT) (envelope-from quakelee@tarsier.delphij.net) Received: from tarsier.delphij.net (localhost [127.0.0.1]) by tarsier.delphij.net (8.13.6/8.13.6) with ESMTP id k6RGJb2U033259; Fri, 28 Jul 2006 00:19:37 +0800 (CST) (envelope-from quakelee@tarsier.delphij.net) Received: (from quakelee@localhost) by tarsier.delphij.net (8.13.6/8.13.6/Submit) id k6RGJWIr033258; Fri, 28 Jul 2006 00:19:32 +0800 (CST) (envelope-from quakelee) Message-Id: <200607271619.k6RGJWIr033258@tarsier.delphij.net> Date: Fri, 28 Jul 2006 00:19:32 +0800 (CST) From: Shin CHAO To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: delphij@FreeBSD.org Subject: ports/100922: [PATCH] devel/py24-tables: update to 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shin CHAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 16:20:21 -0000 >Number: 100922 >Category: ports >Synopsis: [PATCH] devel/py24-tables: update to 1.3.2 >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: Thu Jul 27 16:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shin CHAO >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: GeekCN >Environment: System: FreeBSD tarsier.delphij.net 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #34: Thu Jun 15 02:13:19 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386 >Description: Update to 1.3.2 >How-To-Repeat: >Fix: --- py24-tables-1.3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 4 May 2006 21:41:03 -0000 1.10 +++ Makefile 27 Jul 2006 02:27:37 -0000 @@ -7,7 +7,7 @@ # PORTNAME= tables -PORTVERSION= 1.1 +PORTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pytables @@ -28,6 +28,15 @@ PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack +OPTIONS= PYREX "Use code generated by Pyrex to build" off +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include + +.if !defined(WITHOUT_PYREX) +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex +.endif + post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py @@ -45,4 +54,4 @@ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif -.include +.include Index: distinfo =================================================================== RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 24 Nov 2005 15:39:52 -0000 1.5 +++ distinfo 26 Jul 2006 15:32:55 -0000 @@ -1,3 +1,3 @@ -MD5 (pytables-1.1.tar.gz) = 62be2271cab933b9c0712887d15522f2 -SHA256 (pytables-1.1.tar.gz) = b021642e9cb69ea13d2637411005f6b9073e820b87c8914391fcb18f69155245 -SIZE (pytables-1.1.tar.gz) = 2693924 +MD5 (pytables-1.3.2.tar.gz) = ba4df36a1b0702eb0314c24c49992fec +SHA256 (pytables-1.3.2.tar.gz) = b67e524a71c74407c2c3184a2807f847fa374f0b8990dad5fac37d9bced1a06b +SIZE (pytables-1.3.2.tar.gz) = 3834747 Index: files/patch-setup.py =================================================================== RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/files/patch-setup.py,v retrieving revision 1.1 diff -u -r1.1 patch-setup.py --- files/patch-setup.py 11 May 2005 03:11:40 -0000 1.1 +++ files/patch-setup.py 26 Jul 2006 15:46:16 -0000 @@ -1,13 +1,13 @@ ---- setup.py.orig Wed May 11 11:04:04 2005 -+++ setup.py Wed May 11 11:04:38 2005 -@@ -30,8 +30,8 @@ +--- setup.py.orig Wed Jul 26 23:43:50 2006 ++++ setup.py Wed Jul 26 23:44:46 2006 +@@ -72,8 +72,8 @@ + debug = '--debug' in sys.argv # Global variables - lflags_arg = [] -lib_dirs = [] -inc_dirs = [] +lib_dirs = ['%%LOCALBASE%%/lib'] +inc_dirs = ['%%LOCALBASE%%/include'] + optional_libs = [] - # Some useful functions - def check_lib_unix(where, libname, headername, compulsory): + default_header_dirs = None --- py24-tables-1.3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: