pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Module-Build-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 07:26:34 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Module-Build-Tiny: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Module-Build-Tiny/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Module-Build-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Module-Build-Tiny/Makefile
diff -u pkgsrc/devel/p5-Module-Build-Tiny/Makefile:1.21 pkgsrc/devel/p5-Module-Build-Tiny/Makefile:1.22
--- pkgsrc/devel/p5-Module-Build-Tiny/Makefile:1.21     Tue Jun 28 11:32:45 2022
+++ pkgsrc/devel/p5-Module-Build-Tiny/Makefile  Sat May 20 07:26:34 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:32:45 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/05/20 07:26:34 wiz Exp $
 
-DISTNAME=      Module-Build-Tiny-0.039
+DISTNAME=      Module-Build-Tiny-0.045
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
 
@@ -15,14 +14,10 @@ DEPENDS+=   p5-ExtUtils-Config>=0.003:../.
 DEPENDS+=      p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers
 DEPENDS+=      p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths
 
-USE_LANGUAGES=         c       # For the tests
-#BUILDING_MODULE_BUILD=        yes
 PERL5_MODULE_TYPE=     Module::Build::Tiny
 PERL5_PACKLIST=                auto/Module/Build/Tiny/.packlist
 # For the tests:
 USE_TOOLS+=            perl
 
-PERL5_PACKLIST=        auto/Module/Build/Tiny/.packlist
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index