Tue Nov 30 00:45:13 2021 UTC ()
Update to 0.28

Upstream changes:
0.28      2021-05-16 15:10:34 -0600
  - Avoid undef warning from File::Spec->catpath (gh#30, gh#33)
  - The alien option now works in fallback mode; if one or more of the
    Aliens are not installed then they will be ignored, previously this
    module would throw whatever exception was produced by require (gh#23, gh#34)
  - Move to PerlFFI org on GitHub (previously this dist lived in Perl5-FFI)
    (gh#24)


(wen)
diff -r1.13 -r1.14 pkgsrc/devel/p5-FFI-CheckLib/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-FFI-CheckLib/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-FFI-CheckLib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-FFI-CheckLib/Makefile 2021/05/24 19:50:38 1.13
+++ pkgsrc/devel/p5-FFI-CheckLib/Makefile 2021/11/30 00:45:13 1.14
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2021/05/24 19:50:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2021/11/30 00:45:13 wen Exp $
2 2
3DISTNAME= FFI-CheckLib-0.27 3DISTNAME= FFI-CheckLib-0.28
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/FFI-CheckLib 9HOMEPAGE= https://metacpan.org/release/FFI-CheckLib
11COMMENT= Check that a library is available for FFI 10COMMENT= Check that a library is available for FFI
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite 13TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
15TEST_DEPENDS+= p5-Test-Exit-[0-9]*:../../devel/p5-Test-Exit 14TEST_DEPENDS+= p5-Test-Exit-[0-9]*:../../devel/p5-Test-Exit
16 15
17PERL5_PACKLIST= auto/FFI/CheckLib/.packlist 16PERL5_PACKLIST= auto/FFI/CheckLib/.packlist
18 17

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-FFI-CheckLib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-FFI-CheckLib/distinfo 2021/10/26 10:16:34 1.10
+++ pkgsrc/devel/p5-FFI-CheckLib/distinfo 2021/11/30 00:45:13 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:16:34 nia Exp $ 1$NetBSD: distinfo,v 1.11 2021/11/30 00:45:13 wen Exp $
2 2
3BLAKE2s (FFI-CheckLib-0.27.tar.gz) = 4118e188e85cb2da8404cef92add0bf5949237f722914d478d2fa2a8af7f277d 3BLAKE2s (FFI-CheckLib-0.28.tar.gz) = 52fc0faa2845f7c3355599860a550791de488f7f7bffd4078cf3e788cc9b7e5d
4SHA512 (FFI-CheckLib-0.27.tar.gz) = 0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7 4SHA512 (FFI-CheckLib-0.28.tar.gz) = 9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a
5Size (FFI-CheckLib-0.27.tar.gz) = 29371 bytes 5Size (FFI-CheckLib-0.28.tar.gz) = 32051 bytes