Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B9E301A9239 for ; Mon, 2 Nov 2020 10:53:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3973B84D6A; Mon, 2 Nov 2020 10:53:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B55CC84CEE for ; Mon, 2 Nov 2020 10:53:05 +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 TzI-CbDWdL1g for ; Mon, 2 Nov 2020 10:53:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 14B2D84CED for ; Mon, 2 Nov 2020 10:53:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D750FB28; Mon, 2 Nov 2020 10:53:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160431438588930" MIME-Version: 1.0 Date: Mon, 2 Nov 2020 10:53:05 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/qremote To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20201102105305.0D750FB28@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. --_----------=_160431438588930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Nov 2 10:53:04 UTC 2020 Modified Files: pkgsrc/mail/qremote: Makefile PLIST Log Message: Also install showdnsmx, as mentioned on the webpage. Ride recent import. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/qremote/Makefile \ pkgsrc/mail/qremote/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160431438588930 Content-Disposition: inline Content-Length: 1199 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/qremote/Makefile diff -u pkgsrc/mail/qremote/Makefile:1.1 pkgsrc/mail/qremote/Makefile:1.2 --- pkgsrc/mail/qremote/Makefile:1.1 Mon Nov 2 10:24:58 2020 +++ pkgsrc/mail/qremote/Makefile Mon Nov 2 10:53:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/11/02 10:24:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/02 10:53:04 schmonz Exp $ DISTNAME= qremote-20131231 CATEGORIES= mail @@ -29,6 +29,7 @@ do-install: for i in qremote curvecpclient curvecpmessage rsmtp; do \ ${INSTALL_PROGRAM} ${WRKSRC}/qmail-$${i} ${DESTDIR}${PREFIX}/bin; \ done + ${INSTALL_PROGRAM} ${WRKSRC}/showdnsmx ${DESTDIR}${PREFIX}/bin .include "../../mk/djbware.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/qremote/PLIST diff -u pkgsrc/mail/qremote/PLIST:1.1 pkgsrc/mail/qremote/PLIST:1.2 --- pkgsrc/mail/qremote/PLIST:1.1 Mon Nov 2 10:24:58 2020 +++ pkgsrc/mail/qremote/PLIST Mon Nov 2 10:53:04 2020 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2020/11/02 10:24:58 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/11/02 10:53:04 schmonz Exp $ bin/qmail-curvecpclient bin/qmail-curvecpmessage bin/qmail-qremote bin/qmail-rsmtp +bin/showdnsmx --_----------=_160431438588930--