git: 201ebb5fd59e - main - net/gitup: Update to 0.98-14

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Tue, 31 Oct 2023 08:09:01 UTC
The branch main has been updated by eduardo:

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

commit 201ebb5fd59e80744f19df5963571ae2ba5bb1ed
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-10-31 08:05:16 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-10-31 08:08:49 +0000

    net/gitup: Update to 0.98-14
    
    - Update comment and pkg description to match upstream
    
    ChangeLog:
    https://github.com/johnmehr/gitup/compare/0.98-8-g097fa9f...0.98-14-g5e26080
    
    PR:             274060
    MFH:            2023Q4
---
 net/gitup/Makefile  |  6 +++---
 net/gitup/distinfo  |  6 +++---
 net/gitup/pkg-descr | 10 ++++------
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index 018639ab4cb4..c81983e8c666 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	gitup
-DISTVERSION=	0.98-8
-DISTVERSIONSUFFIX=	-g097fa9f
+DISTVERSION=	0.98-14
+DISTVERSIONSUFFIX=	-g5e26080
 CATEGORIES=	net
 
 MAINTAINER=	eduardo@FreeBSD.org
-COMMENT=	Minimalist, dependency-free program to clone/pull git repositories
+COMMENT=	Minimalist, dependency-free program to clone/pull Git repositories
 WWW=		https://github.com/johnmehr/gitup
 
 LICENSE=	BSD2CLAUSE
diff --git a/net/gitup/distinfo b/net/gitup/distinfo
index 9eb11bead4ff..9d01c3aef8e1 100644
--- a/net/gitup/distinfo
+++ b/net/gitup/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688285044
-SHA256 (johnmehr-gitup-0.98-8-g097fa9f_GH0.tar.gz) = e5d7842c35df83291de09ca51f20765c29bd40751dbd6392316b6db4ede4455e
-SIZE (johnmehr-gitup-0.98-8-g097fa9f_GH0.tar.gz) = 31561
+TIMESTAMP = 1698739199
+SHA256 (johnmehr-gitup-0.98-14-g5e26080_GH0.tar.gz) = 5d72650bc270b81b0a31eb906c086a5bac36fc1933d3bcf5d7de0c8468d5ef6e
+SIZE (johnmehr-gitup-0.98-14-g5e26080_GH0.tar.gz) = 32514
diff --git a/net/gitup/pkg-descr b/net/gitup/pkg-descr
index 88a6334cda22..5bc211060e02 100644
--- a/net/gitup/pkg-descr
+++ b/net/gitup/pkg-descr
@@ -1,6 +1,4 @@
-A minimalist, dependency-free FreeBSD program to clone/pull git
-repositories. Intended for non-developers, gitup synchronizes local
-copies of repositories without the additional overhead that the
-official git client requires. Because gitup neither uses nor updates
-the contents of .git directories, the official git client should not
-be used on repositories cloned or modified with gitup.
+A minimalist FreeBSD program to clone/pull Git repositories.
+
+Intended for non-developers, gitup(1) synchronizes local repositories
+without the complexities of the official Git client, git(1).