Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 04:15:53 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: 17012771634f - main - math/osi: update 0.108.9 =?utf-8?Q?=E2=86=92?= 0.108.10
Message-ID:  <202404160415.43G4FrRR009135@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=17012771634f15f0b35493ed9accea4d07abfc7a

commit 17012771634f15f0b35493ed9accea4d07abfc7a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-16 02:03:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-16 04:15:48 +0000

    math/osi: update 0.108.9 → 0.108.10
    
    Reported by:    portscout
---
 math/osi/Makefile  | 6 +++---
 math/osi/distinfo  | 6 +++---
 math/osi/pkg-plist | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/math/osi/Makefile b/math/osi/Makefile
index cd456775cf8a..59c80f06dbd7 100644
--- a/math/osi/Makefile
+++ b/math/osi/Makefile
@@ -1,13 +1,12 @@
 PORTNAME=	Osi
 DISTVERSIONPREFIX=	releases/
-DISTVERSION=	0.108.9
-PORTREVISION=	1
+DISTVERSION=	0.108.10
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	COIN-OR Open Solver Interface, an API for calling solver libraries
-WWW=		https://projects.coin-or.org/Osi/
+WWW=		https://github.com/coin-or/Osi/
 
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/Osi/LICENSE
@@ -31,6 +30,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	test # tests fail to compile, see https://github.com/coin-or/Osi/issues/190
 
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/share/coin
diff --git a/math/osi/distinfo b/math/osi/distinfo
index 42497986d942..7236c7cbecc9 100644
--- a/math/osi/distinfo
+++ b/math/osi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699206979
-SHA256 (coin-or-Osi-releases-0.108.9_GH0.tar.gz) = 8b09802960d7d4fd9579b3e4320bfb36e7f8dca5e5094bf1f5edf1b7003f5562
-SIZE (coin-or-Osi-releases-0.108.9_GH0.tar.gz) = 1030727
+TIMESTAMP = 1713232575
+SHA256 (coin-or-Osi-releases-0.108.10_GH0.tar.gz) = 614c2b329caf57c00326412266299fdfd93c5691492034fbb46990b5e71cc5a7
+SIZE (coin-or-Osi-releases-0.108.10_GH0.tar.gz) = 1031093
diff --git a/math/osi/pkg-plist b/math/osi/pkg-plist
index e823370fbf72..e8ee8e5c8c75 100644
--- a/math/osi/pkg-plist
+++ b/math/osi/pkg-plist
@@ -15,9 +15,9 @@ include/coin/OsiSolverParameters.hpp
 include/coin/OsiUnitTests.hpp
 lib/libOsi.so
 lib/libOsi.so.1
-lib/libOsi.so.1.13.9
+lib/libOsi.so.1.13.10
 lib/libOsiCommonTests.so
 lib/libOsiCommonTests.so.1
-lib/libOsiCommonTests.so.1.13.9
+lib/libOsiCommonTests.so.1.13.10
 libdata/pkgconfig/osi-unittests.pc
 libdata/pkgconfig/osi.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404160415.43G4FrRR009135>