pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qmail-run Require latest acceptutils and rejectut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0162d1e83b29
branches: trunk
changeset: 389350:0162d1e83b29
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Dec 30 19:09:04 2018 +0000
description:
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.
diffstat:
mail/qmail-run/Makefile | 8 ++++----
mail/qmail-run/files/qmail.sh | 6 +-----
2 files changed, 5 insertions(+), 9 deletions(-)
diffs (44 lines):
diff -r 28acb6dba511 -r 0162d1e83b29 mail/qmail-run/Makefile
--- a/mail/qmail-run/Makefile Sun Dec 30 19:06:51 2018 +0000
+++ b/mail/qmail-run/Makefile Sun Dec 30 19:09:04 2018 +0000
@@ -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+= 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}
diff -r 28acb6dba511 -r 0162d1e83b29 mail/qmail-run/files/qmail.sh
--- a/mail/qmail-run/files/qmail.sh Sun Dec 30 19:06:51 2018 +0000
+++ b/mail/qmail-run/files/qmail.sh Sun Dec 30 19:09:04 2018 +0000
@@ -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