Mon Feb 13 13:18:42 2017 UTC ()
Updated devel/p5-File-Find-Object to 0.3.2
------------------------------------------
0.3.2   2017-01-13
    - Made the version number consistent across the .pm files.
        - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number
        - Thanks to aer0 for the report.

0.3.1   2017-01-09
    - Fixed an issue with tracking the depth of the inodes when detecting
    a symlink loop.
        - Detected by several cygwin reports.


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/p5-File-Find-Object/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-File-Find-Object/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-File-Find-Object/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Find-Object/Makefile 2016/09/17 04:01:00 1.4
+++ pkgsrc/devel/p5-File-Find-Object/Makefile 2017/02/13 13:18:41 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2016/09/17 04:01:00 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2017/02/13 13:18:41 mef Exp $
2 2
3DISTNAME= File-Find-Object-0.3.0 3DISTNAME= File-Find-Object-v0.3.2
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME:C/t-v/t-/:}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/~shlomif/File-Find-Object/lib/File/Find/Object.pm 9HOMEPAGE= http://search.cpan.org/~shlomif/File-Find-Object/lib/File/Find/Object.pm
10COMMENT= Object-oriented and iterative replacement for File::Find 10COMMENT= Object-oriented and iterative replacement for File::Find
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor 13BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
14 14
15PERL5_MODULE_TYPE= Module::Build 15PERL5_MODULE_TYPE= Module::Build
16PERL5_PACKLIST= auto/File/Find/Object/.packlist 16PERL5_PACKLIST= auto/File/Find/Object/.packlist
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-File-Find-Object/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Find-Object/distinfo 2016/09/17 04:01:00 1.3
+++ pkgsrc/devel/p5-File-Find-Object/distinfo 2017/02/13 13:18:41 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/09/17 04:01:00 mef Exp $ 1$NetBSD: distinfo,v 1.4 2017/02/13 13:18:41 mef Exp $
2 2
3SHA1 (File-Find-Object-0.3.0.tar.gz) = 700455f0a7be9f96357cac6c9705ada507ffcf08 3SHA1 (File-Find-Object-v0.3.2.tar.gz) = 1be927302e5f6953ebeaa8c1dc94eb45fe471f5d
4RMD160 (File-Find-Object-0.3.0.tar.gz) = 1cb39391e710243f64ab0521000cd6db595879fc 4RMD160 (File-Find-Object-v0.3.2.tar.gz) = c5cef62bc373e886fcfca7d2e660a6ccfda21647
5SHA512 (File-Find-Object-0.3.0.tar.gz) = 1687681ddaca5e1c0c2a25a5558cacd120b1320ad87eec630e2ebcfa9a867039af6e68bf7e01f5ff83357f98bb78cda8f544a7e0a80f40792f4244f5dbd8d081 5SHA512 (File-Find-Object-v0.3.2.tar.gz) = 58ca07083da520aee03945259ac89b6b584728d89ad52aea1a6f19a14da73fc92fcfc46c01656130d64fbc9fc9e4b1c5ef56274f30ebe3711972235dd8945956
6Size (File-Find-Object-0.3.0.tar.gz) = 26850 bytes 6Size (File-Find-Object-v0.3.2.tar.gz) = 27200 bytes