diff options
author | zuntum <zuntum@pkgsrc.org> | 2007-08-08 23:19:57 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2007-08-08 23:19:57 +0000 |
commit | 86a3fa432efe3ebf640a07a6ca8c6823c848a68a (patch) | |
tree | 18395ee800a4f1092f358073d90a38f0f0fd93f0 /misc/mtail | |
parent | 327c1719487794896dce143918af04c0db93f63c (diff) | |
download | pkgsrc-86a3fa432efe3ebf640a07a6ca8c6823c848a68a.tar.gz |
Update misc/mtail to 1.1.1, provided by Martin Wilke <miwi@FreeBSD.org> in pkg/34512
Changes:
1.1.1:
* changed threading/signal handling code to accommodate changes in
python 2.0 (thanks to joseph grossberg for the bug report).
1.1.0:
* added support for tailing multiple files.
* added -v and -q options (and long versions) related to filename banner
printing.
* very minor bugfixes.
* added --config option to explicitly specify config file.
Diffstat (limited to 'misc/mtail')
-rw-r--r-- | misc/mtail/Makefile | 5 | ||||
-rw-r--r-- | misc/mtail/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index f0daf543a1a..20911850222 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:28 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/08/08 23:19:57 zuntum Exp $ # -DISTNAME= mtail-1.0.0 -PKGREVISION= 1 +DISTNAME= mtail-1.1.1 CATEGORIES= misc MASTER_SITES= http://matt.immute.net/src/mtail/ EXTRACT_SUFX= .tgz diff --git a/misc/mtail/distinfo b/misc/mtail/distinfo index a94d6517c47..b03c9aa5743 100644 --- a/misc/mtail/distinfo +++ b/misc/mtail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 11:02:56 agc Exp $ +$NetBSD: distinfo,v 1.5 2007/08/08 23:19:58 zuntum Exp $ -SHA1 (mtail-1.0.0.tgz) = c099b01bafaa63d3f8bcd5903278b05a7e4084b7 -RMD160 (mtail-1.0.0.tgz) = 0f6e58d817be4c2fbc7a45bfa65e71ea12e85606 -Size (mtail-1.0.0.tgz) = 8181 bytes +SHA1 (mtail-1.1.1.tgz) = 69df8bf2f2aadbdf979af2ab2d6519a8de6eaa6d +RMD160 (mtail-1.1.1.tgz) = 360ced7d669fb33219413c7f2ee51bf5c31ef0f0 +Size (mtail-1.1.1.tgz) = 9124 bytes |