diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-02-08 05:29:07 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-02-08 05:29:07 +0000 |
commit | 4883f02caae9707bbf60cfade2f5daa08971641e (patch) | |
tree | c6fd8a0bb59455d0e34391d1eef820afe2d2427a /mail | |
parent | b0a422a426761950258bb42108beb66ac0e0e16e (diff) | |
download | pkgsrc-4883f02caae9707bbf60cfade2f5daa08971641e.tar.gz |
Update to 0.434. From the changelog:
-Replaced the generic "ezmlm response" subject with unique subjects.
-Fixed failure to build/link ezmlm-mktab in the Makefile.
-Fixed a typo in the ezmlm-manage man page. Thanks Charles Cazabon.
-Updated the pt_BR language texts. Thanks Glen Stewart.
-Fixed broken invocation of ezmlm-confirm in ezmlmrc. Thanks SATOH
Fumiyasu.
-Fixed ezmlmrc template problem with moderated lists.
-Fixed a deadlock between ezmlm-confirm and ezmlm-store.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 4 | ||||
-rw-r--r-- | mail/ezmlm-idx/distinfo | 8 | ||||
-rw-r--r-- | mail/ezmlm-idx/patches/patch-aa | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 51381bf3059..58a67337949 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2005/01/10 04:50:23 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2005/02/08 05:29:07 schmonz Exp $ # .include "../../mail/ezmlm/Makefile.common" -DISTNAME= ezmlm-idx-0.433 +DISTNAME= ezmlm-idx-0.434 SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${PKGVERSION}/ MAINTAINER= schmonz@NetBSD.org diff --git a/mail/ezmlm-idx/distinfo b/mail/ezmlm-idx/distinfo index 9ef81a83772..726c56b5a73 100644 --- a/mail/ezmlm-idx/distinfo +++ b/mail/ezmlm-idx/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2005/01/10 04:50:23 schmonz Exp $ +$NetBSD: distinfo,v 1.9 2005/02/08 05:29:07 schmonz Exp $ -SHA1 (ezmlm-idx-0.433.tar.gz) = 99c0ecb2db35cf36e809f415eb238e4b80d96866 -Size (ezmlm-idx-0.433.tar.gz) = 570666 bytes +SHA1 (ezmlm-idx-0.434.tar.gz) = 201d4817d4b9fb59087ac9cfbce6dab46e45aee3 +Size (ezmlm-idx-0.434.tar.gz) = 574455 bytes SHA1 (ezmlm-0.53.tar.gz) = 3a7b618737fed8b774bec69c272d70f4142c1e30 Size (ezmlm-0.53.tar.gz) = 62693 bytes -SHA1 (patch-aa) = baed20dfa32264db81cd738f0f3bcba66ab1cba2 +SHA1 (patch-aa) = 43eded22506645181cea0421489cca69fa7bb744 SHA1 (patch-ab) = b80311e9aefe638e2ecc579c3d703c620e2cb064 diff --git a/mail/ezmlm-idx/patches/patch-aa b/mail/ezmlm-idx/patches/patch-aa index c0e58de1f23..cb2eeba3b3d 100644 --- a/mail/ezmlm-idx/patches/patch-aa +++ b/mail/ezmlm-idx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2004/12/29 22:13:56 schmonz Exp $ +$NetBSD: patch-aa,v 1.5 2005/02/08 05:29:07 schmonz Exp $ ---- idx.h.orig 2004-12-01 23:30:11.000000000 -0500 +--- idx.h.orig 2005-02-03 18:04:22.000000000 -0500 +++ idx.h -@@ -241,7 +241,7 @@ +@@ -250,7 +250,7 @@ /* ezmlm-make looks first (unless the -c switch is specified) before */ /* falling back to the (usually unchanged) version in the ezmlm bin */ /* directory. */ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2004/12/29 22:13:56 schmonz Exp $ /* same name added to auto_bin. Note leading slash! */ #define TXT_EZMLMRC "/ezmlmrc" -@@ -256,7 +256,7 @@ +@@ -265,7 +265,7 @@ #define TXT_LOOPNUM "loopnum" /* ezmlm-cgi config file for normal SUID root install */ |