PkgSrc changes:

- Updating package for perl modules List::Util and Scalar::Util to 1.20
    from 1.19 (which is in perl core, too)
  - Setting license to gnu-gpl-v2

Upstream changes:
1.20 -- Wed May 13 16:42:53 CDT 2009

*** NOTE***
This distribution now requires perl 5.6 or greater

Bug Fixes
  * Fixed stack pop issue in POP_MULTICALL
  * Fixed error reporting in import when XS not compiled
  * Check first argument to reduce is a CODE reference to avoid segfault
  * Handle overloaded and tied values
  * Fix tainted test to run on Win32

Enhancements
  * Added List::Util::XS so authors can depend on XS version
  * Removed need for dummy methods in UNIVERSAL for perl-only code
This commit is contained in:
sno 2009-05-17 14:08:10 +00:00
parent 113c49eb10
commit 83dcd7e09e
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:59 he Exp $
# $NetBSD: Makefile,v 1.15 2009/05/17 14:08:10 sno Exp $
#
DISTNAME= Scalar-List-Utils-1.19
DISTNAME= Scalar-List-Utils-1.20
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5slu
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/
COMMENT= Perl subroutines that would be nice to have in the perl core
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2007/02/18 02:04:56 wiz Exp $
$NetBSD: distinfo,v 1.8 2009/05/17 14:08:10 sno Exp $
SHA1 (Scalar-List-Utils-1.19.tar.gz) = 9deeaad8d97730ffef39c8734ca582b821834a40
RMD160 (Scalar-List-Utils-1.19.tar.gz) = 88f024d421343189f5895e1ccbeb7e239d17876e
Size (Scalar-List-Utils-1.19.tar.gz) = 43620 bytes
SHA1 (Scalar-List-Utils-1.20.tar.gz) = 22af9ae0e907f2dc20156db6fc65f66ae156e97e
RMD160 (Scalar-List-Utils-1.20.tar.gz) = d0f60d701c3f090447bf0e16f5fb4ab8d6b37a62
Size (Scalar-List-Utils-1.20.tar.gz) = 27836 bytes