svn commit: r438607 - in head/devel/py-tables: . files
Wen Heping
wen at FreeBSD.org
Sun Apr 16 00:45:05 UTC 2017
Author: wen
Date: Sun Apr 16 00:45:03 2017
New Revision: 438607
URL: https://svnweb.freebsd.org/changeset/ports/438607
Log:
- Update to 3.4.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 Sat Apr 15 22:55:13 2017 (r438606)
+++ head/devel/py-tables/Makefile Sun Apr 16 00:45:03 2017 (r438607)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tables
-PORTVERSION= 3.2.2
-PORTREVISION= 4
+PORTVERSION= 3.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-tables/distinfo
==============================================================================
--- head/devel/py-tables/distinfo Sat Apr 15 22:55:13 2017 (r438606)
+++ head/devel/py-tables/distinfo Sun Apr 16 00:45:03 2017 (r438607)
@@ -1,2 +1,3 @@
-SHA256 (tables-3.2.2.tar.gz) = 3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84
-SIZE (tables-3.2.2.tar.gz) = 7008045
+TIMESTAMP = 1492270029
+SHA256 (tables-3.4.1.tar.gz) = 1587337593133b169d73bc68729b2cb736a3494f93a54188b8cc26f52cd51c67
+SIZE (tables-3.4.1.tar.gz) = 7592051
Modified: head/devel/py-tables/files/patch-setup.py
==============================================================================
--- head/devel/py-tables/files/patch-setup.py Sat Apr 15 22:55:13 2017 (r438606)
+++ head/devel/py-tables/files/patch-setup.py Sun Apr 16 00:45:03 2017 (r438607)
@@ -1,13 +1,13 @@
---- setup.py.orig 2015-09-22 03:02:05 UTC
+--- setup.py.orig 2017-04-16 08:22:17 UTC
+++ setup.py
-@@ -127,8 +127,8 @@ VERSION = open('VERSION').read().strip()
+@@ -115,8 +115,8 @@ with open('VERSION') as fd:
debug = '--debug' in sys.argv
# Global variables
-lib_dirs = []
--inc_dirs = ['c-blosc/hdf5']
-+lib_dirs = ['/usr/local/lib']
-+inc_dirs = ['c-blosc/hdf5','/usr/local/include']
+-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)
More information about the svn-ports-head
mailing list