pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Tie-File Update p5-Tie-File to 0.98, to be ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d38e81b0606c
branches:  trunk
changeset: 601749:d38e81b0606c
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Mar 26 13:11:15 2012 +0000

description:
Update p5-Tie-File to 0.98, to be newer than perl5 builtin version.
While here, set LICENSE same as perl5.

What's new in version 0.98:
 - No changes. Production release after CPAN testers cleared.

What's new in version 0.97_01:
All changes in this release are from perl 5 porters:
 - Update address for FSF in POD
 - z/OS: CPAN-ized ext/ and lib/
 - Missing ; in Tie::File
 - Typos in comments
 - BeOS specific Updates
 - turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
 - fix for VMS - last if $last_read_was_short

diffstat:

 devel/p5-Tie-File/Makefile         |   6 +++---
 devel/p5-Tie-File/distinfo         |   9 ++++-----
 devel/p5-Tie-File/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (54 lines):

diff -r 1ce0019bda93 -r d38e81b0606c devel/p5-Tie-File/Makefile
--- a/devel/p5-Tie-File/Makefile        Mon Mar 26 13:07:34 2012 +0000
+++ b/devel/p5-Tie-File/Makefile        Mon Mar 26 13:11:15 2012 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2012/02/02 09:30:28 hans Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/26 13:11:15 obache Exp $
 #
 
-DISTNAME=      Tie-File-0.96
+DISTNAME=      Tie-File-0.98
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 SVR4_PKGNAME=  p5tfi
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tie/}
@@ -11,6 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Tie-File/
 COMMENT=       Access the lines of a disk file via a Perl array
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 1ce0019bda93 -r d38e81b0606c devel/p5-Tie-File/distinfo
--- a/devel/p5-Tie-File/distinfo        Mon Mar 26 13:07:34 2012 +0000
+++ b/devel/p5-Tie-File/distinfo        Mon Mar 26 13:11:15 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/12/18 00:20:10 he Exp $
+$NetBSD: distinfo,v 1.3 2012/03/26 13:11:15 obache Exp $
 
-SHA1 (Tie-File-0.96.tar.gz) = 61e90791422424b13797adfbda7b7eb8f08dd38a
-RMD160 (Tie-File-0.96.tar.gz) = d81ff7d8bcb78832c473293a123cebcd1847b634
-Size (Tie-File-0.96.tar.gz) = 67992 bytes
-SHA1 (patch-aa) = 28f55f45b991484d7d201e0b1c20735107bfcb69
+SHA1 (Tie-File-0.98.tar.gz) = 75d2f6bdba0563fea8741a9f3f5b1b661dde29f6
+RMD160 (Tie-File-0.98.tar.gz) = f8549edfdee0f93f9a5fed5636c8a3b6c08f33d5
+Size (Tie-File-0.98.tar.gz) = 69921 bytes
diff -r 1ce0019bda93 -r d38e81b0606c devel/p5-Tie-File/patches/patch-aa
--- a/devel/p5-Tie-File/patches/patch-aa        Mon Mar 26 13:07:34 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/12/18 00:20:10 he Exp $
-
---- lib/Tie/File.pm.orig       2003-05-27 18:05:41.000000000 +0200
-+++ lib/Tie/File.pm
-@@ -89,7 +89,7 @@ sub TIEARRAY {
-     unless (seek $file, 1, SEEK_SET) {
-       croak "$pack: your filehandle does not appear to be seekable";
-     }
--    seek $file, 0, SEEK_SET     # put it back
-+    seek $file, 0, SEEK_SET;    # put it back
-     $fh = $file;                # setting binmode is the user's problem
-   } elsif (ref $file) {
-     croak "usage: tie \@array, $pack, filename, [option => value]...";



Home | Main Index | Thread Index | Old Index