pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libusb-compat libusb-compat: Update to 0.1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e27106542a
branches:  trunk
changeset: 384933:07e27106542a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 06 13:10:01 2018 +0000

description:
libusb-compat: Update to 0.1.7.

There are no meaningful changes in this release compared to 0.1.6rc2, it
is primarily a tag update.  However, adding gsed to USE_TOOLS fixes an
issue where the output of ldd was not parsed correctly by either illumos
sed or nbsed, resulting in dlopen failures for libusb-0.1.so.

Fixes joyent/pkgsrc#117.

diffstat:

 devel/libusb-compat/Makefile |   8 ++++----
 devel/libusb-compat/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 65da4ace6f94 -r 07e27106542a devel/libusb-compat/Makefile
--- a/devel/libusb-compat/Makefile      Thu Sep 06 12:27:09 2018 +0000
+++ b/devel/libusb-compat/Makefile      Thu Sep 06 13:10:01 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/12/16 22:53:15 khorben Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/06 13:10:01 jperkin Exp $
 
-DISTNAME=      libusb-compat-0.1.6rc2
 GITHUB_PROJECT=        libusb-compat-0.1
-GITHUB_TAG=    v0.1.6-rc2
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      libusb-compat-0.1.7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libusb/}
 
@@ -12,7 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            gsed pkg-config
 USE_TOOLS+=            aclocal autoconf automake autoheader
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   libusb.pc.in
diff -r 65da4ace6f94 -r 07e27106542a devel/libusb-compat/distinfo
--- a/devel/libusb-compat/distinfo      Thu Sep 06 12:27:09 2018 +0000
+++ b/devel/libusb-compat/distinfo      Thu Sep 06 13:10:01 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/16 22:53:15 khorben Exp $
+$NetBSD: distinfo,v 1.5 2018/09/06 13:10:01 jperkin Exp $
 
-SHA1 (libusb-compat-0.1.6rc2.tar.gz) = a398b24fab71e5742915a9eb7c8a389c7a492d57
-RMD160 (libusb-compat-0.1.6rc2.tar.gz) = aeaa6af3117c2e115b5e2a1b63698fa7857cfb0e
-SHA512 (libusb-compat-0.1.6rc2.tar.gz) = 825de5ac7dd26255360320928f03c2fba6be3a822add489665b50a0ac1babc35f60eebad9095a2a345c56ebb96f04206e91fd45ad966977ebf482ddf4db1998e
-Size (libusb-compat-0.1.6rc2.tar.gz) = 37284 bytes
+SHA1 (libusb-compat-0.1.7.tar.gz) = bf6c214e4a64f62d42a03b2516658bc8f8f1bc00
+RMD160 (libusb-compat-0.1.7.tar.gz) = 58dd331bfe071e36fce0c83a3ac9f5d98654fcab
+SHA512 (libusb-compat-0.1.7.tar.gz) = 2cf3baa62ad2d6da10eb4d53e057786aa700a4cf40429f632a6bd3b8aa68176ac89bc9d69e19d11f704f3f09f544c88712a69df866063c8177b70854407843df
+Size (libusb-compat-0.1.7.tar.gz) = 37581 bytes



Home | Main Index | Thread Index | Old Index