diff --git a/sysutils/libudisks/Makefile b/sysutils/libudisks/Makefile index 9fada8169379..8c5ab4464905 100644 --- a/sysutils/libudisks/Makefile +++ b/sysutils/libudisks/Makefile @@ -1,66 +1,66 @@ 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} MAINTAINER= pauamma@gundo.com COMMENT= Library to manipulate storage devices, from udisks WWW= https://www.freedesktop.org/wiki/Software/udisks/ LICENSE= GPLv2+ LGPL20+ # LGPL for libudisks, GPL for the command-line utilities. LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING # pkaction takes care of libpolkit-agent-1 and libpolkit-gobject-1 # which are what we really want (see UDISKSCTL_LIB_DEPENDS). BUILD_DEPENDS= bash:shells/bash \ pkaction:sysutils/polkit # For some reason, configure wants autopoint from gettext-tools even when # NLS is disabled. USES= gettext-tools:build gmake gnome libtool pathfix pkgconfig \ tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes # --with-libintl-prefix is needed because otherwise # configure won't find libintl when PREFIX != LOCALBASE. CONFIGURE_ARGS= --disable-daemon \ --enable-introspection=no \ --with-html-dir=${PREFIX}/share/doc \ --with-libintl-prefix=${LOCALBASE} DOCSDIR= ${PREFIX}/share/doc/udisks2 PLIST_SUB= DISTVERSION=${DISTVERSION} PORTDOCS= * OPTIONS_DEFINE= UDISKSCTL NLS DOCS OPTIONS_DEFAULT= UDISKSCTL NLS DOCS OPTIONS_SUB= yes UDISKSCTL_DESC= Install udisksctl command line utility NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls UDISKSCTL_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc \ xsltproc:textproc/libxslt UDISKSCTL_LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit \ libpolkit-gobject-1.so:sysutils/polkit UDISKSCTL_CONFIGURE_ENABLE= man post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libudisks2.so post-install-UDISKSCTL-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/udisksctl # Pacify "make stage-qa". post-install-UDISKSCTL-off: ${RM} ${STAGEDIR}${PREFIX}/bin/udisksctl .include 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.