diff options
author | schmonz <schmonz> | 2004-08-28 20:08:15 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-08-28 20:08:15 +0000 |
commit | 3ff212b4d48e29d73cec1d4fc9eefb579a80da8e (patch) | |
tree | 9322362a81fb7917c0d275b8063540c84a7b896d /mail | |
parent | 4ee7ba4b4b197941c7d714d7896bf11c0f059443 (diff) | |
download | pkgsrc-3ff212b4d48e29d73cec1d4fc9eefb579a80da8e.tar.gz |
Update to 0.9.0. From the changelog:
Version 0.9.0
22 October 2003
-many cleanups to the code
-mode of todo files was wrong in some cases when ext-todo was
in use or big-todo not in use; thanks to Thomas Palmieri and David Gartner
for their reports that helped me track this down.
Version 0.8.6
14 April 2002
-cleanups, better reporting of what queue_repair is doing.
Version 0.8.5
13 December 2001
-minor changes in reporting of ownership of files and directories
Diffstat (limited to 'mail')
-rw-r--r-- | mail/queue_repair/Makefile | 7 | ||||
-rw-r--r-- | mail/queue_repair/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/queue_repair/Makefile b/mail/queue_repair/Makefile index 23b6ca3ccc0..85c40fc61a0 100644 --- a/mail/queue_repair/Makefile +++ b/mail/queue_repair/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:56:55 martti Exp $ +# $NetBSD: Makefile,v 1.10 2004/08/28 20:08:15 schmonz Exp $ # -DISTNAME= queue-repair-0.8.4 +DISTNAME= queue-repair-0.9.0 CATEGORIES= mail -MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/queue_repair/ +MASTER_SITES= ${HOMEPAGE} MAINTAINER= zuntum@NetBSD.org +HOMEPAGE= http://www.qcc.sk.ca/~charlesc/software/queue_repair/ COMMENT= Check or correct most corruptions of the queue in qmail NO_BUILD= YES diff --git a/mail/queue_repair/distinfo b/mail/queue_repair/distinfo index a6a16e2c6ed..417cff44dcb 100644 --- a/mail/queue_repair/distinfo +++ b/mail/queue_repair/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/07/09 18:34:54 zuntum Exp $ +$NetBSD: distinfo,v 1.3 2004/08/28 20:08:15 schmonz Exp $ -SHA1 (queue-repair-0.8.4.tar.gz) = 248ff085ea2dd9396d0b7291a7153aa92d2f1196 -Size (queue-repair-0.8.4.tar.gz) = 14633 bytes +SHA1 (queue-repair-0.9.0.tar.gz) = 123a9034c2fbbda7ca7c193153d67c4837909e56 +Size (queue-repair-0.9.0.tar.gz) = 13913 bytes |