pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-FFI-CheckLib



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Nov 30 00:45:13 UTC 2021

Modified Files:
        pkgsrc/devel/p5-FFI-CheckLib: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-FFI-CheckLib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-FFI-CheckLib/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-FFI-CheckLib/Makefile
diff -u pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.13 pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.14
--- pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.13  Mon May 24 19:50:38 2021
+++ pkgsrc/devel/p5-FFI-CheckLib/Makefile       Tue Nov 30 00:45:13 2021
@@ -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/}
 

Index: pkgsrc/devel/p5-FFI-CheckLib/distinfo
diff -u pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.10 pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.11
--- pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.10  Tue Oct 26 10:16:34 2021
+++ pkgsrc/devel/p5-FFI-CheckLib/distinfo       Tue Nov 30 00:45:13 2021
@@ -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



Home | Main Index | Thread Index | Old Index