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
This commit is contained in:
Kubilay Kocak 2018-10-07 09:57:10 +00:00
parent fd906cf4b3
commit 1cdacd51a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481437
2 changed files with 8 additions and 4 deletions

View file

@ -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:

View file

@ -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