Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2006 00:19:32 +0800 (CST)
From:      Shin CHAO <quakelee@cn.FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        delphij@FreeBSD.org
Subject:   ports/100922: [PATCH] devel/py24-tables: update to 1.3.2
Message-ID:  <200607271619.k6RGJWIr033258@tarsier.delphij.net>
Resent-Message-ID: <200607271620.k6RGKJwa051917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607271619.k6RGJWIr033258>