pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 25 14:14:49 UTC 2019

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

Log Message:
(devel/p5-Module-Build) Updated from 0.42240 to 0.42290

0.4229 - Tue Apr 16 00:49:45 CEST 2019
  - Released 0.42_28 without changes

0.42_28 - Thu Apr 19 16:34:32 CEST 2018
  - Replace "MOTIVATIONS" section with "COMPARISON" [Dan Brook]
  - Update configure, build, test prereqs [Karen Etheridge]

0.4227 - Wed Dec 13 11:17:51 CET 2017
  - Released 0.42_26 without changes

0.42_26 - Wed Dec 13 10:52:39 CET 2017
  - Improve pureperl-only support (#119914) [Shoichi Kaji]
  - Improve the documentation of Module::Build::Compat and
    dynamic_config [Dan Brook]


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/p5-Module-Build/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Module-Build/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/Makefile
diff -u pkgsrc/devel/p5-Module-Build/Makefile:1.58 pkgsrc/devel/p5-Module-Build/Makefile:1.59
--- pkgsrc/devel/p5-Module-Build/Makefile:1.58  Sun Aug 11 13:19:48 2019
+++ pkgsrc/devel/p5-Module-Build/Makefile       Fri Oct 25 14:14:49 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2019/08/11 13:19:48 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2019/10/25 14:14:49 mef Exp $
 
-DISTNAME=      Module-Build-0.4224
+DISTNAME=      Module-Build-0.4229
 PKGNAME=       p5-${DISTNAME}0
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
 
@@ -11,23 +10,18 @@ HOMEPAGE=   https://metacpan.org/release/M
 COMMENT=       Build and install Perl modules
 LICENSE=       ${PERL5_LICENSE}
 
-#DEPENDS+=     p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
-#DEPENDS+=     p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
-# needed for tests
-BUILD_DEPENDS+=        p5-CPAN-Meta>=2.142060:../../devel/p5-CPAN-Meta
-# one test not skipped if,
-# (but getting cyclic dependency if enabled as BUILD_DEPENDS)
-#DEPENDS+=     p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist
 DEPENDS+=      p5-inc-latest-[0-9]*:../../devel/p5-inc-latest
 
+TEST_DEPENDS+= p5-CPAN-Meta>=2.142060:../../devel/p5-CPAN-Meta
+TEST_DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist
+# For the tests:
+USE_TOOLS+=            perl
+
 .include "options.mk"
 
-USE_LANGUAGES= c       # For the tests
 #BUILDING_MODULE_BUILD=        yes
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Module/Build/.packlist
-# For the tests:
-USE_TOOLS+=            perl
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-Module-Build/distinfo
diff -u pkgsrc/devel/p5-Module-Build/distinfo:1.34 pkgsrc/devel/p5-Module-Build/distinfo:1.35
--- pkgsrc/devel/p5-Module-Build/distinfo:1.34  Thu Jun 15 14:22:58 2017
+++ pkgsrc/devel/p5-Module-Build/distinfo       Fri Oct 25 14:14:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/06/15 14:22:58 mef Exp $
+$NetBSD: distinfo,v 1.35 2019/10/25 14:14:49 mef Exp $
 
-SHA1 (Module-Build-0.4224.tar.gz) = 4f78f28187d6525a59cc2e1887e4788964c8029c
-RMD160 (Module-Build-0.4224.tar.gz) = 7bb71b6ce50a6c6bd094bf98d77ce20def401869
-SHA512 (Module-Build-0.4224.tar.gz) = c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f
-Size (Module-Build-0.4224.tar.gz) = 304181 bytes
+SHA1 (Module-Build-0.4229.tar.gz) = a31d20eb918870732b3974b0c9f680adbd5b0b20
+RMD160 (Module-Build-0.4229.tar.gz) = 6e9e89ee76565cb1e3004614435b28fdf88c1aa5
+SHA512 (Module-Build-0.4229.tar.gz) = 51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738
+Size (Module-Build-0.4229.tar.gz) = 304340 bytes



Home | Main Index | Thread Index | Old Index