diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile index efa4f58d170e..01f8e1b715be 100644 --- a/sysutils/hw-probe/Makefile +++ b/sysutils/hw-probe/Makefile @@ -1,47 +1,46 @@ # Created by: Alexey Dokuchaev PORTNAME= hw-probe -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= sysutils perl5 MAINTAINER= danfe@FreeBSD.org COMMENT= Probe for hardware, check operability, and find drivers LICENSE= LGPL21+ BSD4CLAUSE LICENSE_COMB= dual RUN_DEPENDS= curl:ftp/curl \ hwstat:sysutils/hwstat \ lsblk:sysutils/lsblk \ smartctl:sysutils/smartmontools USE_GITHUB= yes GH_ACCOUNT= linuxhw USES= perl5 USE_PERL5= run MAKE_ARGS= prefix=${PREFIX} NO_BUILD= yes OPTIONS_DEFINE= DOCS PLIST_FILES= bin/${PORTNAME} PORTDOCS= NEWS.md README.md .include .if ${ARCH} == i386 || ${ARCH} == amd64 RUN_DEPENDS+= dmidecode:sysutils/dmidecode \ lscpu:sysutils/lscpu .endif post-patch: - @${REINPLACE_CMD} -e '/my @KNOWN_BSD/s/free/&bsd", "&/ ; \ - s/if(checkCmd("pkg")/& and $$Name eq "ghostbsd"/ ; \ - s/ps x | grep/pgrep -l/' ${WRKSRC}/${PORTNAME}.pl + @${REINPLACE_CMD} -e 's/s x | grep/grep -l/; s/ | grep -v grep//' \ + ${WRKSRC}/${PORTNAME}.pl post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/hw-probe/distinfo b/sysutils/hw-probe/distinfo index 659492ca5919..9c3dcb7ce93a 100644 --- a/sysutils/hw-probe/distinfo +++ b/sysutils/hw-probe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638169260 -SHA256 (linuxhw-hw-probe-1.6.1_GH0.tar.gz) = 6fe0ffb3bad9875219df60baa1d0722d0bd27f1e957d547e2f5d58a0f33382dd -SIZE (linuxhw-hw-probe-1.6.1_GH0.tar.gz) = 161991 +TIMESTAMP = 1647956850 +SHA256 (linuxhw-hw-probe-1.6.3_GH0.tar.gz) = 4ddfcdb51b4e29ce3d0ecf4ecc8a6c1f117185ebd40396608a0e929a4099f912 +SIZE (linuxhw-hw-probe-1.6.3_GH0.tar.gz) = 161938