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:   wiz
Date:           Sat May 20 07:42:37 UTC 2023

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

Log Message:
p5-FFI-CheckLib: update to 0.31.

0.31      2022-09-30 07:42:44 -0600
  - Better support for Homebrew and MacPorts on macOS (gh#46 cdalvaro++)
  - New environment variable FFI_CHECKLIB_PACKAGE (gh#46)
  - New environment variable FFI_CHECKLIB_PATH (gh#50, gh#52)
  - Documentation improvements (gh#49, gh#52)

0.30      2022-09-22 04:24:26 -0600
  - [ BREAKING CHANGE ]
    If the alien option is provided, the libraries provided by aliens will be
    preferred over the system libraries (gh#47, gh#48)

0.29      2022-09-10 01:46:05 -0600
  - Handle Windows DLLs using underscores instead of dashes in version
    numbers (gh#44, gh#45, shawnlaffan++)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-FFI-CheckLib/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.16
--- pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.15  Tue Jun 28 11:32:23 2022
+++ pkgsrc/devel/p5-FFI-CheckLib/Makefile       Sat May 20 07:42:37 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/06/28 11:32:23 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/20 07:42:37 wiz Exp $
 
-DISTNAME=      FFI-CheckLib-0.28
+DISTNAME=      FFI-CheckLib-0.31
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     https://metacpan.org/release/F
 COMMENT=       Check that a library is available for FFI
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
 TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 TEST_DEPENDS+= p5-Test-Exit-[0-9]*:../../devel/p5-Test-Exit
 

Index: pkgsrc/devel/p5-FFI-CheckLib/distinfo
diff -u pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.11 pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.12
--- pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.11  Tue Nov 30 00:45:13 2021
+++ pkgsrc/devel/p5-FFI-CheckLib/distinfo       Sat May 20 07:42:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/11/30 00:45:13 wen Exp $
+$NetBSD: distinfo,v 1.12 2023/05/20 07:42:37 wiz Exp $
 
-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
+BLAKE2s (FFI-CheckLib-0.31.tar.gz) = 230548406d514e0e5ac1cab92bf862ca21560c26c0de0a92cfb00b60bd87ffae
+SHA512 (FFI-CheckLib-0.31.tar.gz) = 25dd359cbec5417baa2c3d6a1152fb8a50b9d1423f8adb1c9ebe4422aefaed6e3b9b73015c6960c5d69dbc151df50ecb5a8e365192a2108013b501433c52e1e2
+Size (FFI-CheckLib-0.31.tar.gz) = 37156 bytes



Home | Main Index | Thread Index | Old Index