pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Mail-Alias



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Apr 22 13:31:00 UTC 2022

Modified Files:
        pkgsrc/mail/p5-Mail-Alias: Makefile distinfo

Log Message:
Update to 1.15

Upstream changes:
1.15 28 February 2022

  Fix RT#141577: Add missing test file to package so that tests don't fail.

1.14 27 February 2022

  Fix `make test` so it actually fails if there's a test failure.

  Fix RT#20388: Support whitespace after :include: in Sendmail format.

  Fix Sendmail format so it no longer ignores the last alias in the file if it
  ends with a continuation line and there aren't any blank lines or comments
  after it.

  Fix RT#19419: Don't mask INC in _include_file.

1.13 26 February 2022

  New maintainer: Jonathan Kamens <jik%kamens.us@localhost>

  Fix syntax error under recent versions of Perl, i.e., make the module work
  again.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/p5-Mail-Alias/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/p5-Mail-Alias/distinfo

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-Alias/Makefile
diff -u pkgsrc/mail/p5-Mail-Alias/Makefile:1.16 pkgsrc/mail/p5-Mail-Alias/Makefile:1.17
--- pkgsrc/mail/p5-Mail-Alias/Makefile:1.16     Mon May 24 19:52:48 2021
+++ pkgsrc/mail/p5-Mail-Alias/Makefile  Fri Apr 22 13:31:00 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:48 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/22 13:31:00 wen Exp $
 
-DISTNAME=      Mail-Alias-1.12
+DISTNAME=      Mail-Alias-1.15
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   12
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 

Index: pkgsrc/mail/p5-Mail-Alias/distinfo
diff -u pkgsrc/mail/p5-Mail-Alias/distinfo:1.4 pkgsrc/mail/p5-Mail-Alias/distinfo:1.5
--- pkgsrc/mail/p5-Mail-Alias/distinfo:1.4      Tue Oct 26 10:54:15 2021
+++ pkgsrc/mail/p5-Mail-Alias/distinfo  Fri Apr 22 13:31:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:54:15 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/22 13:31:00 wen Exp $
 
-BLAKE2s (Mail-Alias-1.12.tar.gz) = 784baeaa0e57e147186f93cccb063bf3b20750d8600bbd3e2dd9c4927b6db9b1
-SHA512 (Mail-Alias-1.12.tar.gz) = 8a74f55b566e00495b3c8f32b52200aa252bc297b2682a4e4bbd8cde60267ad5233773a33065dd12ce955be760486b526e7dc8a1a56cac8acdea543dc0f51f17
-Size (Mail-Alias-1.12.tar.gz) = 10650 bytes
+BLAKE2s (Mail-Alias-1.15.tar.gz) = 5c5731a21a5cf7295a0cebf032bb3b01030223c4f40387c50d9b02943613f63f
+SHA512 (Mail-Alias-1.15.tar.gz) = 43fb186d5da2fbff05f7baa04390dad80ebeda410b6bc30f9a71d482b5a00f2c305810bc7c8edbd3e360560c00d1846566296f5ee87e9287e727ce7a00741f33
+Size (Mail-Alias-1.15.tar.gz) = 11977 bytes



Home | Main Index | Thread Index | Old Index