Re: PATCH: hw-probe add lspci and lsusb to run-deps

2020-09-10 Thread Mikolaj Kucharski
Hi,

Kind reminder.

On Fri, Aug 21, 2020 at 07:54:59PM +, Mikolaj Kucharski wrote:
> Hi David,
> 
> I see that hw-proble is using lspci and lsusb, so to have more complete
> information in hardware database, I think it would be useful to add
> those tools as run dep.
> 
> While at it, I sorted RUN_DEPENDS.
> 

Below inlined the same patch for convenience.

Index: Makefile
===
RCS file: /cvs/ports/sysutils/hw-probe/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile11 Aug 2020 14:54:11 -  1.1.1.1
+++ Makefile21 Aug 2020 19:51:03 -
@@ -4,6 +4,7 @@ COMMENT =   hardware probe tool
 CATEGORIES =   sysutils
 
 PKGNAME =  hw-probe-1.6beta
+REVISION = 0
 
 GH_ACCOUNT =   linuxhw
 GH_PROJECT =   hw-probe
@@ -14,11 +15,13 @@ MAINTAINER =David Dahlberg 

PATCH: hw-probe add lspci and lsusb to run-deps

2020-08-21 Thread Mikolaj Kucharski
Hi David,

I see that hw-proble is using lspci and lsusb, so to have more complete
information in hardware database, I think it would be useful to add
those tools as run dep.

While at it, I sorted RUN_DEPENDS.


Index: Makefile
===
RCS file: /cvs/ports/sysutils/hw-probe/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile11 Aug 2020 14:54:11 -  1.1.1.1
+++ Makefile21 Aug 2020 19:51:03 -
@@ -4,6 +4,7 @@ COMMENT =   hardware probe tool
 CATEGORIES =   sysutils
 
 PKGNAME =  hw-probe-1.6beta
+REVISION = 0
 
 GH_ACCOUNT =   linuxhw
 GH_PROJECT =   hw-probe
@@ -14,11 +15,13 @@ MAINTAINER =David Dahlberg