git: c9e8d83b47fd - main - net/gitup: fix i386 build (12.3 rel)

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 08 Jun 2022 00:08:30 UTC
The branch main has been updated by eduardo:

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

commit c9e8d83b47fd99b269ac0c914ca7ba7aa4299d86
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-06-08 00:04:12 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-08 00:04:12 +0000

    net/gitup: fix i386 build (12.3 rel)
    
     - add upstream patch to fix i386 build (12.3 release)
     - bump PORTREVISION
---
 net/gitup/Makefile | 4 ++++
 net/gitup/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index 6a6975370784..d4bebb92b0fe 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -1,7 +1,11 @@
 PORTNAME=	gitup
 DISTVERSION=	0.97
+PORTREVISION=	1
 CATEGORIES=	net
 
+PATCH_SITES=	https://github.com/johnmehr/gitup/commit/
+PATCHFILES=	dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch:-p1
+
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Minimalist, dependency-free program to clone/pull git repositories
 
diff --git a/net/gitup/distinfo b/net/gitup/distinfo
index e71086dbb6a8..86398725fb3a 100644
--- a/net/gitup/distinfo
+++ b/net/gitup/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1654358061
+TIMESTAMP = 1654646024
 SHA256 (johnmehr-gitup-0.97_GH0.tar.gz) = e474a88a4cd9fda43e6004b536ac0e519d508addb0d5b5b10b8289f04276cf43
 SIZE (johnmehr-gitup-0.97_GH0.tar.gz) = 31005
+SHA256 (dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch) = cbd5ed74efdc79027b12f3b1bd5ef34e8e2eaeef1d32059f333de64394e6c8e1
+SIZE (dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch) = 1171