1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 0.98

- Take maintainership

Changes:	http://search.cpan.org/dist/Tie-File/ChangeLog
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-23 21:16:06 +00:00
parent 618d41c57c
commit 7ce69ec8b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287950
3 changed files with 4 additions and 19 deletions

View File

@ -6,20 +6,16 @@
#
PORTNAME= Tie-File
PORTVERSION= 0.96
PORTREVISION= 2
PORTVERSION= 0.98
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Access the lines of a disk file via a Perl array
PERL_CONFIGURE= yes
MAN3= Tie::File.3
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Tie-File-0.96.tar.gz) = 936683538d2abc977451f2ea27b06e2b004cbc41fcd8633d16583674f006c54f
SIZE (Tie-File-0.96.tar.gz) = 67992
SHA256 (Tie-File-0.98.tar.gz) = 6f8a72d41582e744349c43677f7f64c7591c557dd790205b99f374a05062fbcd
SIZE (Tie-File-0.98.tar.gz) = 69921

View File

@ -1,11 +0,0 @@
--- lib/Tie/File.pm.orig 2008-11-14 21:42:37.000000000 +0100
+++ lib/Tie/File.pm 2008-11-14 21:42:46.000000000 +0100
@@ -89,7 +89,7 @@
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]...";