pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-FFI-CheckLib p5-FFI-CheckLib: update to 0.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5766963374f4
branches:  trunk
changeset: 371269:5766963374f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 08 16:29:39 2017 +0000

description:
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.

diffstat:

 devel/p5-FFI-CheckLib/Makefile |   4 ++--
 devel/p5-FFI-CheckLib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3a151ff5619c -r 5766963374f4 devel/p5-FFI-CheckLib/Makefile
--- a/devel/p5-FFI-CheckLib/Makefile    Wed Nov 08 16:28:53 2017 +0000
+++ b/devel/p5-FFI-CheckLib/Makefile    Wed Nov 08 16:29:39 2017 +0000
@@ -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/}
diff -r 3a151ff5619c -r 5766963374f4 devel/p5-FFI-CheckLib/distinfo
--- a/devel/p5-FFI-CheckLib/distinfo    Wed Nov 08 16:28:53 2017 +0000
+++ b/devel/p5-FFI-CheckLib/distinfo    Wed Nov 08 16:29:39 2017 +0000
@@ -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