aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-04-11 18:10:18 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-04-11 18:16:06 +0000
commitc6e6c7f15310fe881692447dbb56749f0860670b (patch)
tree796643772967a194725fa9b3d4f1eb30b7296838
parent1cd78d6606830acb02ca417932132f5a968561bc (diff)
downloadports-c6e6c7f15310fe881692447dbb56749f0860670b.tar.gz
ports-c6e6c7f15310fe881692447dbb56749f0860670b.zip
sysutils/cpufetch: Fix build on i386
Cherry pick patch to add i{345}86 to the list or supported architectures. https://lists.freebsd.org/archives/freebsd-ports/2022-April/001700.html Reported by: jbo_at_insane.engineer (maintainer) Fixes: 4a1d3b62ff7ef2691d47e0848512d11acf5fab44
-rw-r--r--sysutils/cpufetch/Makefile3
-rw-r--r--sysutils/cpufetch/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/cpufetch/Makefile b/sysutils/cpufetch/Makefile
index acb361d755fa..2a0542b5f294 100644
--- a/sysutils/cpufetch/Makefile
+++ b/sysutils/cpufetch/Makefile
@@ -4,6 +4,9 @@ DISTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= sysutils
+PATCH_SITES= https://github.com/Dr-Noob/cpufetch/commit/
+PATCHFILES= 0db9f1f5c26e57a6383f4609c5605ed5d3d41fd1.patch:-p1
+
MAINTAINER= jbo@insane.engineer
COMMENT= Simple yet fancy CPU architecture fetching tool
diff --git a/sysutils/cpufetch/distinfo b/sysutils/cpufetch/distinfo
index c195602b6c25..9f9057beca6b 100644
--- a/sysutils/cpufetch/distinfo
+++ b/sysutils/cpufetch/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1632680562
+TIMESTAMP = 1649700067
SHA256 (Dr-Noob-cpufetch-v1.00_GH0.tar.gz) = 2254c2578435cc35c4d325b25fdff4c4b681de92cbce9a7a36e58ad58a3d9173
SIZE (Dr-Noob-cpufetch-v1.00_GH0.tar.gz) = 317439
+SHA256 (0db9f1f5c26e57a6383f4609c5605ed5d3d41fd1.patch) = de159d51dd52943c83bb8575125b0e8dd4f2b9bf816646e841edca7c8f5c70f9
+SIZE (0db9f1f5c26e57a6383f4609c5605ed5d3d41fd1.patch) = 889