pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qgreylist Honor custom values of ${QMAIL_DAEMON_U...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/148fb731302a
branches:  trunk
changeset: 361881:148fb731302a
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Apr 27 20:27:36 2017 +0000

description:
Honor custom values of ${QMAIL_DAEMON_USER}. Define LICENSE. Comment
the patch.

diffstat:

 mail/qgreylist/Makefile         |  9 ++++++---
 mail/qgreylist/distinfo         |  4 ++--
 mail/qgreylist/patches/patch-aa |  4 +++-
 3 files changed, 11 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 0b7ea41412f3 -r 148fb731302a mail/qgreylist/Makefile
--- a/mail/qgreylist/Makefile   Thu Apr 27 20:21:51 2017 +0000
+++ b/mail/qgreylist/Makefile   Thu Apr 27 20:27:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:31 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/04/27 20:27:36 schmonz Exp $
 #
 
 DISTNAME=              qgreylist-0.3
@@ -9,6 +9,7 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://www.jonatkins.com/page/software/qgreylist
 COMMENT=               Simple greylisting for qmail
+LICENSE=               mit
 
 DEPENDS_QMAIL=         qmail>=1.03nb8:../../mail/qmail
 DEPENDS+=              ${DEPENDS_QMAIL}
@@ -16,10 +17,12 @@
 WRKSRC=                        ${WRKDIR}/qgreylist
 
 USE_TOOLS+=            perl:run
-OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/greylist qmaild wheel 0755
-OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/whitelist qmaild wheel 0755
+OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/greylist ${QMAIL_DAEMON_USER} wheel 0755
+OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/whitelist ${QMAIL_DAEMON_USER} wheel 0755
 NO_BUILD=              yes
 
+BUILD_DEFS+=           QMAIL_DAEMON_USER
+
 REPLACE_PERL=          greylist
 
 .include "../../mk/bsd.prefs.mk"
diff -r 0b7ea41412f3 -r 148fb731302a mail/qgreylist/distinfo
--- a/mail/qgreylist/distinfo   Thu Apr 27 20:21:51 2017 +0000
+++ b/mail/qgreylist/distinfo   Thu Apr 27 20:27:36 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:27:18 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/04/27 20:27:36 schmonz Exp $
 
 SHA1 (qgreylist-0.3.tar.gz) = 9abaed7fd76f02a1090d1cf2eaad1e43dfa2f6d1
 RMD160 (qgreylist-0.3.tar.gz) = 8f85e1d19d7d9517f21c3b0f6fe0c38332e26fca
 SHA512 (qgreylist-0.3.tar.gz) = 126ba93090ad4889c8e223087f25d752435a9aaa21884540a59f1578595d6a22a97b9b4e77c42fce2b3ccc424df7dfab95d3c99999740da98cc8c25170b22d7c
 Size (qgreylist-0.3.tar.gz) = 5822 bytes
-SHA1 (patch-aa) = afcee4cfd00481b71924ff2e0b96ad64522a8c3e
+SHA1 (patch-aa) = 1991a7374c21d8caa58dab51eed868c767e2da6e
diff -r 0b7ea41412f3 -r 148fb731302a mail/qgreylist/patches/patch-aa
--- a/mail/qgreylist/patches/patch-aa   Thu Apr 27 20:21:51 2017 +0000
+++ b/mail/qgreylist/patches/patch-aa   Thu Apr 27 20:27:36 2017 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2005/10/13 17:01:47 schmonz Exp $
+$NetBSD: patch-aa,v 1.3 2017/04/27 20:27:36 schmonz Exp $
+
+Adjust to more modern Sys::Syslog. Fix typos in error messages.
 
 --- greylist.orig      2005-01-17 08:38:07.000000000 -0500
 +++ greylist



Home | Main Index | Thread Index | Old Index