Sat Jan 2 02:57:19 2021 UTC ()
Update to 6.14

Upstream changes:
6.14      2020-11-30 05:48:07 -0700
  - Production version identical to 6.12_01

6.12_01   2020-11-27 16:13:15 -0700
  - Handle default apache indexes (gh#20)
  - Ignore certain known navigation links in apache indexes (gh#20)
  - Support Win32 OpenSSH listing (gh#21 simon04++)

6.11      2020-10-06 03:00:45 -0600
  - Remove accidental recursive req on LWP::Simple

6.10      2020-10-05 15:18:30 -0600
  - Production version identical to 6.09_01

6.09_01   2020-10-05 08:17:32 -0600
  - Remove TABs from source files and tests (gh#17)
  - Restores (theoretical, untested) support for 5.6, which was removed when
    the tests added modern file tests (gh#17)
  - Fixes or silences several minor nits reported by PerlCritic (gh#17)

6.08_01 2020-10-01 17:28:35 -0600
  - We now only call Time::Local::timelocal with four digit years (gh#5, gh#14)

6.07 2020-09-30 08:47:18 -0600
  - Production version identical to 6.06_01

6.06_01 2020-09-30 06:34:08 -0600
  - Add examples to documentation.

6.05_01 2020-09-29 21:25:35 -0600
  - New maintainer (Graham Ollis / plicease)
  - New GitHub repository https://github.com/PerlAlien/File-Listing
  - Include Perl core modules in prereqs (rt#85100 / gh#2)
  - Converted Changes file to standard format (the original
    Changes file is available as Changes.original)
  - Migrate Test.pm tests to use Test::More, all tests
    use strict and warnings now.


(wen)
diff -r1.17 -r1.18 pkgsrc/devel/p5-File-Listing/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-File-Listing/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-File-Listing/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Listing/Makefile 2020/08/31 18:08:02 1.17
+++ pkgsrc/devel/p5-File-Listing/Makefile 2021/01/02 02:57:19 1.18
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2020/08/31 18:08:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2021/01/02 02:57:19 wen Exp $
2 2
3DISTNAME= File-Listing-6.04 3DISTNAME= File-Listing-6.14
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 9 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/File-Listing 9HOMEPAGE= https://metacpan.org/release/File-Listing
11COMMENT= Perl 5 module providing a directory parser 10COMMENT= Perl 5 module providing a directory parser
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14CONFLICTS+= p5-libwww<6.00 13CONFLICTS+= p5-libwww<6.00
15DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date 14DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date
16 15
17USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/File/Listing/.packlist 17PERL5_PACKLIST= auto/File/Listing/.packlist

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-File-Listing/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Listing/distinfo 2015/11/03 03:28:15 1.4
+++ pkgsrc/devel/p5-File-Listing/distinfo 2021/01/02 02:57:19 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 03:28:15 agc Exp $ 1$NetBSD: distinfo,v 1.5 2021/01/02 02:57:19 wen Exp $
2 2
3SHA1 (File-Listing-6.04.tar.gz) = 02a41fe1b91f3f198712965360192f31d6d8d74e 3SHA1 (File-Listing-6.14.tar.gz) = 8eddfdc42cfd76e2b94fbec0166fe95ef9e3ada8
4RMD160 (File-Listing-6.04.tar.gz) = f19e7c2f3189205c9c7b8885fbe91dcc1854904e 4RMD160 (File-Listing-6.14.tar.gz) = b3e355d4776870131cd95854adfa0db60af164a2
5SHA512 (File-Listing-6.04.tar.gz) = a84198bc82003daaf88ed23218e34a7a1552dcd2855a9563e9609ce5df167a8295043501534c31614854fc8dd9c04b4af27b4d7320112c613914f94c86c2eeb2 5SHA512 (File-Listing-6.14.tar.gz) = 858339b15a455db570d15b02e801ab0e0afd47da71685002083cbcc1a0f89783fcad4e840e0381f186046ab2f355dc0f593dc8c9c0a2da0fc6f17a35265924ab
6Size (File-Listing-6.04.tar.gz) = 51536 bytes 6Size (File-Listing-6.14.tar.gz) = 80562 bytes