Skip to content

Commit

Permalink
Update to 0.28
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Nov 30, 2021
1 parent 7ae2dd3 commit 22fae90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-FFI-CheckLib/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.13 2021/05/24 19:50:38 wiz Exp $
# $NetBSD: Makefile,v 1.14 2021/11/30 00:45:13 wen Exp $

DISTNAME= FFI-CheckLib-0.27
DISTNAME= FFI-CheckLib-0.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-FFI-CheckLib/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2021/10/26 10:16:34 nia Exp $
$NetBSD: distinfo,v 1.11 2021/11/30 00:45:13 wen Exp $

BLAKE2s (FFI-CheckLib-0.27.tar.gz) = 4118e188e85cb2da8404cef92add0bf5949237f722914d478d2fa2a8af7f277d
SHA512 (FFI-CheckLib-0.27.tar.gz) = 0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7
Size (FFI-CheckLib-0.27.tar.gz) = 29371 bytes
BLAKE2s (FFI-CheckLib-0.28.tar.gz) = 52fc0faa2845f7c3355599860a550791de488f7f7bffd4078cf3e788cc9b7e5d
SHA512 (FFI-CheckLib-0.28.tar.gz) = 9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a
Size (FFI-CheckLib-0.28.tar.gz) = 32051 bytes

0 comments on commit 22fae90

Please sign in to comment.