pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 29 16:21:07 UTC 2018

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: make sure target directory for config file copying exists.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/polkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.13 pkgsrc/security/polkit/Makefile:1.14
--- pkgsrc/security/polkit/Makefile:1.13        Wed Aug 22 09:46:29 2018
+++ pkgsrc/security/polkit/Makefile     Thu Nov 29 16:21:07 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/29 16:21:07 wiz Exp $
 
 DISTNAME=      polkit-0.115
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  http://www.freedesktop.org/software/polkit/releases/
 
@@ -51,6 +51,7 @@ OWN_DIRS_PERMS+=      ${PKG_SYSCONFDIR}/polki
                        ${POLKITD_USER} ${POLKITD_GROUP} 700
 OWN_DIRS_PERMS+=       ${PREFIX}/share/polkit-1/rules.d \
                        ${POLKITD_USER} ${POLKITD_GROUP} 700
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/dbus-1/system.d
 SPECIAL_PERMS+=                lib/polkit-1/polkit-agent-helper-1 ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=                bin/pkexec ${SETUID_ROOT_PERMS}
 



Home | Main Index | Thread Index | Old Index