From owner-svn-ports-all@FreeBSD.ORG Tue Aug 20 06:49:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E6A0511; Tue, 20 Aug 2013 06:49:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A88A26B4; Tue, 20 Aug 2013 06:49:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7K6niIR068403; Tue, 20 Aug 2013 06:49:44 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7K6ni2q068400; Tue, 20 Aug 2013 06:49:44 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201308200649.r7K6ni2q068400@svn.freebsd.org> From: Wen Heping Date: Tue, 20 Aug 2013 06:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325032 - in head/devel/py-tables: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2013 06:49:45 -0000 Author: wen Date: Tue Aug 20 06:49:44 2013 New Revision: 325032 URL: http://svnweb.freebsd.org/changeset/ports/325032 Log: - Update to 3.0.0 Modified: head/devel/py-tables/Makefile head/devel/py-tables/distinfo head/devel/py-tables/files/patch-setup.py Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Tue Aug 20 05:46:10 2013 (r325031) +++ head/devel/py-tables/Makefile Tue Aug 20 06:49:44 2013 (r325032) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tables -PORTVERSION= 2.4.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME:L}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,15 +15,15 @@ COMMENT= Hierarchical database for Pytho BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \ ${PYTHON_PKGNAMEPREFIX}numexpr>=1.4.1:${PORTSDIR}/math/py-numexpr -LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 \ - lzo2.2:${PORTSDIR}/archivers/lzo2 \ - ucl.1:${PORTSDIR}/archivers/ucl +LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 \ + lzo2:${PORTSDIR}/archivers/lzo2 \ + ucl:${PORTSDIR}/archivers/ucl RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes -PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack +PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack OPTIONS_DEFINE= PYREX PYREX_DESC= Use code generated by Pyrex to build @@ -31,7 +31,6 @@ PYREX_DESC= Use code generated by Pyrex OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options .include -.include .if ${PORT_OPTIONS:MPYREX} BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex @@ -64,4 +63,4 @@ post-install: ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif -.include +.include Modified: head/devel/py-tables/distinfo ============================================================================== --- head/devel/py-tables/distinfo Tue Aug 20 05:46:10 2013 (r325031) +++ head/devel/py-tables/distinfo Tue Aug 20 06:49:44 2013 (r325032) @@ -1,4 +1,4 @@ -SHA256 (tables-2.4.0.tar.gz) = 6a2ab6037ccde0636ce47e4475e671c45505029ebded333d403d7252cde18d57 -SIZE (tables-2.4.0.tar.gz) = 8947724 -SHA256 (pytablesmanual-2.4.0.pdf) = 49bf7261250e0e7efe0d561da7c9fd94eeec0dee346c6b47c6b886a9ea4765de -SIZE (pytablesmanual-2.4.0.pdf) = 3084689 +SHA256 (tables-3.0.0.tar.gz) = 53532a59c8f03c3c5ef3c73c04f5bfd8384d6a3d508683cb87fc17af4c71dfe1 +SIZE (tables-3.0.0.tar.gz) = 6191726 +SHA256 (pytablesmanual-3.0.0.pdf) = 623cf4d64884c0c34996ac8d4208dd899450a96ddd64d1267c733da0a59a6ed6 +SIZE (pytablesmanual-3.0.0.pdf) = 2515096 Modified: head/devel/py-tables/files/patch-setup.py ============================================================================== --- head/devel/py-tables/files/patch-setup.py Tue Aug 20 05:46:10 2013 (r325031) +++ head/devel/py-tables/files/patch-setup.py Tue Aug 20 06:49:44 2013 (r325032) @@ -1,6 +1,6 @@ ---- setup.py.orig 2012-03-25 19:20:35.000000000 +0900 -+++ setup.py 2012-03-25 19:22:53.000000000 +0900 -@@ -96,8 +96,8 @@ +--- setup.py.orig 2013-08-20 10:38:37.000000000 +0800 ++++ setup.py 2013-08-20 10:40:44.000000000 +0800 +@@ -133,8 +133,8 @@ debug = '--debug' in sys.argv # Global variables @@ -11,19 +11,19 @@ optional_libs = [] data_files = [] # list of data files to add to packages (mainly for DLL's) -@@ -121,13 +121,12 @@ +@@ -160,13 +160,13 @@ add_from_path("CPATH", default_header_dirs) add_from_path("C_INCLUDE_PATH", default_header_dirs) add_from_flags("CPPFLAGS", "-I", default_header_dirs) - default_header_dirs.extend(['/usr/include', '/usr/local/include']) -- -+ default_header_dirs = ['/usr/include', '/usr/local/include','%%LOCALBASE%%/include'] ++ default_header_dirs.extend(['/usr/include', '/usr/local/include','%%LOCALBASE%%/include']) + default_library_dirs = [] add_from_flags("LDFLAGS", "-L", default_library_dirs) default_library_dirs.extend( os.path.join(_tree, _arch) -- for _tree in ('/', '/usr', '/usr/local') -+ for _tree in ('/', '/usr', '/usr/local','%%LOCALBASE%%') - for _arch in ('lib64', 'lib') ) +- for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') ++ for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') + for _arch in ('lib64', 'lib')) default_runtime_dirs = default_library_dirs