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:           Wed Nov  8 16:29:39 UTC 2017

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

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

0.18      2017-10-25 10:00:47 -0400
  - Production version identical to 0.17_02

0.17_02   2017-10-14 01:03:04 -0400
  - Fix Windows testing regression introduced in 0.17_01

0.17_01   2017-10-13 15:58:30 -0400
  - Filter out broken and recursive symlinks
  - Better handle symlinked .so files on platforms that support that.

    Previously, we preferred the longer .so names (ie, libfoo.so.1.2.3)
    over the shorter .so names (libfoo.so) since the latter is usually a
    symlink, and the former may have useful "version" information in the
    filename.  That is a problem when a system is using symlinks to indicate
    a preference, (for example, if there are both libfoo.so.1.2.3,
    libfoo.so.1.2.4 and libfoo.so is a symlink to one of those).

    Now we still endevour to return the long .so name, but use the short
    name to see which one is preferred by the operating system, or user.

    In the absense of any symlinks to disambiguate two libraries with the
    same name, we prefer the one with a newer version number.   That is
    libfoo.so.2.3.4 would be preferred over libfoo.so.1.2.3

  - Slightly more consistent diagnostic messages.
  - Added functions: which, where, has_symbols
    None are exported by default, but may be requested.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-FFI-CheckLib/Makefile \
    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.1 pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.2
--- pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.1   Wed Sep 27 17:19:21 2017
+++ pkgsrc/devel/p5-FFI-CheckLib/Makefile       Wed Nov  8 16:29:39 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/27 17:19:21 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/08 16:29:39 wiz Exp $
 
-DISTNAME=      FFI-CheckLib-0.16
+DISTNAME=      FFI-CheckLib-0.18
 PKGNAME=       p5-${DISTNAME}
 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.1 pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.2
--- pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.1   Wed Sep 27 17:19:21 2017
+++ pkgsrc/devel/p5-FFI-CheckLib/distinfo       Wed Nov  8 16:29:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/27 17:19:21 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/11/08 16:29:39 wiz Exp $
 
-SHA1 (FFI-CheckLib-0.16.tar.gz) = 3664b91c06e323e20f74063bc48091c2d6c6d52e
-RMD160 (FFI-CheckLib-0.16.tar.gz) = b5d2f2eadfceb8327a421e15dd714ac716fc7914
-SHA512 (FFI-CheckLib-0.16.tar.gz) = 8fce5808e3e5382f0c958561a1169c4acf26bf8345b124485ad7c8d9096e0cfd2f23d9621951065e89313e38c48d9c90d4dedf6d6d3bce985cf9fd63fb67915f
-Size (FFI-CheckLib-0.16.tar.gz) = 22069 bytes
+SHA1 (FFI-CheckLib-0.18.tar.gz) = 7b7179f0668918d73ff7abc37c70831036201fa5
+RMD160 (FFI-CheckLib-0.18.tar.gz) = 95a48f767713e26f85cb744912ae98e9216f8ce7
+SHA512 (FFI-CheckLib-0.18.tar.gz) = 3eaf565edce87c87376c84d939e68e9c2f6bd648e8bd0f2a20d449462462a33c5bc0e8046da28d5c660643b5a4f497d3550f2f28861fc54bdbb33207e7620abd
+Size (FFI-CheckLib-0.18.tar.gz) = 25848 bytes



Home | Main Index | Thread Index | Old Index