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: Use GITHUG_RELEASE ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c39c8a73597
branches:  trunk
changeset: 440419:2c39c8a73597
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Thu Oct 08 11:54:44 2020 +0000

description:
libusb-compat: Use GITHUG_RELEASE instead of GITHUB_TAG

pkgsrc changes:
---------------
  * Switch to release tarball to remove the dependency on autotools.

diffstat:

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

diffs (47 lines):

diff -r 0c3df6bb83ff -r 2c39c8a73597 devel/libusb-compat/Makefile
--- a/devel/libusb-compat/Makefile      Thu Oct 08 11:19:39 2020 +0000
+++ b/devel/libusb-compat/Makefile      Thu Oct 08 11:54:44 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2018/09/06 13:10:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/08 11:54:44 triaxx Exp $
 
-GITHUB_PROJECT=        libusb-compat-0.1
-GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      libusb-compat-0.1.7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libusb/}
+GITHUB_PROJECT=        libusb-compat-0.1
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/libusb/libusb/wiki
@@ -13,14 +13,10 @@
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gsed pkg-config
-USE_TOOLS+=            aclocal autoconf automake autoheader
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   libusb.pc.in
 
 CONFLICTS=             libusb-[0-9]*
 
-pre-configure:
-       cd ${WRKSRC} && sh autogen.sh
-
 .include "../../devel/libusb1/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0c3df6bb83ff -r 2c39c8a73597 devel/libusb-compat/distinfo
--- a/devel/libusb-compat/distinfo      Thu Oct 08 11:19:39 2020 +0000
+++ b/devel/libusb-compat/distinfo      Thu Oct 08 11:54:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/09/06 13:10:01 jperkin Exp $
+$NetBSD: distinfo,v 1.6 2020/10/08 11:54:44 triaxx Exp $
 
-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
+SHA1 (libusb-compat-0.1.7.tar.gz) = 7a64e8c3ba015e3b7db19054a75eefb9d8730874
+RMD160 (libusb-compat-0.1.7.tar.gz) = 111845e2675c8dfb243a2241e823950c1c4a2f34
+SHA512 (libusb-compat-0.1.7.tar.gz) = 8f3b2f9a275987b13278215b28950f9bc4c4cd30d3dc08ff5141ed6486d484981d059588533857eb521a5362ce2eb74c9f9c98f3d0c59d9a288debf9fc95a882
+Size (libusb-compat-0.1.7.tar.gz) = 374868 bytes



Home | Main Index | Thread Index | Old Index