pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qgreylist



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Oct 31 20:37:20 UTC 2018

Modified Files:
        pkgsrc/mail/qgreylist: Makefile

Log Message:
OWN_DIRS_PERMS to ${REAL_ROOT_GROUP}, not "wheel". Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/qgreylist/Makefile

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

Modified files:

Index: pkgsrc/mail/qgreylist/Makefile
diff -u pkgsrc/mail/qgreylist/Makefile:1.20 pkgsrc/mail/qgreylist/Makefile:1.21
--- pkgsrc/mail/qgreylist/Makefile:1.20 Wed Aug 22 09:45:33 2018
+++ pkgsrc/mail/qgreylist/Makefile      Wed Oct 31 20:37:20 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/10/31 20:37:20 schmonz Exp $
 
 DISTNAME=              qgreylist-0.3
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            mail
 #MASTER_SITES=         ${HOMEPAGE}
 
@@ -16,8 +16,8 @@ DEPENDS+=             ${DEPENDS_QMAIL}
 WRKSRC=                        ${WRKDIR}/qgreylist
 
 USE_TOOLS+=            perl:run
-OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/greylist ${QMAIL_DAEMON_USER} wheel 0755
-OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/whitelist ${QMAIL_DAEMON_USER} wheel 0755
+OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/greylist ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 0755
+OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/whitelist ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 0755
 NO_BUILD=              yes
 
 BUILD_DEFS+=           QMAIL_DAEMON_USER



Home | Main Index | Thread Index | Old Index