Date: Wed, 27 May 2026 14:28:08 +0000 From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: hayzamjs <hayzam@alchemilla.io> Subject: git: 0c0c3b25afa4 - main - devel/libks: Update to 2.0.11 Message-ID: <6a16ff78.20d8b.40ce64df@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c0c3b25afa49a8a20392565122623a4cf77c8e3 commit 0c0c3b25afa49a8a20392565122623a4cf77c8e3 Author: hayzamjs <hayzam@alchemilla.io> AuthorDate: 2026-05-27 13:57:31 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-05-27 14:27:43 +0000 devel/libks: Update to 2.0.11 Minor upstream bugfix release. Reviewed by: jrm Differential Revision: https://reviews.freebsd.org/D57267 --- devel/libks/Makefile | 2 +- devel/libks/distinfo | 6 +++--- devel/libks/files/patch-CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/libks/Makefile b/devel/libks/Makefile index 026f9c538e5b..612730f3aff9 100644 --- a/devel/libks/Makefile +++ b/devel/libks/Makefile @@ -1,6 +1,6 @@ PORTNAME= libks DISTVERSIONPREFIX= v -DISTVERSION= 2.0.10 +DISTVERSION= 2.0.11 CATEGORIES= devel MAINTAINER= hayzam@alchemilla.io diff --git a/devel/libks/distinfo b/devel/libks/distinfo index 91eb3b761fc2..1aef7f0552ba 100644 --- a/devel/libks/distinfo +++ b/devel/libks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778345457 -SHA256 (signalwire-libks-v2.0.10_GH0.tar.gz) = cd0d8504870c2e0e1306e55fd27dede976ab9f3a919487bc10b526576d24d568 -SIZE (signalwire-libks-v2.0.10_GH0.tar.gz) = 258971 +TIMESTAMP = 1778374557 +SHA256 (signalwire-libks-v2.0.11_GH0.tar.gz) = 7142800a0c9095ce0e52308c815026a8ad2a197f519363c050fe441039de20be +SIZE (signalwire-libks-v2.0.11_GH0.tar.gz) = 260399 diff --git a/devel/libks/files/patch-CMakeLists.txt b/devel/libks/files/patch-CMakeLists.txt index 8fd033c50389..9febf9132b56 100644 --- a/devel/libks/files/patch-CMakeLists.txt +++ b/devel/libks/files/patch-CMakeLists.txt @@ -13,7 +13,7 @@ find_package(Git) @@ -45,6 +41,10 @@ message("LibKS2 Version ${PROJECT_VERSION_MAJOR}.${PRO # Declare our project, libks2 - project(LibKS2 VERSION 2.0.10 LANGUAGES C CXX) + project(LibKS2 VERSION 2.0.11 LANGUAGES C CXX) message("LibKS2 Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}") + +# Load our common utility api and setup the platfomrm and buildhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16ff78.20d8b.40ce64df>
