Sat Mar 21 12:22:48 2020 UTC ()
(devel/p5-Alien-Build) Updated 2.12 to 2.17

2.17      2020-03-19 21:03:39 -0600
  - Production release identical to 2.16_01

2.16_01   2020-03-17 13:56:13 -0600
  - Probe::Vcpkg adds include property (gh#184)
  - Build::Autoconf will now copy .dll files from bin to dynamic
    directory on MSWin32 (gh#183)

2.15      2020-03-16 06:53:31 -0600
  - Tests on Windows will use the system temp directory rather than
    a temp directory under the install directory. A temp directory
    under the install directory was used to work around typically
    Linux systems that have noexec set on /tmp.  Since this is less
    normal on Windows, and can cause mkpath errors if the install
    directory is too deep we will use the windows system temp directory.
    (gh#181, gh#182)

2.14      2020-03-15 12:49:17 -0600
  - Added ffi_name property to Probe::Vcpkg plugin (gh#179)
  - Documentation fixes (gh#180)


(mef)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Alien-Build/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/p5-Alien-Build/distinfo

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

--- pkgsrc/devel/p5-Alien-Build/Makefile 2020/03/14 12:10:37 1.23
+++ pkgsrc/devel/p5-Alien-Build/Makefile 2020/03/21 12:22:48 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2020/03/14 12:10:37 mef Exp $ 1# $NetBSD: Makefile,v 1.24 2020/03/21 12:22:48 mef Exp $
2 2
3DISTNAME= Alien-Build-2.12 3DISTNAME= Alien-Build-2.17
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/ 6MASTER_SITES= http://search.cpan.org/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.19 -r1.20 pkgsrc/devel/p5-Alien-Build/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Alien-Build/distinfo 2020/03/14 12:10:37 1.19
+++ pkgsrc/devel/p5-Alien-Build/distinfo 2020/03/21 12:22:48 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2020/03/14 12:10:37 mef Exp $ 1$NetBSD: distinfo,v 1.20 2020/03/21 12:22:48 mef Exp $
2 2
3SHA1 (Alien-Build-2.12.tar.gz) = d1b27c8011a6aa2d067afd5739935ad70475b75a 3SHA1 (Alien-Build-2.17.tar.gz) = 86311d10be27367cf62263541845741f5a561767
4RMD160 (Alien-Build-2.12.tar.gz) = 80e8aed3dfc4303d2154e8e2b86e256e1fb02830 4RMD160 (Alien-Build-2.17.tar.gz) = 18de349bceab6e9a6bdd704b9fe31b0eddaaa6bc
5SHA512 (Alien-Build-2.12.tar.gz) = 00eb0c8ff4431e8709b06e50a9e5ab8bf6f3c3522313daf1193fa0e2f7e5930337fa6311f1a67693e014f9c927c2d255551191faed67d69fa1770649648bbaf8 5SHA512 (Alien-Build-2.17.tar.gz) = daa504cc2017affcdfee6b2b27f6ee496e371908924b5c44e440ae2eb70fa9a02fa438742446d7dc4a55ec441daa76273736d2b408ac8e1060f9cfad7143998d
6Size (Alien-Build-2.12.tar.gz) = 302348 bytes 6Size (Alien-Build-2.17.tar.gz) = 324776 bytes