| Port details |
- libudisks Library to manipulate storage devices, from udisks
- 2.11.0 sysutils
=7 2.10.2Version of this port present on the latest quarterly branch. - Maintainer: pauamma@gundo.com
 - Port Added: 2019-10-12 18:56:04
- Last Update: 2025-11-09 14:56:56
- Commit Hash: 7a3e04c
- People watching this port, also watch:: libexif, indexinfo, libevent, libXdamage, dav1d
- License: GPLv2+ LGPL20+
- WWW:
- https://www.freedesktop.org/wiki/Software/udisks/
- Description:
- The UDisks project provides a daemon, tools and libraries to access and
manipulate disks, storage devices and technologies.
This port provides the libudisks library only and is meant for use with
sysutils/bsdisks.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libudisks>0:sysutils/libudisks
- To install the port:
- cd /usr/ports/sysutils/libudisks/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/libudisks
- pkg install libudisks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libudisks
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1762646241
SHA256 (udisks-2.11.0.tar.bz2) = 0bf30151fe8d9d2fb59b57f6630739dfbbd16417dee69ec57d43b37335bd649a
SIZE (udisks-2.11.0.tar.bz2) = 1847966
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- pkaction : sysutils/polkit
- gtkdocize : textproc/gtk-doc
- xsltproc : textproc/libxslt
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libpolkit-agent-1.so : sysutils/polkit
- libpolkit-gobject-1.so : sysutils/polkit
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- filesystems/gvfs
- sysutils/budgie-control-center
- sysutils/gnome-control-center
- sysutils/mate-control-center
- x11/swaysettings
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libudisks-2.11.0:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
UDISKSCTL=on: Install udisksctl command line utility
===> Use 'make config' to modify these settings
- Options name:
- sysutils_libudisks
- USES:
- gettext-tools:build gmake gnome libtool pathfix pkgconfig tar:bz2 gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.11.0 09 Nov 2025 14:56:56
    |
Vladimir Druzenko (vvd)  |
sysutils/libudisks: Fix typo in pkg-descr
PR: 290906
Reported by: arrowd
Approved by: Pau Amma <pauamma@gundo.com> (implicit)
Fixes: 926d7ba82ca3 (Update 2.10.2 => 2.11.0) |
2.11.0 09 Nov 2025 13:25:36
    |
Vladimir Druzenko (vvd)  Author: Pau Amma |
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 |
2.10.2 15 Sep 2025 16:56:52
    |
Vladimir Druzenko (vvd)  Author: Pau Amma |
sysutils/libudisks: Update 2.10.1 => 2.10.2 (important security fixes)
Changelog:
https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.2
https://github.com/storaged-project/udisks/blob/udisks-2.10.2/NEWS
PR: 289613
Security: GHSA-742q-gggc-473g
MFH: 2025Q3 |
2.10.1_1 29 Jan 2024 19:54:16
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/libudisks: Moved man to share/man
Approved by: portmgr (blanket) |
2.10.1 19 Jan 2024 17:12:30
    |
Fernando Apesteguía (fernape)  |
sysutils/libudisks: Update to 2.10.1
* Update German translation
* Update ka.po
* Update Polish translation
* tests: start the polkitd mock with the corresponding user if it exists
* build: Check for gobject-introspection m4 macro presence
* udiskslinuxloop: Avoid warnings on empty loop devices
* udisksctl: Guard object lookup
* udiskslinuxmanager: Properly handle disabled modules
* iscsi: Fix login on firmware-discovered nodes
* tests: Fix LSM drive objects crawl
* tests: Mark LVM RAID tests as unstable
* integration-test: Fix invalid escaping
* tests: Fix regex escaping (Only the first 15 lines of the commit message are shown above ) |
2.10.0 31 Jul 2023 12:44:58
    |
Nuno Teixeira (eduardo)  Author: Pau Amma |
sysutils/libudisks: upgrade to 2.10.0 and change maintainer address
ChangeLog:
https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.0
PR: 272766 |
2.9.4 30 Oct 2022 20:05:13
    |
Daniel Engberg (diizzy)  |
sysutils/libudisks: Rework port
- Use upstream release archive as recommended by Porters Handbook
(USE_GITHUB section) which also removes dependency of gtk-doc
except when UDISKSCTL is enabled
- Update comments in Makefile
- Use framework helpers for DOCS
- Rearrange Makefile to improve readability
PR: 267268
Reviewed by: pauamma (maintainer) |
2.9.4 22 Oct 2022 02:34:32
    |
Nuno Teixeira (eduardo)  Author: Pau Amma |
sysutils/libudisks: Update to 2.9.4
- consult portclippy
- switch MAINTAINER to my @f.o address
- use %%PORTVERSION%% in pkg-plist to avoid changing it on each
upstream upgrade
ChangeLog:
https://github.com/storaged-project/udisks/blob/udisks-2.9.4/NEWS
PR: 267263
MFH: 2022Q4 (bugfixes) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.9.2 25 Feb 2021 21:14:52
  |
nc  |
sysutils/libudisks: Update to 2.9.2
PR: 253856
Submitted by: pauamma AT gundo DOT com (maintainer) |
2.9.1 08 Sep 2020 17:40:11
  |
lwhsu  |
sysutils/libudisks: Update to 2.9.1
PR: 249176
Submitted by: PauAmma <pauamma@gundo.com> (maintainer) |
2.9.0 24 Jun 2020 19:34:45
  |
zeising  |
sysutils/libudisks: Update to 2.9.0
Update sysutils/libudisks to 2.9.0
PR: 247514
Submitted by: PauAmma (maintainer) |
2.8.4 12 Oct 2019 18:55:50
  |
arrowd  |
sysutils/libudisks: New port. A client library to UDisks daemon, which some
applications are using to interface with UDisks.
PR: 240138 |