Updating devel/p5-FileHandle-Unget from 0.1622nb1 to 0.1623
pkgsrc changes: - Adding license definition Upstream changes: Version 0.1623: Sun Aug 9 2009 - Fixed a bug where files with binary data would sometimes cause an unitialized value warning at line 394 as well as incorrect behavior. (Thanks to Bill Nugent <whn@lopi.com> for the bug report and initial patch.) - Removed unused ExtUtils::MakeMaker::bytes, which doesn't exist anymore anyway. (Thanks to Slaven Rezi'c <srezic@cpan.org> for the bug report.)
This commit is contained in:
parent
0db463e581
commit
f324ff257f
2 changed files with 8 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.10 2008/10/19 19:17:54 he Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/09/12 20:02:54 sno Exp $
|
||||
|
||||
DISTNAME= FileHandle-Unget-0.1622
|
||||
DISTNAME= FileHandle-Unget-0.1623
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/FileHandle-Unget/
|
||||
COMMENT= Perl5 module providing an improved filehandle
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/FileHandle/Unget/.packlist
|
||||
#PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
# for tests:
|
||||
USE_TOOLS+= perl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/08/05 10:12:54 he Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/09/12 20:02:54 sno Exp $
|
||||
|
||||
SHA1 (FileHandle-Unget-0.1622.tar.gz) = 48ab3dd13498f24b4da775efb536d4a9ee94b4f9
|
||||
RMD160 (FileHandle-Unget-0.1622.tar.gz) = 30f951a0ccdc9bcd494fb225b838efd55532512c
|
||||
Size (FileHandle-Unget-0.1622.tar.gz) = 29374 bytes
|
||||
SHA1 (FileHandle-Unget-0.1623.tar.gz) = be9121639560227872aa75cfdd5dcbd0ed567697
|
||||
RMD160 (FileHandle-Unget-0.1623.tar.gz) = 20b751cddcb895d68c99d17c05862622a645035f
|
||||
Size (FileHandle-Unget-0.1623.tar.gz) = 32166 bytes
|
||||
|
|
Loading…
Reference in a new issue