Tue Jan 6 14:32:05 2015 UTC ()
Update to 2.00

Upstream changes:
2.00 2014-06-30T11:15:05Z
    - Deprecation of Readonly::XS as a requirement for fast, readonly
      scalars is complete. Report any lingering issues on the tracker
      ASAP.

1.61 2014-06-28T11:22:13Z
    - Normal constants (strings, numbers) do not appear to be read only to
      Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
      attempt to assign a value to them. Fixing test regression in
      t/general/reassign.t

1.60 2014-06-27T15:59:27Z
    - Fix array and hash tie() while in XS mode (exposed by Params::Validate tests)
    - Fix implicit undef value regression resolves #8
    - Minor documentation fixes (spell check, etc.)
    - Patch from Gregor Herrmann <gregoa@debian.org> resolves #7

v1.500.0 2014-06-25T19:56:18Z
    - PLEASE NOTE: Readonly::XS is no longer needed!
    - Again, Readonly::XS is no longer needed.
    - Merged typo fix from David Steinbrunner RT#86350/#2
    - Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
    - Upstream magic related bugs were reported to p5p and fixed in perl
      itself so we can resolve the following local issues: RT#70167, RT#57382,
      RT#29487, RT#36653, RT#24216.
    - Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
      eventually resolve local [RT#59256].
    - Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
    - Use readonly support exposed in Internals on perl >=5.8.x
    - Have I mentioned you don't need to install Readonly::XS anymore?
    - Checking $Readonly::XSokay is no longer suggested. ...never should have been


(wen)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Readonly/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Readonly/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Readonly/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Readonly/Makefile 2014/06/09 18:54:52 1.11
+++ pkgsrc/devel/p5-Readonly/Makefile 2015/01/06 14:32:05 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2014/06/09 18:54:52 schmonz Exp $ 1# $NetBSD: Makefile,v 1.12 2015/01/06 14:32:05 wen Exp $
2# 2#
3 3
4DISTNAME= Readonly-1.04 4DISTNAME= Readonly-2.00
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Readonly/ 10HOMEPAGE= http://search.cpan.org/dist/Readonly/
11COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes 11COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14#REPLACE_PERL= eg/benchmark.pl 14#REPLACE_PERL= eg/benchmark.pl
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Readonly/.packlist 17PERL5_PACKLIST= auto/Readonly/.packlist

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Readonly/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Readonly/distinfo 2014/06/09 18:54:52 1.2
+++ pkgsrc/devel/p5-Readonly/distinfo 2015/01/06 14:32:05 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/06/09 18:54:52 schmonz Exp $ 1$NetBSD: distinfo,v 1.3 2015/01/06 14:32:05 wen Exp $
2 2
3SHA1 (Readonly-1.04.tar.gz) = d0bd689940695f4299cb587aac881371ab42fc34 3SHA1 (Readonly-2.00.tar.gz) = 8193a20ef39fbe3e8644dc1f173d9de5ca487e2c
4RMD160 (Readonly-1.04.tar.gz) = e1e869ddadea01cb298cc69847712c1739a239d9 4RMD160 (Readonly-2.00.tar.gz) = 414d7741f021117f18f271c6522d48b1930419f4
5Size (Readonly-1.04.tar.gz) = 25609 bytes 5Size (Readonly-2.00.tar.gz) = 23673 bytes