pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hw-probe



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Aug 31 12:36:31 UTC 2023

Modified Files:
        pkgsrc/sysutils/hw-probe: Makefile

Log Message:
sysutils/hw-probe: add dependency on pciutils.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/hw-probe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/hw-probe/Makefile
diff -u pkgsrc/sysutils/hw-probe/Makefile:1.3 pkgsrc/sysutils/hw-probe/Makefile:1.4
--- pkgsrc/sysutils/hw-probe/Makefile:1.3       Fri Aug 25 14:49:58 2023
+++ pkgsrc/sysutils/hw-probe/Makefile   Thu Aug 31 12:36:31 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/08/25 14:49:58 vins Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/31 12:36:31 vins Exp $
 
 PKGVER=                1.6.5_20230812
 DISTNAME=      hw-probe-${PKGVER}
+PKGREVISION=   1
 CATEGORIES=    sysutils perl5
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=linuxhw/}
 GITHUB_TAG=    b895b77b7e03f4b1b0a5fb177118373ee0328a25
@@ -17,7 +18,6 @@ ONLY_FOR_PLATFORM+=   DragonFly-*-* Linux-
 
 USE_TOOLS+=    perl:run
 
-DEPENDS+=      curl-[0-9]*:../../www/curl
 DEPENDS+=      usbutil-[0-9]*:../../sysutils/usbutil
 DEPENDS+=      mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
 DEPENDS+=      smartmontools-[0-9]*:../../sysutils/smartmontools
@@ -53,4 +53,6 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/README.md             \
                ${DESTDIR}${PREFIX}/${DOCDIR}/README
 
+.include "../../sysutils/pciutils/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index