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:           Sun May  5 07:25:14 UTC 2024

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

Log Message:
p5-Module-Build-Tiny: update to 0.048.

0.048     2024-04-28 14:58:04+02:00 Europe/Brussels
          - Implement dynamic prerequisites


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Module-Build-Tiny/Makefile
cvs rdiff -u -r1.15 -r1.16 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.25 pkgsrc/devel/p5-Module-Build-Tiny/Makefile:1.26
--- pkgsrc/devel/p5-Module-Build-Tiny/Makefile:1.25     Mon Dec 18 13:15:53 2023
+++ pkgsrc/devel/p5-Module-Build-Tiny/Makefile  Sun May  5 07:25:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/12/18 13:15:53 mef Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/05 07:25:14 wiz Exp $
 
-DISTNAME=      Module-Build-Tiny-0.047
+DISTNAME=      Module-Build-Tiny-0.048
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
@@ -13,11 +13,10 @@ LICENSE=    ${PERL5_LICENSE}
 DEPENDS+=      p5-ExtUtils-Config>=0.003:../../devel/p5-ExtUtils-Config
 DEPENDS+=      p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers
 DEPENDS+=      p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths
+DEPENDS+=      p5-CPAN-Requirements-Dynamic>=0:../../devel/p5-CPAN-Requirements-Dynamic
 
 PERL5_MODULE_TYPE=     Module::Build::Tiny
 PERL5_PACKLIST=                auto/Module/Build/Tiny/.packlist
-# For the tests:
-USE_TOOLS+=            perl
 
 .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.15 pkgsrc/devel/p5-Module-Build-Tiny/distinfo:1.16
--- pkgsrc/devel/p5-Module-Build-Tiny/distinfo:1.15     Mon Dec 18 13:15:53 2023
+++ pkgsrc/devel/p5-Module-Build-Tiny/distinfo  Sun May  5 07:25:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/12/18 13:15:53 mef Exp $
+$NetBSD: distinfo,v 1.16 2024/05/05 07:25:14 wiz Exp $
 
-BLAKE2s (Module-Build-Tiny-0.047.tar.gz) = 989059adef02fb6e02a74305321aa53e91c0bb820f81e403301e127b82d9a630
-SHA512 (Module-Build-Tiny-0.047.tar.gz) = 505e8a1a1d7e4f73a820352b476c938769bee1b069eaee0df7a95ea5651f109dfb106faf82bf423ca96b15d0148fd890342ad214b4fa6481d15b8f494fe48a30
-Size (Module-Build-Tiny-0.047.tar.gz) = 22193 bytes
+BLAKE2s (Module-Build-Tiny-0.048.tar.gz) = 2369890850408e577f47dde8fd97a0939e838f9f02c38475db3808f9809d704f
+SHA512 (Module-Build-Tiny-0.048.tar.gz) = 764a69c7d8ac15c68da82973262c4fa861579cac6417179cc48fb6cdd139242c1d236b1b808552b915dd29a9ef87b3aa07bae3ccdc3158b03ef76a39beff58cb
+Size (Module-Build-Tiny-0.048.tar.gz) = 22698 bytes



Home | Main Index | Thread Index | Old Index