Lines 1-14
Link Here
|
1 |
PORTNAME= polkit |
1 |
PORTNAME= polkit |
2 |
PORTVERSION= 122 |
2 |
DISTVERSION= 123 |
3 |
CATEGORIES= sysutils gnome |
3 |
CATEGORIES= sysutils gnome |
4 |
MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/ \ |
|
|
5 |
https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/archive/${PORTVERSION}/ |
6 |
|
4 |
|
7 |
MAINTAINER= desktop@FreeBSD.org |
5 |
MAINTAINER= desktop@FreeBSD.org |
8 |
COMMENT= Framework for controlling access to system-wide components |
6 |
COMMENT= Framework for controlling access to system-wide components |
9 |
WWW= https://www.freedesktop.org/wiki/Software/polkit/ |
7 |
WWW= https://gitlab.freedesktop.org/polkit/polkit |
10 |
|
8 |
|
11 |
LICENSE= GPLv2 |
9 |
LICENSE= LGPL20+ |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
11 |
|
14 |
LIB_DEPENDS= libexpat.so:textproc/expat2 \ |
12 |
LIB_DEPENDS= libexpat.so:textproc/expat2 \ |
Lines 18-29
USERS= polkitd
Link Here
|
18 |
GROUPS= polkitd |
16 |
GROUPS= polkitd |
19 |
|
17 |
|
20 |
USES= compiler:c++17-lang cpe gettext gnome libtool localbase meson \ |
18 |
USES= compiler:c++17-lang cpe gettext gnome libtool localbase meson \ |
21 |
pathfix pkgconfig shebangfix |
19 |
pathfix pkgconfig shebangfix tar:bz2 |
22 |
USE_GNOME= glib20 intltool introspection:build |
20 |
USE_GNOME= glib20 intltool introspection:build |
23 |
SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl |
21 |
SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl |
24 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
25 |
CPE_VENDOR= polkit_project |
23 |
CPE_VENDOR= polkit_project |
26 |
|
24 |
|
|
|
25 |
USE_GITLAB= yes |
26 |
GL_SITE= https://gitlab.freedesktop.org |
27 |
|
27 |
MESON_ARGS= -Dpam_include=system \ |
28 |
MESON_ARGS= -Dpam_include=system \ |
28 |
-Dpolkitd_user=${USERS} \ |
29 |
-Dpolkitd_user=${USERS} \ |
29 |
-Dexamples=false \ |
30 |
-Dexamples=false \ |