mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
parent
847479c553
commit
a14e412f1f
4 changed files with 16 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Koop Mast<kwm@FreeBSD.org>
|
||||
|
||||
PORTNAME= polkit
|
||||
PORTVERSION= 0.119
|
||||
PORTVERSION= 0.120
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1622741145
|
||||
SHA256 (polkit-0.119.tar.gz) = c8579fdb86e94295404211285fee0722ad04893f0213e571bd75c00972fd1f5c
|
||||
SIZE (polkit-0.119.tar.gz) = 1387409
|
||||
TIMESTAMP = 1633549962
|
||||
SHA256 (polkit-0.120.tar.gz) = ee7a599a853117bf273548725719fa92fabd2f136915c7a4906cee98567aee03
|
||||
SIZE (polkit-0.120.tar.gz) = 1626659
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- meson.build.orig 2021-06-03 13:56:35 UTC
|
||||
--- meson.build.orig 2021-09-29 19:16:29 UTC
|
||||
+++ meson.build
|
||||
@@ -129,7 +129,7 @@ assert(cc.has_function('XML_ParserCreate', dependencie
|
||||
@@ -136,7 +136,7 @@ assert(cc.has_function('XML_ParserCreate', dependencie
|
||||
mozjs_dep = dependency('mozjs-78')
|
||||
|
||||
dbus_dep = dependency('dbus-1')
|
||||
-dbus_confdir = dbus_dep.get_pkgconfig_variable('datadir', define_variable: ['datadir', pk_prefix / pk_datadir]) #changed from sysconfdir with respect to commit#8eada3836465838
|
||||
+dbus_confdir = dbus_dep.get_pkgconfig_variable('sysconfdir', define_variable: ['sysconfdir', pk_prefix / 'etc']) #changed from sysconfdir with respect to commit#8eada3836465838
|
||||
dbus_policydir = dbus_confdir / 'dbus-1/system.d'
|
||||
dbus_system_bus_services_dir = dbus_dep.get_pkgconfig_variable('system_bus_services_dir', define_variable: ['datadir', pk_prefix / pk_datadir])
|
||||
|
||||
@@ -318,15 +318,6 @@ endif
|
||||
dbus_dep = dependency('dbus-1', required: false)
|
||||
-dbus_policydir = pk_prefix / pk_datadir / 'dbus-1/system.d'
|
||||
+dbus_policydir = pk_prefix / pk_sysconfdir / 'dbus-1/system.d'
|
||||
if dbus_dep.found()
|
||||
dbus_system_bus_services_dir = dbus_dep.get_pkgconfig_variable('system_bus_services_dir', define_variable: ['datadir', pk_prefix / pk_datadir])
|
||||
else
|
||||
@@ -329,15 +329,6 @@ endif
|
||||
configure_file(
|
||||
output: 'config.h',
|
||||
configuration: config_h,
|
||||
|
@ -19,7 +19,7 @@
|
|||
- 'meson_post_install.py',
|
||||
- get_option('bindir'),
|
||||
- pk_pkgdatadir,
|
||||
- pk_pkglibdir,
|
||||
- pk_libprivdir,
|
||||
- pk_pkgsysconfdir,
|
||||
- polkitd_user,
|
||||
)
|
||||
|
|
|
@ -65,7 +65,9 @@ share/locale/id/LC_MESSAGES/polkit-1.mo
|
|||
share/locale/it/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/nn/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/pl/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/pt/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/ro/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/sk/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/sv/LC_MESSAGES/polkit-1.mo
|
||||
share/locale/tr/LC_MESSAGES/polkit-1.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue