FreeBSD Bugzilla – Attachment 211061 Details for
Bug 243378
sysutils/polkit: Update to 0.116
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update sysutils/polkit
polkit.diff (text/plain), 3.35 KB, created by
Olivier Duchateau
on 2020-01-26 12:29:29 UTC
(
hide
)
Description:
Patch to update sysutils/polkit
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2020-01-26 12:29:29 UTC
Size:
3.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 524173) >+++ Makefile (copie de travail) >@@ -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_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 @@ > > 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 @@ > --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 >Index: distinfo >=================================================================== >--- distinfo (révision 524173) >+++ distinfo (copie de travail) >@@ -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 >Index: files/patch-src_polkitbackend_polkitbackendjsauthority.cpp >=================================================================== >--- files/patch-src_polkitbackend_polkitbackendjsauthority.cpp (nonexistent) >+++ files/patch-src_polkitbackend_polkitbackendjsauthority.cpp (copie de travail) >@@ -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 (); */ > >Property changes on: files/patch-src_polkitbackend_polkitbackendjsauthority.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 524173) >+++ pkg-plist (copie de travail) >@@ -62,6 +62,7 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243378
:
210769
| 211061