aboutsummaryrefslogtreecommitdiff
path: root/math/py-graphillion
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2018-10-07 09:57:10 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2018-10-07 09:57:10 +0000
commit1cdacd51a9ffa10b8dfc404dffd6164a1d4085d5 (patch)
tree9566e1575757314abb55fa3594c484bb478752d3 /math/py-graphillion
parentfd906cf4b3762df768dc17f4b53e29d8016f00dd (diff)
downloadports-1cdacd51a9ffa10b8dfc404dffd6164a1d4085d5.tar.gz
ports-1cdacd51a9ffa10b8dfc404dffd6164a1d4085d5.zip
math/py-graphillion: Update to 1.2
This version fixes build failures on FreeBSD versions that use Clang 6: src/graphillion/zdd.cc:461:31: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream') if (out == std::cout || out == std::cerr) ~~~ ^ ~~~~~~~~~ Reported by: pkg-fallout MFH: 2018Q4
Notes
Notes: svn path=/head/; revision=481437
Diffstat (limited to 'math/py-graphillion')
-rw-r--r--math/py-graphillion/Makefile7
-rw-r--r--math/py-graphillion/distinfo5
2 files changed, 8 insertions, 4 deletions
diff --git a/math/py-graphillion/Makefile b/math/py-graphillion/Makefile
index 276396a648aa..343459b773d0 100644
--- a/math/py-graphillion/Makefile
+++ b/math/py-graphillion/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graphillion
-PORTVERSION= 0.99
+PORTVERSION= 1.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,10 @@ COMMENT= Fast, lightweight graphset operation library in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= python:2.7
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
+
+# Python 2.7,3.4+
+USES= python
USE_PYTHON= distutils autoplist
post-install:
diff --git a/math/py-graphillion/distinfo b/math/py-graphillion/distinfo
index c88c4b42ac6b..cacad45faef5 100644
--- a/math/py-graphillion/distinfo
+++ b/math/py-graphillion/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Graphillion-0.99.tar.gz) = e635f8c12a94abd4fe13bd99e33a326a661ac7d13198b6fbb11060c117b19ab0
-SIZE (Graphillion-0.99.tar.gz) = 1041596
+TIMESTAMP = 1533943617
+SHA256 (Graphillion-1.2.tar.gz) = 79c725cb05a9ac35b38d3dac43cca1e552e6e9b285bd3003386448e57c235cb2
+SIZE (Graphillion-1.2.tar.gz) = 1092143