Received: by mail.netbsd.org (Postfix, from userid 605) id E6B9C8593D; Sun, 4 Feb 2024 17:37:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2358E84F74 for ; Sun, 4 Feb 2024 17:37:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Voidi7I-n3HV for ; Sun, 4 Feb 2024 17:37:14 +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 2BE5384CED for ; Sun, 4 Feb 2024 17:37:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D6FDFA42; Sun, 4 Feb 2024 17:37:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707068234214010" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 17:37:14 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/qmail-dkim-wrappers To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240204173714.1D6FDFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707068234214010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Feb 4 17:37:14 UTC 2024 Modified Files: pkgsrc/mail/qmail-dkim-wrappers: Makefile Log Message: qmail-dkim-wrappers: fix MASTER_SITES (oops). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/qmail-dkim-wrappers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707068234214010 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/qmail-dkim-wrappers/Makefile diff -u pkgsrc/mail/qmail-dkim-wrappers/Makefile:1.1 pkgsrc/mail/qmail-dkim-wrappers/Makefile:1.2 --- pkgsrc/mail/qmail-dkim-wrappers/Makefile:1.1 Sun Feb 4 07:12:13 2024 +++ pkgsrc/mail/qmail-dkim-wrappers/Makefile Sun Feb 4 17:37:13 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2024/02/04 07:12:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2024/02/04 17:37:13 schmonz Exp $ PKGNAME= qmail-dkim-wrappers-0.0.20211012 CATEGORIES= mail -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= https://www.memoryhole.net/qmail/ DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= qmail-remote.sh.txt dkverifier.sh.txt --_----------=_1707068234214010--