pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail-run



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Dec 30 19:09:05 UTC 2018

Modified Files:
        pkgsrc/mail/qmail-run: Makefile
        pkgsrc/mail/qmail-run/files: qmail.sh

Log Message:
Require latest acceptutils and rejectutils. While here, remove ancient
chkconfig comment in the qmail rc.d script (not sure this ever worked,
and now we have rc.d-boot). Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/mail/qmail-run/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/qmail-run/files/qmail.sh

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

Modified files:

Index: pkgsrc/mail/qmail-run/Makefile
diff -u pkgsrc/mail/qmail-run/Makefile:1.67 pkgsrc/mail/qmail-run/Makefile:1.68
--- pkgsrc/mail/qmail-run/Makefile:1.67 Sun Dec 16 05:32:07 2018
+++ pkgsrc/mail/qmail-run/Makefile      Sun Dec 30 19:09:04 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2018/12/16 05:32:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.68 2018/12/30 19:09:04 schmonz Exp $
 #
 
-DISTNAME=              qmail-run-20181216
+DISTNAME=              qmail-run-20181230
 CATEGORIES=            mail
 MASTER_SITES=          # empty
 DISTFILES=             # empty
@@ -15,9 +15,9 @@ DEPENDS+=             greylisting-spp-[0-9]*:../../
 DEPENDS+=              pkg_alternatives-[0-9]*:../../pkgtools/pkg_alternatives
 DEPENDS_QMAIL=         qmail>=1.03nb42:../../mail/qmail
 DEPENDS+=              ${DEPENDS_QMAIL}
-DEPENDS+=              qmail-acceptutils>=20181128:../../mail/qmail-acceptutils
+DEPENDS+=              qmail-acceptutils>=20181228:../../mail/qmail-acceptutils
 DEPENDS+=              qmail-qfilter>1.5nb1:../../mail/qmail-qfilter
-DEPENDS+=              qmail-rejectutils>=20181128:../../mail/qmail-rejectutils
+DEPENDS+=              qmail-rejectutils>=20181230:../../mail/qmail-rejectutils
 DEPENDS+=              qmail-spp-spf-[0-9]*:../../mail/qmail-spp-spf
 
 WRKSRC=                        ${WRKDIR}

Index: pkgsrc/mail/qmail-run/files/qmail.sh
diff -u pkgsrc/mail/qmail-run/files/qmail.sh:1.8 pkgsrc/mail/qmail-run/files/qmail.sh:1.9
--- pkgsrc/mail/qmail-run/files/qmail.sh:1.8    Fri Dec 14 06:55:07 2018
+++ pkgsrc/mail/qmail-run/files/qmail.sh        Sun Dec 30 19:09:05 2018
@@ -1,14 +1,10 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: qmail.sh,v 1.8 2018/12/14 06:55:07 schmonz Exp $
+# $NetBSD: qmail.sh,v 1.9 2018/12/30 19:09:05 schmonz Exp $
 #
 # @PKGNAME@ master script for administrators to control qmail
 # services. Usage resembles the qmailctl script from "Life with qmail".
 #
-# For Red Hat chkconfig
-# chkconfig: - 80 30
-# description: the qmail MTA
-#
 
 # KEYWORD: nostart
 



Home | Main Index | Thread Index | Old Index