Date: Wed, 12 May 2021 01:39:44 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 629fc991e2b3 - main - math/flopc++: Update 1.2.5 -> 1.2.5.20200527 Message-ID: <202105120139.14C1diSW093591@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=629fc991e2b3b34f61ebdf8d81a4e5d62e1f33a4 commit 629fc991e2b3b34f61ebdf8d81a4e5d62e1f33a4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-12 01:39:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-12 01:39:41 +0000 math/flopc++: Update 1.2.5 -> 1.2.5.20200527 --- math/flopc++/Makefile | 10 +++++----- math/flopc++/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/math/flopc++/Makefile b/math/flopc++/Makefile index bff88d1552c9..ec31e8986f28 100644 --- a/math/flopc++/Makefile +++ b/math/flopc++/Makefile @@ -1,10 +1,7 @@ PORTNAME= flopc++ -DISTVERSION= 1.2.5 -PORTREVISION= 1 +DISTVERSION= 1.2.5.20200527 CATEGORIES= math -MASTER_SITES= http://www.coin-or.org/download/pkgsource/FlopC++/ PKGNAMEPREFIX= coin-or- -DISTNAME= FlopC++-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for solving Linear Optimization Problems in C++ @@ -18,7 +15,10 @@ LIB_DEPENDS= libCoinUtils.so:math/coinutils \ USES= gmake libtool pkgconfig tar:tgz USE_LDCONFIG= yes -USE_GCC= yes # clang breaks: no matching conversion for functional-style cast from 'const flopc::SUBSETREF' to 'flopc::MP_domain' https://github.com/coin-or/FlopCpp/issues/28 +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= FlopCpp +GH_TAGNAME= d4c1d98 # fix-clang branch GNU_CONFIGURE= yes diff --git a/math/flopc++/distinfo b/math/flopc++/distinfo index 04ca64acec35..f55a0d2210e2 100644 --- a/math/flopc++/distinfo +++ b/math/flopc++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619779256 -SHA256 (FlopC++-1.2.5.tgz) = 8b4a21d26bcd375995a8f6e1de25674afee6f5d49cf21c682ab3c543c64c25a7 -SIZE (FlopC++-1.2.5.tgz) = 357541 +TIMESTAMP = 1620783296 +SHA256 (coin-or-FlopCpp-1.2.5.20200527-d4c1d98_GH0.tar.gz) = c33d1821167a99f3b19075cc3cf72d6510f68e137e12e48000c39ea4ed3b3f02 +SIZE (coin-or-FlopCpp-1.2.5.20200527-d4c1d98_GH0.tar.gz) = 619152
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105120139.14C1diSW093591>