Skip to content

Commit

Permalink
sysutils/libudisks: Update to 2.9.4
Browse files Browse the repository at this point in the history
 - 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)
  • Loading branch information
pauamma authored and nunotexbsd committed Oct 22, 2022
1 parent d7eba71 commit 4b89533
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions sysutils/libudisks/Makefile
@@ -1,10 +1,10 @@
PORTNAME= libudisks
PORTVERSION= 2.9.2
PORTVERSION= 2.9.4
# Obviates the need to specify GH_TAGNAME and repeat the version number later
DISTVERSIONPREFIX= udisks-
CATEGORIES= sysutils

MAINTAINER= pauamma@gundo.com
MAINTAINER= pauamma@FreeBSD.org
COMMENT= Library to manipulate storage devices, from udisks
WWW= https://www.freedesktop.org/wiki/Software/udisks/

Expand Down Expand Up @@ -37,13 +37,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-daemon --disable-dependency-tracking \
--with-libintl-prefix=${LOCALBASE}

PLIST_SUB= PORTVERSION=${PORTVERSION}

OPTIONS_DEFINE= UDISKSCTL NLS DOCS
OPTIONS_DEFAULT= UDISKSCTL NLS DOCS
OPTIONS_SUB= yes
UDISKSCTL_DESC= Install udisksctl command line utility
DOCS_CONFIGURE_ENABLE= gtk-doc
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
UDISKSCTL_DESC= Install udisksctl command line utility
NLS_CONFIGURE_ENABLE= nls
UDISKSCTL_LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit \
libpolkit-gobject-1.so:sysutils/polkit

Expand Down
6 changes: 3 additions & 3 deletions sysutils/libudisks/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613441354
SHA256 (storaged-project-udisks-udisks-2.9.2_GH0.tar.gz) = 0c9911ed40979a0f08ed26e01b3c1fb3ca14085e22843681a83c0b3022c2b2e0
SIZE (storaged-project-udisks-udisks-2.9.2_GH0.tar.gz) = 1461813
TIMESTAMP = 1665970803
SHA256 (storaged-project-udisks-udisks-2.9.4_GH0.tar.gz) = 5917ad67f33648935748cb98f71668431ab07ce4dc4cfd5403e0c0a2af48696a
SIZE (storaged-project-udisks-udisks-2.9.4_GH0.tar.gz) = 1464740
2 changes: 1 addition & 1 deletion sysutils/libudisks/pkg-plist
Expand Up @@ -34,7 +34,7 @@ share/gir-1.0/UDisks-2.0.gir
%%DOCS%%share/gtk-doc/html/udisks2/UDisksPartitionTable.html
%%DOCS%%share/gtk-doc/html/udisks2/UDisksSwapspace.html
%%DOCS%%share/gtk-doc/html/udisks2/annotation-glossary.html
%%DOCS%%share/gtk-doc/html/udisks2/api-index-2.9.2.html
%%DOCS%%share/gtk-doc/html/udisks2/api-index-%%PORTVERSION%%.html
%%DOCS%%share/gtk-doc/html/udisks2/api-index-deprecated.html
%%DOCS%%share/gtk-doc/html/udisks2/api-index.html
%%DOCS%%share/gtk-doc/html/udisks2/ch03.html
Expand Down

0 comments on commit 4b89533

Please sign in to comment.