Received: by mail.netbsd.org (Postfix, from userid 605) id D38D784E9A; Wed, 25 Jul 2018 16:42:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C539384CCE for ; Wed, 25 Jul 2018 16:42:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eS8JGCogtXav for ; Wed, 25 Jul 2018 16:42:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F299884C8D for ; Wed, 25 Jul 2018 16:42:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF8B3FBEC; Wed, 25 Jul 2018 16:42:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532536956287550" MIME-Version: 1.0 Date: Wed, 25 Jul 2018 16:42:36 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/qmail To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180725164236.EF8B3FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1532536956287550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jul 25 16:42:36 UTC 2018 Modified Files: pkgsrc/mail/qmail: Makefile Log Message: Add dependency on checkpassword-pam, since checkpassword is not yet licensed. Ride previous PKGREVISION bump. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/mail/qmail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532536956287550 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/qmail/Makefile diff -u pkgsrc/mail/qmail/Makefile:1.94 pkgsrc/mail/qmail/Makefile:1.95 --- pkgsrc/mail/qmail/Makefile:1.94 Wed Jul 25 16:32:34 2018 +++ pkgsrc/mail/qmail/Makefile Wed Jul 25 16:42:36 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2018/07/25 16:32:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.95 2018/07/25 16:42:36 schmonz Exp $ # DISTNAME= netqmail-1.06 @@ -12,6 +12,7 @@ HOMEPAGE= http://qmail.org/netqmail/ COMMENT= Secure, reliable, efficient, simple, and fast MTA LICENSE= public-domain +DEPENDS+= checkpassword-pam-[0-9]*:../../sysutils/checkpassword-pam DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= ucspi-tcp6-[0-9]*:../../net/ucspi-tcp6 --_----------=_1532536956287550--