pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 29 13:31:44 UTC 2017

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

Log Message:
p5-Alien-Build: update to 1.18.

1.18      2017-09-22 06:40:51 -0400
  - Fixed bug where Probe::CBuilder plugin might not play nice with other
    probes.

1.17_01   2017-09-20 14:36:41 -0400
  - Add apply_plugin to Alien::Build::Meta
  - Deprecated Alien::Build::Plugin subplugin method (use apply_plugin instead)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Alien-Build/Makefile \
    pkgsrc/devel/p5-Alien-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-Alien-Build/Makefile
diff -u pkgsrc/devel/p5-Alien-Build/Makefile:1.1 pkgsrc/devel/p5-Alien-Build/Makefile:1.2
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.1    Thu Sep 28 04:16:31 2017
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Fri Sep 29 13:31:44 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/28 04:16:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/29 13:31:44 wiz Exp $
 
-DISTNAME=      Alien-Build-1.16
+DISTNAME=      Alien-Build-1.18
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
@@ -14,6 +14,7 @@ PERL5_PACKLIST=         auto/Alien/Build
 
 USE_TOOLS+=    pkg-config:run
 
+DEPENDS+=      p5-Alien-Base-ModuleBuild-[0-9]*:../../devel/p5-Alien-Base-ModuleBuild
 DEPENDS+=      p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
 DEPENDS+=      p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
 DEPENDS+=      p5-File-Which>=1.10:../../devel/p5-File-Which
@@ -22,5 +23,8 @@ DEPENDS+=     p5-Test2-Suite-[0-9]*:../../de
 DEPENDS+=      p5-FFI-CheckLib-[0-9]*:../../devel/p5-FFI-CheckLib
 DEPENDS+=      p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
 
+BUILD_DEPENDS+=        p5-Readonly-[0-9]*:../../devel/p5-Readonly
+BUILD_DEPENDS+=        p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.1 pkgsrc/devel/p5-Alien-Build/distinfo:1.2
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.1    Thu Sep 28 04:16:31 2017
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Fri Sep 29 13:31:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/28 04:16:31 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/09/29 13:31:44 wiz Exp $
 
-SHA1 (Alien-Build-1.16.tar.gz) = 6702ed62bdab61b1819446b239e526e2d348fe32
-RMD160 (Alien-Build-1.16.tar.gz) = cb8464dc25bc277961a84664fa0a71868383675f
-SHA512 (Alien-Build-1.16.tar.gz) = 3c914daa80eaca10532f26cfdcc014899739e1d8d19ba81473063648b4a04edae4f14f57a9aec53d9575719069a81db3d652638d971b034d2bc869deef0f037f
-Size (Alien-Build-1.16.tar.gz) = 206889 bytes
+SHA1 (Alien-Build-1.18.tar.gz) = 3d04e28d3e7a49b0163c24cc6f31fc035b66d349
+RMD160 (Alien-Build-1.18.tar.gz) = db1718c520562fe1346d8eb6d8c72902aaee7d1d
+SHA512 (Alien-Build-1.18.tar.gz) = 06f25c156167d3d15a5b51daf694c67d6a7b164ceebedb81a3ee7b2ea4a81649b2a58ede3bb46f867862c7e37b0f30d0e37bf43d5f1f68231dc938d58ce55628
+Size (Alien-Build-1.18.tar.gz) = 207356 bytes



Home | Main Index | Thread Index | Old Index