diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-04-23 19:26:33 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-04-23 19:26:33 +0000 |
commit | d18a28208444bd53f78103e4a6de8edc898688a7 (patch) | |
tree | 609e13fa6eb279cc226514432a0b3005fa94402f /mail/tmda/Makefile | |
parent | 79daa5fedb252c91e5f27226c7ef2caf61419cd2 (diff) | |
download | pkgsrc-d18a28208444bd53f78103e4a6de8edc898688a7.tar.gz |
Update to 0.52:
* Fix a bug in tmda-pending that would result in delivered messages
being skipped during batch/delete (-bd) runs.
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index b3d0a33a946..aeaa5680fca 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/04/07 06:56:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/23 19:26:33 schmonz Exp $ # -DISTNAME= tmda-0.51 +DISTNAME= tmda-0.52 CATEGORIES= mail python MASTER_SITES= http://software.libertine.org/tmda/releases/ \ http://software.libertine.org/tmda/releases/old/ |