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
--- Makefile    11 Aug 2020 14:54:11 -0000      1.1.1.1
+++ Makefile    21 Aug 2020 19:51:03 -0000
@@ -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 <david+bsd@d
 # BSD-4 or LGPLv2.1+
 PERMIT_PACKAGE =       Yes
 
-RUN_DEPENDS =  sysutils/dmidecode \
+RUN_DEPENDS =  net/curl \
+               sysutils/dmidecode \
+               sysutils/lscpu \
+               sysutils/pciutils \
                sysutils/smartmontools \
                sysutils/usbutil \
-               sysutils/lscpu \
-               net/curl
+               sysutils/usbutils
 
 FAKE_FLAGS =   prefix=${PREFIX} tool_dir=${DESTDIR}${PREFIX}/sbin
 

-- 
Regards,
 Mikolaj

Reply via email to