From 926d7ba82ca34f31400b66dd39409a199dc206ac Mon Sep 17 00:00:00 2001 From: Pau Amma Date: Sun, 9 Nov 2025 16:25:36 +0300 Subject: [PATCH] sysutils/libudisks: Update 2.10.2 => 2.11.0 Changelog: https://github.com/storaged-project/udisks/releases/tag/udisks-2.11.0 https://github.com/storaged-project/udisks/blob/udisks-2.11.0/NEWS While there, align pkg-descr with upstream. PR: 290906 --- sysutils/libudisks/Makefile | 2 +- sysutils/libudisks/distinfo | 6 +++--- sysutils/libudisks/pkg-descr | 9 ++------- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/sysutils/libudisks/Makefile b/sysutils/libudisks/Makefile index 9fada8169379..8c5ab4464905 100644 --- a/sysutils/libudisks/Makefile +++ b/sysutils/libudisks/Makefile @@ -1,5 +1,5 @@ PORTNAME= libudisks -DISTVERSION= 2.10.2 +DISTVERSION= 2.11.0 CATEGORIES= sysutils MASTER_SITES= https://github.com/storaged-project/udisks/releases/download/udisks-${DISTVERSION}/ DISTNAME= udisks-${DISTVERSION} diff --git a/sysutils/libudisks/distinfo b/sysutils/libudisks/distinfo index 36d2544380c6..48a8be04b990 100644 --- a/sysutils/libudisks/distinfo +++ b/sysutils/libudisks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757544807 -SHA256 (udisks-2.10.2.tar.bz2) = 6401c715d287ec84fe605e0cb90579e8da6c395bce5f42e419f205dd297e261f -SIZE (udisks-2.10.2.tar.bz2) = 1791811 +TIMESTAMP = 1762646241 +SHA256 (udisks-2.11.0.tar.bz2) = 0bf30151fe8d9d2fb59b57f6630739dfbbd16417dee69ec57d43b37335bd649a +SIZE (udisks-2.11.0.tar.bz2) = 1847966 diff --git a/sysutils/libudisks/pkg-descr b/sysutils/libudisks/pkg-descr index bce31e0c1c31..b897ad7db8d3 100644 --- a/sysutils/libudisks/pkg-descr +++ b/sysutils/libudisks/pkg-descr @@ -1,10 +1,5 @@ -Udisks provides interfaces to enumerate and perform operations on disks -and storage devices. Any application (including unprivileged ones) can -access the udisks(8) daemon via the name org.freedesktop.Udisks2 on the -system message bus. In addition to the D-bus API, a library, libudisks2, -is also provided. This library can be used from C/C++ and any high-level -language with GObjectIntrospection support such as Javascript and -Python. +The UDisks project provides a daemon, tools and libraries to access and +pulate disks, storage devices and technologies. This port provides the libudisks library only and is meant for use with sysutils/bsdisks.