Date: Mon, 8 Oct 2018 08:56:04 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481527 - branches/2018Q4/math/py-graphillion Message-ID: <201810080856.w988u4TJ099455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Oct 8 08:56:04 2018 New Revision: 481527 URL: https://svnweb.freebsd.org/changeset/ports/481527 Log: MFH: r481437 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 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/math/py-graphillion/Makefile branches/2018Q4/math/py-graphillion/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/math/py-graphillion/Makefile ============================================================================== --- branches/2018Q4/math/py-graphillion/Makefile Mon Oct 8 08:53:59 2018 (r481526) +++ branches/2018Q4/math/py-graphillion/Makefile Mon Oct 8 08:56:04 2018 (r481527) @@ -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 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: Modified: branches/2018Q4/math/py-graphillion/distinfo ============================================================================== --- branches/2018Q4/math/py-graphillion/distinfo Mon Oct 8 08:53:59 2018 (r481526) +++ branches/2018Q4/math/py-graphillion/distinfo Mon Oct 8 08:56:04 2018 (r481527) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810080856.w988u4TJ099455>