diff options
author | schmonz <schmonz> | 2014-02-20 16:27:21 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-02-20 16:27:21 +0000 |
commit | 591fe15b2a72c069b88a55d861bfed2bc85e23d9 (patch) | |
tree | b0f32e7bd1eb70cdc2d504fb33ab6fcb04d96e79 /mail/p5-Mail-Ezmlm | |
parent | 6d772b136dc876fa004bcbb6e47ad76b245b52b6 (diff) | |
download | pkgsrc-591fe15b2a72c069b88a55d861bfed2bc85e23d9.tar.gz |
Update to 0.08.2. From the changelog:
- fixed handling of the 'owner' setting for ezmlm-idx > v5
- updated ezmlm-idx version detection
- allow "@" in the path of a mailing list
- add modules Mail::Ezmlm::GpgKeyRing and Mail::Ezmlm::GpgEzmlm
- fixed issues of Mail::Ezmlm::GpgEzmlm with ezmlm-idx v0.4x lists
- added check for external dependency to the test script
Diffstat (limited to 'mail/p5-Mail-Ezmlm')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Ezmlm/distinfo | 10 | ||||
-rw-r--r-- | mail/p5-Mail-Ezmlm/patches/patch-aa | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index d5bc2597b9c..66d2f08c4ec 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/02/20 16:27:21 schmonz Exp $ # -DISTNAME= Ezmlm-0.07.2 +DISTNAME= Ezmlm-0.08.2 PKGNAME= p5-Mail-${DISTNAME} -PKGREVISION= 6 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Ezmlm/distinfo b/mail/p5-Mail-Ezmlm/distinfo index 466d343935e..f798fb62fae 100644 --- a/mail/p5-Mail-Ezmlm/distinfo +++ b/mail/p5-Mail-Ezmlm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/08/01 21:01:26 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2014/02/20 16:27:21 schmonz Exp $ -SHA1 (Ezmlm-0.07.2.tar.gz) = 0915813ffd90ca2b6498199d8e08351f38946b91 -RMD160 (Ezmlm-0.07.2.tar.gz) = f06d95584a97d2608e542ab92be0132de4444961 -Size (Ezmlm-0.07.2.tar.gz) = 15494 bytes -SHA1 (patch-aa) = 181f789c489c297b4318dfc948c6c351ad1675f3 +SHA1 (Ezmlm-0.08.2.tar.gz) = a6fffeb4ae3cda749c9bee3326cb02c4f9a1e1b3 +RMD160 (Ezmlm-0.08.2.tar.gz) = b114e47b839756debb260b3477c338395ff25bf3 +Size (Ezmlm-0.08.2.tar.gz) = 25380 bytes +SHA1 (patch-aa) = b63d3a932ce3a67413c31286e444877da6ccb7c4 diff --git a/mail/p5-Mail-Ezmlm/patches/patch-aa b/mail/p5-Mail-Ezmlm/patches/patch-aa index e6c5c444a74..25650d9141b 100644 --- a/mail/p5-Mail-Ezmlm/patches/patch-aa +++ b/mail/p5-Mail-Ezmlm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2008/08/01 21:01:26 schmonz Exp $ +$NetBSD: patch-aa,v 1.3 2014/02/20 16:27:21 schmonz Exp $ ---- Ezmlm.pm.orig 2006-06-19 21:01:35.000000000 -0400 +--- Ezmlm.pm.orig 2008-10-16 01:22:44.000000000 +0000 +++ Ezmlm.pm -@@ -57,9 +57,9 @@ $VERSION = '0.07'; +@@ -58,9 +58,9 @@ $VERSION = '0.08.2'; require 5.005; # == Begin site dependant variables == |