Sun Nov 8 03:04:00 2020 UTC ()
(devel/p5-Alien-Build) Updated 2.32 to 2.37

2.37      2020-11-02 09:09:13 -0700
  - Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)

2.36_01   2020-10-31 03:33:21 -0600
  - Fixed a bug where Probe and PkgConfig plugins could provide compiler / linker flags
    when the PkgConfig probe fails, but another probe succeed. (gh#238)

2.35_01   2020-10-28 02:06:21 -0600
  - Added install properties: system_probe_class and system_probe_instance_id (gh#237)
  - Added hook properties: probe_class and probe_instance_id (gh#237)

2.34_01   2020-10-27 04:23:24 -0600
  - Added instance_id property to Alien::Build::Plugin class (gh#235)
  - Added plugin_instance_prop method to Alien::Build class (gh#235)

2.33      2020-09-21 03:21:40 -0600
  - Skip problematic test on cygwin (gh#232)


(mef)
diff -r1.30 -r1.31 pkgsrc/devel/p5-Alien-Build/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/p5-Alien-Build/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/p5-Alien-Build/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Alien-Build/Makefile 2020/09/13 07:46:37 1.30
+++ pkgsrc/devel/p5-Alien-Build/Makefile 2020/11/08 03:03:59 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2020/09/13 07:46:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2020/11/08 03:03:59 mef Exp $
2 2
3DISTNAME= Alien-Build-2.32 3DISTNAME= Alien-Build-2.37
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Alien-Build 9HOMEPAGE= https://metacpan.org/release/Alien-Build
10COMMENT= Build external dependencies for use in CPAN 10COMMENT= Build external dependencies for use in CPAN
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/Alien/Build/.packlist 13PERL5_PACKLIST= auto/Alien/Build/.packlist
14 14
15USE_TOOLS+= pkg-config:run 15USE_TOOLS+= pkg-config:run
16 16

cvs diff -r1.24 -r1.25 pkgsrc/devel/p5-Alien-Build/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Alien-Build/distinfo 2020/09/13 07:46:37 1.24
+++ pkgsrc/devel/p5-Alien-Build/distinfo 2020/11/08 03:03:59 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2020/09/13 07:46:37 wiz Exp $ 1$NetBSD: distinfo,v 1.25 2020/11/08 03:03:59 mef Exp $
2 2
3SHA1 (Alien-Build-2.32.tar.gz) = c8441177d6933a3dd25f467b61f000a063a2f47e 3SHA1 (Alien-Build-2.37.tar.gz) = 250d2fedf96e959a86b50959556d767f3c254e5f
4RMD160 (Alien-Build-2.32.tar.gz) = 68032ab343437ca97f4c056cdf3cbe12bb7bc066 4RMD160 (Alien-Build-2.37.tar.gz) = 2ca878553e7d5b3eefeca3879aa61c43f66b0b92
5SHA512 (Alien-Build-2.32.tar.gz) = 5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43 5SHA512 (Alien-Build-2.37.tar.gz) = 7a970b498de69005b454c9a14b541b2622609ad74244e744122339ee416e77e5d126bb0ebf97d9384990c3d951efb37783c60671781b01eebcaec4bca3503e94
6Size (Alien-Build-2.32.tar.gz) = 327696 bytes 6Size (Alien-Build-2.37.tar.gz) = 330915 bytes