From owner-svn-ports-all@freebsd.org Sun Oct 7 09:57:12 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 2121410BB533; Sun, 7 Oct 2018 09:57:12 +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 C99AF7D68A; Sun, 7 Oct 2018 09:57:11 +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 C04B6125D5; Sun, 7 Oct 2018 09:57:11 +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 w979vBFW084070; Sun, 7 Oct 2018 09:57:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w979vBx9084068; Sun, 7 Oct 2018 09:57:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201810070957.w979vBx9084068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 7 Oct 2018 09:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481437 - head/math/py-graphillion X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/math/py-graphillion X-SVN-Commit-Revision: 481437 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: Sun, 07 Oct 2018 09:57:12 -0000 Author: koobs Date: Sun Oct 7 09:57:10 2018 New Revision: 481437 URL: https://svnweb.freebsd.org/changeset/ports/481437 Log: 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 MFH: 2018Q4 Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Sun Oct 7 09:38:38 2018 (r481436) +++ head/math/py-graphillion/Makefile Sun Oct 7 09:57:10 2018 (r481437) @@ -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: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Sun Oct 7 09:38:38 2018 (r481436) +++ head/math/py-graphillion/distinfo Sun Oct 7 09:57:10 2018 (r481437) @@ -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