git: 4a1d3b62ff7e - main - sysutils/cpufetch: support i386

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 14:28:46 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a1d3b62ff7ef2691d47e0848512d11acf5fab44

commit 4a1d3b62ff7ef2691d47e0848512d11acf5fab44
Author:     Joel Bodenmann <jbo@insane.engineer>
AuthorDate: 2022-04-07 06:15:17 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-04-07 14:26:19 +0000

    sysutils/cpufetch: support i386
    
    i386 support has been tested and works OK.
    
    While here, change maintainer's email address.
    
    PR:     263095
    Reported by:    jbo@insane.engineer (maintainer)
---
 sysutils/cpufetch/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/cpufetch/Makefile b/sysutils/cpufetch/Makefile
index c6399114b2b9..acb361d755fa 100644
--- a/sysutils/cpufetch/Makefile
+++ b/sysutils/cpufetch/Makefile
@@ -1,15 +1,16 @@
 PORTNAME=	cpufetch
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.00
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
-MAINTAINER=	joel@insane.engineer
+MAINTAINER=	jbo@insane.engineer
 COMMENT=	Simple yet fancy CPU architecture fetching tool
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
 
 USES=		gmake