Sat Mar 16 23:36:12 2019 UTC ()
Update to 1.09

Upstream changes:
1.09  2019-03-13
  - Added test directory to directories added in the use_lib method automatically.
  - Added functionality to the testdir method

1.08  2019-03-12
  - Minor improvement to a test.
  - Added the use_lib method and automatically use the 'lib' directory.
  - Some improvements to the POD documentation.


(wen)
diff -r1.16 -r1.17 pkgsrc/devel/p5-Test-Inter/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Test-Inter/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Test-Inter/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Inter/Makefile 2018/08/22 09:44:46 1.16
+++ pkgsrc/devel/p5-Test-Inter/Makefile 2019/03/16 23:36:12 1.17
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2018/08/22 09:44:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2019/03/16 23:36:12 wen Exp $
2 2
3DISTNAME= Test-Inter-1.07 3DISTNAME= Test-Inter-1.09
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-Inter/ 9HOMEPAGE= http://search.cpan.org/dist/Test-Inter/
11COMMENT= Perl 5 framework for more readable interactive tests 10COMMENT= Perl 5 framework for more readable interactive tests
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Test/Inter/.packlist 14PERL5_PACKLIST= auto/Test/Inter/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Test-Inter/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Inter/distinfo 2018/03/18 08:46:27 1.6
+++ pkgsrc/devel/p5-Test-Inter/distinfo 2019/03/16 23:36:12 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2018/03/18 08:46:27 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2019/03/16 23:36:12 wen Exp $
2 2
3SHA1 (Test-Inter-1.07.tar.gz) = 3b536119c221994d6bc3174bc8218e99595440d5 3SHA1 (Test-Inter-1.09.tar.gz) = 534095825d9b7925feb23480f958dbc14fb51305
4RMD160 (Test-Inter-1.07.tar.gz) = 03380a928704013511c92c192858b842e27c4a64 4RMD160 (Test-Inter-1.09.tar.gz) = 7863d45bd4f0aedba8aeaf4512f34c10826d4873
5SHA512 (Test-Inter-1.07.tar.gz) = 8897dd10a625941ac0c6dd6a177642c527d402de3f4446de6cf4bb5115d25191c9725bb6ac3ea4db5bba9ac44c451802dfb23e0bdc4a4e605087a79da66e9aae 5SHA512 (Test-Inter-1.09.tar.gz) = b1f556393a445ae2c04fcc958fc3c9ee9091d17aaa9997dfde13098622162ebc27ac0282401abc27131a3b072be3aafeb5cc74af4b3e1ff4149f6c77536ef6c4
6Size (Test-Inter-1.07.tar.gz) = 43249 bytes 6Size (Test-Inter-1.09.tar.gz) = 44460 bytes