Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 276A585CBF for ; Sun, 22 Oct 2023 15:06: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 z7YHFJtQIy5u for ; Sun, 22 Oct 2023 15:06:36 +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 78B1F85CBE for ; Sun, 22 Oct 2023 15:06:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CC1CFADC; Sun, 22 Oct 2023 15:06:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697987196265720" MIME-Version: 1.0 Date: Sun, 22 Oct 2023 15:06:36 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/mail/p5-Mail-DKIM To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20231022150636.6CC1CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697987196265720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Oct 22 15:06:36 UTC 2023 Modified Files: pkgsrc/mail/p5-Mail-DKIM: Makefile Log Message: p5-Mail-DKIM: Add missing dependency on CryptX To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/mail/p5-Mail-DKIM/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697987196265720 Content-Disposition: inline Content-Length: 950 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-DKIM/Makefile diff -u pkgsrc/mail/p5-Mail-DKIM/Makefile:1.53 pkgsrc/mail/p5-Mail-DKIM/Makefile:1.54 --- pkgsrc/mail/p5-Mail-DKIM/Makefile:1.53 Fri Aug 25 07:39:16 2023 +++ pkgsrc/mail/p5-Mail-DKIM/Makefile Sun Oct 22 15:06:36 2023 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2023/08/25 07:39:16 wen Exp $ +# $NetBSD: Makefile,v 1.54 2023/10/22 15:06:36 gdt Exp $ DISTNAME= Mail-DKIM-1.20230630 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -11,6 +12,7 @@ COMMENT= Perl5 module for DKIM-based ma LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA +DEPENDS+= p5-CryptX>=0.0:../../security/p5-CryptX DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML --_----------=_1697987196265720--