From owner-svn-ports-all@freebsd.org Mon Oct 8 08:56:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8847410B84EC; Mon, 8 Oct 2018 08:56:05 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36AA981298; Mon, 8 Oct 2018 08:56:05 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26CB820651; Mon, 8 Oct 2018 08:56:05 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w988u4DN099459; Mon, 8 Oct 2018 08:56:04 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w988u4TJ099455; Mon, 8 Oct 2018 08:56:04 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201810080856.w988u4TJ099455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 8 Oct 2018 08:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481527 - branches/2018Q4/math/py-graphillion X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2018Q4/math/py-graphillion X-SVN-Commit-Revision: 481527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 08:56:05 -0000 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') 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