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
This commit is contained in:
Pau Amma
2025-11-09 16:25:36 +03:00
committed by Vladimir Druzenko
parent 5db13b7918
commit 926d7ba82c
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -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}
+3 -3
View File
@@ -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
+2 -7
View File
@@ -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.