View | Details | Raw Unified | Return to bug 267263 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/libudisks/Makefile (-15 / +12 lines)
Lines 1-8 Link Here
1
PORTNAME=	libudisks
1
PORTNAME=	libudisks
2
PORTVERSION=	2.9.4
2
DISTVERSION=	2.9.4
3
# Obviates the need to specify GH_TAGNAME and repeat the version number later
4
DISTVERSIONPREFIX=	udisks-
5
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	https://github.com/storaged-project/udisks/releases/download/udisks-${DISTVERSION}/
5
DISTNAME=	udisks-${DISTVERSION}
6
6
7
MAINTAINER=	pauamma@FreeBSD.org
7
MAINTAINER=	pauamma@FreeBSD.org
8
COMMENT=	Library to manipulate storage devices, from udisks
8
COMMENT=	Library to manipulate storage devices, from udisks
Lines 19-30 BUILD_DEPENDS= bash:shells/bash \ Link Here
19
19
20
# For some reason, configure wants autopoint from gettext-tools even when
20
# For some reason, configure wants autopoint from gettext-tools even when
21
# NLS is disabled.
21
# NLS is disabled.
22
USES=		autoreconf:build gettext-tools:build gmake gnome \
22
USES=		autoreconf:build gettext-tools:build gmake gnome libtool:build \
23
		libtool:build pkgconfig
23
		pkgconfig tar:bz2
24
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	storaged-project
27
GH_PROJECT=	udisks
28
24
29
USE_GNOME=	glib20 introspection
25
USE_GNOME=	glib20 introspection
30
26
Lines 34-50 GNU_CONFIGURE= yes Link Here
34
# config.status errors out without --disable-dependency-tracking, with or
30
# config.status errors out without --disable-dependency-tracking, with or
35
# without USES=gmake. --with-libintl-prefix is needed because otherwise
31
# without USES=gmake. --with-libintl-prefix is needed because otherwise
36
# configure won't find libintl when PREFIX != LOCALBASE.
32
# configure won't find libintl when PREFIX != LOCALBASE.
37
CONFIGURE_ARGS=	--disable-daemon --disable-dependency-tracking \
33
CONFIGURE_ARGS=	--disable-daemon \
34
		--disable-dependency-tracking \
38
		--with-libintl-prefix=${LOCALBASE}
35
		--with-libintl-prefix=${LOCALBASE}
39
36
40
PLIST_SUB=	PORTVERSION=${PORTVERSION}
37
PLIST_SUB=	PORTVERSION=${PORTVERSION}
41
38
42
OPTIONS_DEFINE=	UDISKSCTL NLS DOCS
39
OPTIONS_DEFINE=		DOCS NLS UDISKSCTL
43
OPTIONS_DEFAULT=	UDISKSCTL NLS DOCS
40
OPTIONS_DEFAULT=	DOCS NLS UDISKSCTL
44
OPTIONS_SUB=	yes
41
OPTIONS_SUB=		yes
45
UDISKSCTL_DESC=	Install udisksctl command line utility
42
UDISKSCTL_DESC=		Install udisksctl command line utility
46
DOCS_CONFIGURE_ENABLE=	gtk-doc
43
DOCS_CONFIGURE_ENABLE=	gtk-doc
47
NLS_USES=	gettext-runtime
44
NLS_USES=		gettext-runtime
48
NLS_CONFIGURE_ENABLE=	nls
45
NLS_CONFIGURE_ENABLE=	nls
49
UDISKSCTL_LIB_DEPENDS=	libpolkit-agent-1.so:sysutils/polkit \
46
UDISKSCTL_LIB_DEPENDS=	libpolkit-agent-1.so:sysutils/polkit \
50
			libpolkit-gobject-1.so:sysutils/polkit
47
			libpolkit-gobject-1.so:sysutils/polkit
(-)b/sysutils/libudisks/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1665970803
1
TIMESTAMP = 1666444670
2
SHA256 (storaged-project-udisks-udisks-2.9.4_GH0.tar.gz) = 5917ad67f33648935748cb98f71668431ab07ce4dc4cfd5403e0c0a2af48696a
2
SHA256 (udisks-2.9.4.tar.bz2) = b6b60ebab0d5e09624120c5d158882e87d8c2473db60783b63deeba74cb18d1c
3
SIZE (storaged-project-udisks-udisks-2.9.4_GH0.tar.gz) = 1464740
3
SIZE (udisks-2.9.4.tar.bz2) = 1699288

Return to bug 267263