pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libusb-compat



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep  6 13:10:01 UTC 2018

Modified Files:
        pkgsrc/devel/libusb-compat: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libusb-compat/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libusb-compat/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/libusb-compat/Makefile
diff -u pkgsrc/devel/libusb-compat/Makefile:1.7 pkgsrc/devel/libusb-compat/Makefile:1.8
--- pkgsrc/devel/libusb-compat/Makefile:1.7     Sat Dec 16 22:53:15 2017
+++ pkgsrc/devel/libusb-compat/Makefile Thu Sep  6 13:10:01 2018
@@ -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 @@ COMMENT=      USB access library version 0 co
 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

Index: pkgsrc/devel/libusb-compat/distinfo
diff -u pkgsrc/devel/libusb-compat/distinfo:1.4 pkgsrc/devel/libusb-compat/distinfo:1.5
--- pkgsrc/devel/libusb-compat/distinfo:1.4     Sat Dec 16 22:53:15 2017
+++ pkgsrc/devel/libusb-compat/distinfo Thu Sep  6 13:10:01 2018
@@ -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