git: c6e6c7f15310 - main - sysutils/cpufetch: Fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 18:19:17 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6e6c7f15310fe881692447dbb56749f0860670b commit c6e6c7f15310fe881692447dbb56749f0860670b Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-04-11 18:10:18 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-04-11 18:16:06 +0000 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 --- sysutils/cpufetch/Makefile | 3 +++ sysutils/cpufetch/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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