Subject: pkg/34512: [update] misc/mtail
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 09/12/2006 13:20:01
>Number: 34512
>Category: pkg
>Synopsis: [update] misc/mtail
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Sep 12 13:20:01 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 31 02:51:57 UTC 2006
builds@b4.netbsd.org:/home/builds/ab/netbsd-4/i386/200608300000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC
>Description:
- Update to 1.1.1
- Changelog
* 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.
>How-To-Repeat:
>Fix:
--- mtail.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/misc/mtail/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 5 Feb 2006 23:10:12 -0000 1.8
+++ Makefile 12 Sep 2006 12:17:14 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:12 joerg 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
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/misc/mtail/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 24 Feb 2005 11:02:56 -0000 1.4
+++ distinfo 12 Sep 2006 12:17:23 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2005/02/24 11:02:56 agc 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
--- mtail.diff ends here ---