pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Temp Update from version 0.20nb1 to 0.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/147e6f1e5a2e
branches:  trunk
changeset: 551878:147e6f1e5a2e
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 20 22:11:20 2008 +0000

description:
Update from version 0.20nb1 to 0.21.

Upstream changes:

2008-11-12  Tim Jenness  <timj%poma.jach.hawaii.edu@localhost>

        ---- Release V0.21 CPAN ----

        * Temp.pm: Clean out $FILES_CREATED_BY_OBJECT when the destructor
        runs. Otherwise memory does not get returned. Really bad idea for
        daemons. (Thanks to Maxime Therreault RT #37621)

        * Temp.pm: Integrate patches from bleadperl for cygwin. (thanks to
        Jari Aalto RT #36376)

        * t/seekable.t: seekable test was failing on perl 5.6.0 so we now
        skip the specific test. (thanks to Zefram)

        * Temp.pm: Remove the test on the parent directory to see if a file
        can be written. This will be found out anyway as soon as the file open
        is attempted. AFS systems may fail a -w test but still allow a file to
        be created. (thanks to Christopher Ellison)

        * Temp.pm: Put an eval around rmtree. Some versions of rmtree croak
        if you attempt to remove a directory that you are inside. (debian bug
        479317 and RT #35779).

2008-03-15 Tim Jenness <tjenness%cpan.org@localhost>

        * Temp.pm: Localize special variables in END blocks and destructors.

diffstat:

 devel/p5-File-Temp/Makefile |  5 ++---
 devel/p5-File-Temp/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 940a41ce3cb9 -r 147e6f1e5a2e devel/p5-File-Temp/Makefile
--- a/devel/p5-File-Temp/Makefile       Sat Dec 20 22:07:45 2008 +0000
+++ b/devel/p5-File-Temp/Makefile       Sat Dec 20 22:11:20 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/10/19 19:17:54 he Exp $
+# $NetBSD: Makefile,v 1.22 2008/12/20 22:11:20 he Exp $
 #
 
-DISTNAME=      File-Temp-0.20
+DISTNAME=      File-Temp-0.21
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5fte
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
diff -r 940a41ce3cb9 -r 147e6f1e5a2e devel/p5-File-Temp/distinfo
--- a/devel/p5-File-Temp/distinfo       Sat Dec 20 22:07:45 2008 +0000
+++ b/devel/p5-File-Temp/distinfo       Sat Dec 20 22:11:20 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/01/15 23:32:05 wiz Exp $
+$NetBSD: distinfo,v 1.10 2008/12/20 22:11:20 he Exp $
 
-SHA1 (File-Temp-0.20.tar.gz) = 09ae9aaf00b49d5cb1689d166f7fd7daa7f844cf
-RMD160 (File-Temp-0.20.tar.gz) = 358e15d093cf721bf00e8aa771417bd00aa822af
-Size (File-Temp-0.20.tar.gz) = 37796 bytes
+SHA1 (File-Temp-0.21.tar.gz) = 90d85de2255cbd853934c830bd1ec92fd380e9d2
+RMD160 (File-Temp-0.21.tar.gz) = de57b1046b8cdfde32c5cff6230cca5154e96fd3
+Size (File-Temp-0.21.tar.gz) = 38612 bytes



Home | Main Index | Thread Index | Old Index