Index: Makefile =================================================================== --- Makefile (révision 523154) +++ 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,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libmozjs-52.so:lang/spidermonkey52 -RUN_DEPENDS= dbus-launch:devel/dbus + libmozjs-60.so:lang/spidermonkey60 USERS= polkitd GROUPS= polkitd @@ -22,7 +20,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 +32,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 523154) +++ 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 523154) +++ 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