Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0D5E84D5B for ; Mon, 4 Sep 2023 05:46:30 +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 N2P2wRdY7xrg for ; Mon, 4 Sep 2023 05:46:30 +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 2F75E84D1C for ; Mon, 4 Sep 2023 05:46:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2481AFBDB; Mon, 4 Sep 2023 05:46:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693806390117110" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 05:46:30 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/mail/opensmtpd-filter-dkimsign To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230904054630.2481AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693806390117110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Mon Sep 4 05:46:30 UTC 2023 Modified Files: pkgsrc/mail/opensmtpd-filter-dkimsign: Makefile Log Message: opensmtpd-filter-dkimsign: HOMEPAGE fix. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693806390117110 Content-Disposition: inline Content-Length: 830 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile diff -u pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.1 pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.2 --- pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.1 Sun Sep 3 13:00:42 2023 +++ pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile Mon Sep 4 05:46:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/09/03 13:00:42 vins Exp $ +# $NetBSD: Makefile,v 1.2 2023/09/04 05:46:29 vins Exp $ DISTNAME= filter-dkimsign-0.6 PKGNAME= ${DISTNAME:S|^|opensmtpd-|} @@ -6,7 +6,7 @@ CATEGORIES= mail MASTER_SITES= https://imperialat.at/releases/ MAINTAINER= vins@NetBSD.org -HOMEPAGE= https://imperialat.at/releases/ +HOMEPAGE= http://imperialat.at/dev/filter-dkimsign/ COMMENT= OpenSMTPD filter integration for signing mail with DKIM LICENSE= isc --_----------=_1693806390117110--