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/ezmlm-idx/Makefile | |
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/ezmlm-idx/Makefile')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |