Sat May 20 07:26:34 2023 UTC ()
p5-Module-Build-Tiny: update to 0.045.

0.045     2023-04-30 11:52:20+02:00 Europe/Brussels
          - Fix compilation issue on Windows

0.044     2023-04-28 09:19:30+02:00 Europe/Brussels
          - Add module sharedirs
          - Only add src/*.c files to primary XS file

0.043     2023-04-19 02:05:14+02:00 Europe/Amsterdam
          - Fix manification test for perls without man paths

0.042     2023-04-18 23:32:40+02:00 Europe/Amsterdam
          - Restore manpage generation
          - Add include/ to include paths
          - Compile all .c files in src/

0.041     2023-04-17 16:03:06+02:00 Europe/Amsterdam
          - Released without changes from 0.040

0.040     2023-02-05 23:06:28+01:00 Europe/Amsterdam (TRIAL RELEASE)
          - Manify .pod after .pm
          - Filter out script documentation from scripts
          - Don't manify podless modules/scripts


(wiz)
diff -r1.21 -r1.22 pkgsrc/devel/p5-Module-Build-Tiny/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Module-Build-Tiny/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/p5-Module-Build-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build-Tiny/Makefile 2022/06/28 11:32:45 1.21
+++ pkgsrc/devel/p5-Module-Build-Tiny/Makefile 2023/05/20 07:26:34 1.22
@@ -1,28 +1,23 @@ @@ -1,28 +1,23 @@
1# $NetBSD: Makefile,v 1.21 2022/06/28 11:32:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2023/05/20 07:26:34 wiz Exp $
2 2
3DISTNAME= Module-Build-Tiny-0.039 3DISTNAME= Module-Build-Tiny-0.045
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 8 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Module-Build-Tiny 9HOMEPAGE= https://metacpan.org/release/Module-Build-Tiny
11COMMENT= Tiny replacement for Module::Build to build and install Perl modules 10COMMENT= Tiny replacement for Module::Build to build and install Perl modules
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-ExtUtils-Config>=0.003:../../devel/p5-ExtUtils-Config 13DEPENDS+= p5-ExtUtils-Config>=0.003:../../devel/p5-ExtUtils-Config
15DEPENDS+= p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers 14DEPENDS+= p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers
16DEPENDS+= p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths 15DEPENDS+= p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths
17 16
18USE_LANGUAGES= c # For the tests 
19#BUILDING_MODULE_BUILD= yes 
20PERL5_MODULE_TYPE= Module::Build::Tiny 17PERL5_MODULE_TYPE= Module::Build::Tiny
21PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist 18PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist
22# For the tests: 19# For the tests:
23USE_TOOLS+= perl 20USE_TOOLS+= perl
24 21
25PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist 
26 
27.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Module-Build-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build-Tiny/distinfo 2021/10/26 10:16:56 1.12
+++ pkgsrc/devel/p5-Module-Build-Tiny/distinfo 2023/05/20 07:26:34 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2021/10/26 10:16:56 nia Exp $ 1$NetBSD: distinfo,v 1.13 2023/05/20 07:26:34 wiz Exp $
2 2
3BLAKE2s (Module-Build-Tiny-0.039.tar.gz) = 4f4f2454878062237f4a618e1e2b586be011ce61dcb9802ae27a4255f339b649 3BLAKE2s (Module-Build-Tiny-0.045.tar.gz) = 3b733e04b0bede2b27e78de40f24732e72b45ebd73cfe8909850fb515f21b40a
4SHA512 (Module-Build-Tiny-0.039.tar.gz) = 26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a 4SHA512 (Module-Build-Tiny-0.045.tar.gz) = c0d121fa0601deb0fe36c94680c1cb59bc32b7fffc947caab961295e2e5e6e79ad3b28c19d95e3cc4af33b26b1e40b15f3d5d5549959ee8cd1f05b06c7656503
5Size (Module-Build-Tiny-0.039.tar.gz) = 20663 bytes 5Size (Module-Build-Tiny-0.045.tar.gz) = 21683 bytes