Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2019 13:50:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496259 - in head/devel/py-tables: . files
Message-ID:  <201903191350.x2JDocdM035635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Mar 19 13:50:38 2019
New Revision: 496259
URL: https://svnweb.freebsd.org/changeset/ports/496259

Log:
  - Update to 3.5.1

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 Mar 19 11:53:47 2019	(r496258)
+++ head/devel/py-tables/Makefile	Tue Mar 19 13:50:38 2019	(r496259)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tables
-PORTVERSION=	3.4.4
-PORTREVISION=	4
+PORTVERSION=	3.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-tables/distinfo
==============================================================================
--- head/devel/py-tables/distinfo	Tue Mar 19 11:53:47 2019	(r496258)
+++ head/devel/py-tables/distinfo	Tue Mar 19 13:50:38 2019	(r496259)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529112550
-SHA256 (tables-3.4.4.tar.gz) = bdc5c073712af2a43babd139c4855fc99496bb2c3f3f5d1b4770a985e6f9ce29
-SIZE (tables-3.4.4.tar.gz) = 4626053
+TIMESTAMP = 1552993201
+SHA256 (tables-3.5.1.tar.gz) = 88e2f3be1f143febc8bf8a7fe49ad51fc12518d6a1ac4eb641778d93e5dc2039
+SIZE (tables-3.5.1.tar.gz) = 8306669

Modified: head/devel/py-tables/files/patch-setup.py
==============================================================================
--- head/devel/py-tables/files/patch-setup.py	Tue Mar 19 11:53:47 2019	(r496258)
+++ head/devel/py-tables/files/patch-setup.py	Tue Mar 19 13:50:38 2019	(r496259)
@@ -1,13 +1,14 @@
---- setup.py.orig	2017-04-12 12:02:34 UTC
+--- setup.py.orig	2019-03-19 12:02:31 UTC
 +++ setup.py
-@@ -115,8 +115,8 @@ with open('VERSION') as fd:
- debug = '--debug' in sys.argv
+@@ -124,8 +124,9 @@ if __name__ == '__main__':
+     debug = '--debug' in sys.argv
  
- # Global variables
--lib_dirs = []
--inc_dirs = [os.path.join('hdf5-blosc', 'src')]
-+lib_dirs = ['%%LOCALBASE%%/lib']
-+inc_dirs = [os.path.join('hdf5-blosc', 'src'),'%%LOCALBASE%%/include']
- optional_libs = []
- data_files = []    # list of data files to add to packages (mainly for DLL's)
+     # Global variables
+-    lib_dirs = []
+-    inc_dirs = [os.path.join('hdf5-blosc', 'src')]
++    lib_dirs = ['%%LOCALBASE%%/lib']
++    inc_dirs = [os.path.join('hdf5-blosc', 'src'),'%%LOCALBASE%%/include']
++
+     optional_libs = []
+     data_files = []    # list of data files to add to packages (mainly for DLL's)
  



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