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:           Thu Apr 27 20:27:36 UTC 2017

Modified Files:
        pkgsrc/mail/qgreylist: Makefile distinfo
        pkgsrc/mail/qgreylist/patches: patch-aa

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/qgreylist/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/qgreylist/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/qgreylist/patches/patch-aa

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.17 pkgsrc/mail/qgreylist/Makefile:1.18
--- pkgsrc/mail/qgreylist/Makefile:1.17 Sat Jul  9 06:38:31 2016
+++ pkgsrc/mail/qgreylist/Makefile      Thu Apr 27 20:27:36 2017
@@ -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 @@ MASTER_SITES=           ${HOMEPAGE}
 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 @@ DEPENDS+=           ${DEPENDS_QMAIL}
 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"

Index: pkgsrc/mail/qgreylist/distinfo
diff -u pkgsrc/mail/qgreylist/distinfo:1.4 pkgsrc/mail/qgreylist/distinfo:1.5
--- pkgsrc/mail/qgreylist/distinfo:1.4  Tue Nov  3 23:27:18 2015
+++ pkgsrc/mail/qgreylist/distinfo      Thu Apr 27 20:27:36 2017
@@ -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

Index: pkgsrc/mail/qgreylist/patches/patch-aa
diff -u pkgsrc/mail/qgreylist/patches/patch-aa:1.2 pkgsrc/mail/qgreylist/patches/patch-aa:1.3
--- pkgsrc/mail/qgreylist/patches/patch-aa:1.2  Thu Oct 13 17:01:47 2005
+++ pkgsrc/mail/qgreylist/patches/patch-aa      Thu Apr 27 20:27:36 2017
@@ -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