Mon Sep 10 14:25:44 2012 UTC ()
Updating package for CPAN modules Scalar::Util and List::Util in
devel/p5-Scalar-List-Utils from 1.23nb2 to 1.25.

upstream changes since 1.23 (remind that n.mm_oo are developer releases):
1.25 -- Sat Mar 24 13:10:13 UTC 2012

  * Restore back-compat. to perl 5.6 (thanks to Zefram)

1.24 -- Thu Mar 22 18:10:10 UTC 2012

  * Update to 1.24 release version (no other changes since 1.23_04).

1.23_04 -- Sat Mar 10 00:16:16 UTC 2012

  * RT#72700 Fix off-by-two on string literal length

1.23_03 -- Tue Sep 14 10:09:59 CDT 2010

  * Min perl version supported for build is not 5.008
  * Dropped the pure-Perl implementation of both Scalar::- and List::Util.
  * RT#61118 Fix assumption in sum() that once magic, always magic

1.23_02 -- Tue Mar 30 11:09:15 CDT 2010

  * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
  * Fix reduce() to allow XSUB callbacks [gfx]
  * Fix first() to allow XSUB callbacks [gfx]
  * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
  * define CvISXSUB so older perl versions will still compile

1.23_01 -- Mon Mar 22 08:24:11 CDT 2010

  * Add failing tests; SVt_RV is not directly SvROK [gfx]
  * Implement openhandle() in XS (with extra tests) [gfx]
  * Modernize *.pm [gfx]
  * Modernize ListUtil.xs [gfx]
  * Add ppport.h [gfx]
  * Fix an overloading issue on sum(), and add tests for overloading [gfx]
  * Small tweaks for minstr()/maxstr() [gfx]
  * Optimize dualvar() [gfx]
  * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
  * avoid non-portable warnings


(sno)
diff -r1.20 -r1.21 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Scalar-List-Utils/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-Scalar-List-Utils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2011/08/14 12:26:34 1.20
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2012/09/10 14:25:44 1.21
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.20 2011/08/14 12:26:34 obache Exp $ 1# $NetBSD: Makefile,v 1.21 2012/09/10 14:25:44 sno Exp $
2# 2#
3 3
4DISTNAME= Scalar-List-Utils-1.23 4DISTNAME= Scalar-List-Utils-1.25
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7SVR4_PKGNAME= p5slu 6SVR4_PKGNAME= p5slu
8CATEGORIES= misc perl5 7CATEGORIES= misc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/ 11HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/
13COMMENT= Perl subroutines that would be nice to have in the perl core 12COMMENT= Perl subroutines that would be nice to have in the perl core
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
18 17
19USE_LANGUAGES= c 18USE_LANGUAGES= c

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Scalar-List-Utils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2010/03/15 16:18:26 1.11
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2012/09/10 14:25:44 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2010/03/15 16:18:26 sno Exp $ 1$NetBSD: distinfo,v 1.12 2012/09/10 14:25:44 sno Exp $
2 2
3SHA1 (Scalar-List-Utils-1.23.tar.gz) = e88f4df0d0d64db03f4ad6fa91951571148fa27f 3SHA1 (Scalar-List-Utils-1.25.tar.gz) = 0aad797912fc1d8e4468db96c04559e9e12fc3e1
4RMD160 (Scalar-List-Utils-1.23.tar.gz) = fe5c73fb7bb482dc47331f027f68ac5a709b1dc8 4RMD160 (Scalar-List-Utils-1.25.tar.gz) = 1b645313a60e119c78abe10c019f1ea4b11d5e11
5Size (Scalar-List-Utils-1.23.tar.gz) = 29015 bytes 5Size (Scalar-List-Utils-1.25.tar.gz) = 67571 bytes