Mon Oct 10 12:37:14 2016 UTC ()
Updated devel/p5-Ref-Util to 0.101
----------------------------------
0.101   2016-08-29
        * A test accidentally added a dependency on Readonly.pm. Fixed!
          (GH #30)
        * Update README.

0.100   2016-08-27
        * Support situations in op-code implementation where the parameters
          do not come as a list. (Zefram)
        * Fix memory leak in dangling op. (Zefram)
        * Support magic (tied variables). (Tony Cook)
        * Rework op implementation. (Zefram)
          Thanks to Christian Walde for porting and merging Zefram's work
          from Hash::SharedMem.
        * Speed up by changing the top of the stack instead of POPing and
          PUSHing. (Sergey Aleynikov)
        * Update ppport.h file from Devel::PPPort and remove the copy of
          SVRXOK since it's now available.
          (Christian Walde)
        * Add license in Pod. (Pete Houston)
        * Specify minimum version of perl (5.6.2). (Pete Houston)


(mef)
diff -r1.1 -r1.2 pkgsrc/devel/p5-Ref-Util/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-Ref-Util/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Ref-Util/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Ref-Util/Makefile 2016/08/07 09:05:50 1.1
+++ pkgsrc/devel/p5-Ref-Util/Makefile 2016/10/10 12:37:14 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2016/08/07 09:05:50 wen Exp $ 1# $NetBSD: Makefile,v 1.2 2016/10/10 12:37:14 mef Exp $
2 2
3DISTNAME= Ref-Util-0.020 3DISTNAME= Ref-Util-0.101
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Ref/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Ref/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Ref-Util/ 9HOMEPAGE= http://search.cpan.org/dist/Ref-Util/
10COMMENT= Utility functions for checking references 10COMMENT= Utility functions for checking references
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/Ref/Util/.packlist 13PERL5_PACKLIST= auto/Ref/Util/.packlist
14 14
15.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Ref-Util/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Ref-Util/distinfo 2016/08/07 09:05:50 1.1
+++ pkgsrc/devel/p5-Ref-Util/distinfo 2016/10/10 12:37:14 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/08/07 09:05:50 wen Exp $ 1$NetBSD: distinfo,v 1.2 2016/10/10 12:37:14 mef Exp $
2 2
3SHA1 (Ref-Util-0.020.tar.gz) = 18cebf974aab2f34bb1695ed2cbb08daefaada82 3SHA1 (Ref-Util-0.101.tar.gz) = f43290ac9a0dd2e5a6a4c439c2f2081ddcd36498
4RMD160 (Ref-Util-0.020.tar.gz) = d892d72db7f7e8411bd70d0e95d18a33ac1a2666 4RMD160 (Ref-Util-0.101.tar.gz) = 5fc17baaf6a2adda432f3ceea57b4cf5a5b87700
5SHA512 (Ref-Util-0.020.tar.gz) = bd6b041ad9dc37aeebc20c0c47c6684913f082af1f695dd008c4376e14822ee44bf0e5a9ceab78c19a410f371a7075c94e18eb06387796f1a96b8e6ad7d4a63b 5SHA512 (Ref-Util-0.101.tar.gz) = 3b5ec65a6d3098615ada29be8f2a61800c351549dc33b6133522dba528108b2199e73a941212bba381de91508b7e7a01189b4c0728a669ed78c25f06641c10fb
6Size (Ref-Util-0.020.tar.gz) = 54674 bytes 6Size (Ref-Util-0.101.tar.gz) = 62957 bytes