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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	polkit
4
PORTNAME=	polkit
5
PORTVERSION=	0.116
5
PORTVERSION=	0.117
6
CATEGORIES=	sysutils gnome
6
CATEGORIES=	sysutils gnome
7
MASTER_SITES=	https://www.freedesktop.org/software/polkit/releases/
7
MASTER_SITES=	https://www.freedesktop.org/software/polkit/releases/
8
8
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
15
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
16
		libmozjs-60.so:lang/spidermonkey60
16
		libmozjs-68.so:lang/spidermonkey68
17
RUN_DEPENDS=	dbus-launch:devel/dbus
17
RUN_DEPENDS=	dbus-launch:devel/dbus
18
18
19
USERS=		polkitd
19
USERS=		polkitd
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1579113725
1
TIMESTAMP = 1598195686
2
SHA256 (polkit-0.116.tar.gz) = 88170c9e711e8db305a12fdb8234fac5706c61969b94e084d0f117d8ec5d34b1
2
SHA256 (polkit-0.117.tar.gz) = e106fe8206638a0524d251f0f96e15eed6e34a3a6d2fd07cc1b6337fdcef7b7c
3
SIZE (polkit-0.116.tar.gz) = 1548311
3
SIZE (polkit-0.117.tar.gz) = 1554536
(-)files/patch-src_polkitbackend_polkitbackendjsauthority.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/polkitbackend/polkitbackendjsauthority.cpp.orig	2019-04-02 12:54:12 UTC
2
+++ src/polkitbackend/polkitbackendjsauthority.cpp
3
@@ -567,6 +567,8 @@ polkit_backend_js_authority_finalize (GObject *object)
4
   g_strfreev (authority->priv->rules_dirs);
5
 
6
   delete authority->priv->ac;
7
+  delete authority->priv->js_global;
8
+  delete authority->priv->js_polkit;
9
 
10
   JS_DestroyContext (authority->priv->cx);
11
   /* JS_ShutDown (); */
(-)pkg-plist (+1 lines)
Lines 63-68 Link Here
63
share/locale/hu/LC_MESSAGES/polkit-1.mo
63
share/locale/hu/LC_MESSAGES/polkit-1.mo
64
share/locale/id/LC_MESSAGES/polkit-1.mo
64
share/locale/id/LC_MESSAGES/polkit-1.mo
65
share/locale/it/LC_MESSAGES/polkit-1.mo
65
share/locale/it/LC_MESSAGES/polkit-1.mo
66
share/locale/nn/LC_MESSAGES/polkit-1.mo
66
share/locale/pl/LC_MESSAGES/polkit-1.mo
67
share/locale/pl/LC_MESSAGES/polkit-1.mo
67
share/locale/pt_BR/LC_MESSAGES/polkit-1.mo
68
share/locale/pt_BR/LC_MESSAGES/polkit-1.mo
68
share/locale/sk/LC_MESSAGES/polkit-1.mo
69
share/locale/sk/LC_MESSAGES/polkit-1.mo

Return to bug 249302