diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-02-11 18:37:36 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-02-11 18:37:36 +0000 |
| commit | e7b75daaaaca3ee990762e4703ed11b82a144a3a (patch) | |
| tree | 884b0e733150de6b766b2e3a0df59774a9af70fa /sysutils/polkit | |
| parent | 2108188ffa6db15a3c95e5ec50667744d1bf2f31 (diff) | |
Notes
Diffstat (limited to 'sysutils/polkit')
| -rw-r--r-- | sysutils/polkit/Makefile | 13 | ||||
| -rw-r--r-- | sysutils/polkit/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/polkit/files/patch-src_polkitbackend_polkitbackendjsauthority.cpp | 11 | ||||
| -rw-r--r-- | sysutils/polkit/pkg-plist | 1 |
4 files changed, 21 insertions, 10 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 2249611662aa..ff412aacbf4f 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= polkit -PORTVERSION= 0.114 -PORTREVISION= 3 +PORTVERSION= 0.116 CATEGORIES= sysutils gnome -MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ +MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/ MAINTAINER= desktop@FreeBSD.org COMMENT= Framework for controlling access to system-wide components @@ -14,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libmozjs-52.so:lang/spidermonkey52 + libmozjs-60.so:lang/spidermonkey60 RUN_DEPENDS= dbus-launch:devel/dbus USERS= polkitd @@ -22,7 +21,7 @@ GROUPS= polkitd USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ pathfix pkgconfig shebangfix -USE_GNOME= glib20 intlhack introspection:build +USE_GNOME= glib20 intltool introspection:build SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -34,8 +33,8 @@ CONFIGURE_ARGS= --disable-gtk-doc-html \ --with-polkitd-user=${USERS} \ --disable-static \ --disable-examples \ - --disable-libsystemd-login \ - --disable-libelogind \ + --enable-libsystemd-login=no \ + --enable-libelogind=no \ --disable-test \ --enable-introspection=yes \ --localstatedir=/var diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo index 5ca85433e84a..bcabc7fa537f 100644 --- a/sysutils/polkit/distinfo +++ b/sysutils/polkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525103481 -SHA256 (polkit-0.114.tar.gz) = bdf4007367d758fd794de2495975c115984d206267e52d1e6ac5ceea77e8ede6 -SIZE (polkit-0.114.tar.gz) = 1557340 +TIMESTAMP = 1579113725 +SHA256 (polkit-0.116.tar.gz) = 88170c9e711e8db305a12fdb8234fac5706c61969b94e084d0f117d8ec5d34b1 +SIZE (polkit-0.116.tar.gz) = 1548311 diff --git a/sysutils/polkit/files/patch-src_polkitbackend_polkitbackendjsauthority.cpp b/sysutils/polkit/files/patch-src_polkitbackend_polkitbackendjsauthority.cpp new file mode 100644 index 000000000000..5c403935a5c2 --- /dev/null +++ b/sysutils/polkit/files/patch-src_polkitbackend_polkitbackendjsauthority.cpp @@ -0,0 +1,11 @@ +--- src/polkitbackend/polkitbackendjsauthority.cpp.orig 2019-04-02 12:54:12 UTC ++++ src/polkitbackend/polkitbackendjsauthority.cpp +@@ -567,6 +567,8 @@ polkit_backend_js_authority_finalize (GObject *object) + g_strfreev (authority->priv->rules_dirs); + + delete authority->priv->ac; ++ delete authority->priv->js_global; ++ delete authority->priv->js_polkit; + + JS_DestroyContext (authority->priv->cx); + /* JS_ShutDown (); */ diff --git a/sysutils/polkit/pkg-plist b/sysutils/polkit/pkg-plist index 0b55c0ac9872..ba3fbfe5fea5 100644 --- a/sysutils/polkit/pkg-plist +++ b/sysutils/polkit/pkg-plist @@ -62,6 +62,7 @@ share/locale/de/LC_MESSAGES/polkit-1.mo share/locale/hr/LC_MESSAGES/polkit-1.mo share/locale/hu/LC_MESSAGES/polkit-1.mo share/locale/id/LC_MESSAGES/polkit-1.mo +share/locale/it/LC_MESSAGES/polkit-1.mo share/locale/pl/LC_MESSAGES/polkit-1.mo share/locale/pt_BR/LC_MESSAGES/polkit-1.mo share/locale/sk/LC_MESSAGES/polkit-1.mo |
