diff options
author | mef <mef@pkgsrc.org> | 2016-02-08 03:13:38 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-02-08 03:13:38 +0000 |
commit | 0369f3c7b63e84d1311cf2e2d8f1a19e1026bffe (patch) | |
tree | 6293746f53f8ab55da75b98de40b2fad93574c6d /misc | |
parent | 21cfe106738b34348079fb032af9e2ca1e9995ca (diff) | |
download | pkgsrc-0369f3c7b63e84d1311cf2e2d8f1a19e1026bffe.tar.gz |
Update 1.0 to 1.3
-----------------
1.1 Lee Duncan drew my attention to Stephan Muller's fixes for Windows
compatibility
Changed the use of the system's mv command to using File::Copy in the
tests. (Steffen Mueller)
Added machine-readable license statement to Makefile.PL and thus
META.yml (Steffen Mueller)
The sixth test in 10/open.t is skipped on win32 because you can't just
move files around that are opened. (Steffen Mueller)
Due to using sysread and friends, there were newline problems on win32.
That should be fixed now. (Steffen Mueller)
1.2 Break the infinite loop that can result when the average length of lines
causes the attempt to fill the tail buffer to fill with the exact same
or even smaller number of lines.
1.3 Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic)
Added a warning for use of debug in a non-debug version of File::Tail
Shows a warning when maxbuf is set to a too-small value
Invoking name_changes callback changes the value of input attribute
(sottile@ix.netcom.com)
When deciding to reopen the file, check if the inode matches (that
would mean it has not been ranamed)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-File-Tail/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-File-Tail/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/p5-File-Tail/Makefile b/misc/p5-File-Tail/Makefile index dffade82ac9..94868cc4149 100644 --- a/misc/p5-File-Tail/Makefile +++ b/misc/p5-File-Tail/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:25 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/02/08 03:13:38 mef Exp $ -DISTNAME= File-Tail-1.0 +DISTNAME= File-Tail-1.3 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/misc/p5-File-Tail/distinfo b/misc/p5-File-Tail/distinfo index d85c3bb8532..f07bc30b898 100644 --- a/misc/p5-File-Tail/distinfo +++ b/misc/p5-File-Tail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:49:45 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/02/08 03:13:38 mef Exp $ -SHA1 (File-Tail-1.0.tar.gz) = d80bf6d9cd1c74bed34e6eac3bf37a1c6ced2096 -RMD160 (File-Tail-1.0.tar.gz) = ffaa9abfd4dcacabbc94f8bf11001050f5a05e03 -SHA512 (File-Tail-1.0.tar.gz) = 8ad120e83fcf18d05f686c637f96af7dd0b5b04186e0b3fbfdf802bf82effaa16377fce15887d395abd03f9ebe4db2685d1d8e40f0b7b19b08ad71a93042551f -Size (File-Tail-1.0.tar.gz) = 23092 bytes +SHA1 (File-Tail-1.3.tar.gz) = 1a6be3bc767070a7c63dee8004f6f131687870b2 +RMD160 (File-Tail-1.3.tar.gz) = 0e4657c81a7cdf85e61bb17504e8a4afd0605a95 +SHA512 (File-Tail-1.3.tar.gz) = 942f87880d0d8b79c521248cdbc449daafbd117a2a3700e2dbcc7fe7a6046e5783e8616b6c32de513f85a56663b63c4dde217e9e124216ba6a605c645db2bde9 +Size (File-Tail-1.3.tar.gz) = 24412 bytes |