pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2023Q3] pkgsrc/mail/p5-Mail-DKIM



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Oct 23 18:36:34 UTC 2023

Modified Files:
        pkgsrc/mail/p5-Mail-DKIM [pkgsrc-2023Q3]: Makefile

Log Message:
Pullup ticket #6815 - requested by gdt
mail/p5-Mail-DKIM: add missing dependency

Revisions pulled up:
- mail/p5-Mail-DKIM/Makefile                                    1.54

---
   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.53.2.1 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.

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.53.2.1
--- pkgsrc/mail/p5-Mail-DKIM/Makefile:1.53      Fri Aug 25 07:39:16 2023
+++ pkgsrc/mail/p5-Mail-DKIM/Makefile   Mon Oct 23 18:36:34 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2023/08/25 07:39:16 wen Exp $
+# $NetBSD: Makefile,v 1.53.2.1 2023/10/23 18:36:34 bsiegert 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



Home | Main Index | Thread Index | Old Index