Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 08:54:58 +0000
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: b77636bc5dd1 - main - math/highs: update 1.12.0=?utf-8?Q? =E2=86=92 1.1?=3.0
Message-ID:  <6985ac62.3e073.55f0f7ed@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b77636bc5dd16d3fb947e9a82437ef3870f7b4ef

commit b77636bc5dd16d3fb947e9a82437ef3870f7b4ef
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-02-06 08:52:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-06 08:54:47 +0000

    math/highs: update 1.12.0 → 1.13.0
    
    Reported by:    portscout
---
 math/highs/Makefile  |  9 +++++++--
 math/highs/distinfo  |  6 +++---
 math/highs/pkg-plist | 10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/math/highs/Makefile b/math/highs/Makefile
index 45f4120e9082..b7ba37ec5046 100644
--- a/math/highs/Makefile
+++ b/math/highs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	highs
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.12.0
+DISTVERSION=	1.13.0
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -23,11 +23,16 @@ CMAKE_OFF=	BUILD_TESTING
 post-install:
 	# see https://github.com/ERGO-Code/HiGHS/issues/502
 	${RM} -r ${STAGEDIR}${PREFIX}/external
+	# remove stray files
+	@${RM} \
+		${STAGEDIR}${PREFIX}/LICENSE.txt \
+		${STAGEDIR}${PREFIX}/README.md \
+		${STAGEDIR}${PREFIX}/THIRD_PARTY_NOTICES.md
 	# workaround for https://github.com/ERGO-Code/HiGHS/issues/2250
 	@${REINPLACE_CMD} \
 		-e 's|INTERFACE_INCLUDE_DIRECTORIES "/include;|INTERFACE_INCLUDE_DIRECTORIES "|' \
 		${STAGEDIR}${PREFIX}/lib/cmake/highs/highs-targets.cmake
 
-# tests as of 1.12.0: 100% tests passed, 0 tests failed out of 2
+# tests as of 1.13.0: 100% tests passed, 0 tests failed out of 2
 
 .include <bsd.port.mk>
diff --git a/math/highs/distinfo b/math/highs/distinfo
index 63a8e51b3d77..2298806941c8 100644
--- a/math/highs/distinfo
+++ b/math/highs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762716040
-SHA256 (ERGO-Code-HiGHS-v1.12.0_GH0.tar.gz) = cd0daddaca57e66b55524588d715dc62dcee06b5ab9ad186412dc23bc71ae342
-SIZE (ERGO-Code-HiGHS-v1.12.0_GH0.tar.gz) = 2631655
+TIMESTAMP = 1770360975
+SHA256 (ERGO-Code-HiGHS-v1.13.0_GH0.tar.gz) = 422e45cb6b10d503258ee894cb37916c087813451f311d1906dcc9701fda8647
+SIZE (ERGO-Code-HiGHS-v1.13.0_GH0.tar.gz) = 2775805
diff --git a/math/highs/pkg-plist b/math/highs/pkg-plist
index 58927007f91f..268ea9fbf7a6 100644
--- a/math/highs/pkg-plist
+++ b/math/highs/pkg-plist
@@ -1,10 +1,6 @@
 bin/highs
 include/highs/HConfig.h
 include/highs/Highs.h
-include/highs/filereaderlp/builder.hpp
-include/highs/filereaderlp/def.hpp
-include/highs/filereaderlp/model.hpp
-include/highs/filereaderlp/reader.hpp
 include/highs/interfaces/highs_c_api.h
 include/highs/io/Filereader.h
 include/highs/io/FilereaderEms.h
@@ -14,6 +10,10 @@ include/highs/io/HMPSIO.h
 include/highs/io/HMpsFF.h
 include/highs/io/HighsIO.h
 include/highs/io/LoadOptions.h
+include/highs/io/filereaderlp/builder.hpp
+include/highs/io/filereaderlp/def.hpp
+include/highs/io/filereaderlp/model.hpp
+include/highs/io/filereaderlp/reader.hpp
 include/highs/ipm/IpxSolution.h
 include/highs/ipm/IpxWrapper.h
 include/highs/ipm/basiclu/basiclu.h
@@ -236,5 +236,5 @@ lib/cmake/highs/highs-targets.cmake
 lib/cmake/highs/highs-targets.cmake.bak
 lib/libhighs.so
 lib/libhighs.so.1
-lib/libhighs.so.1.12.0
+lib/libhighs.so.1.13.0
 libdata/pkgconfig/highs.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985ac62.3e073.55f0f7ed>