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
This commit is contained in:
Nuno Teixeira 2023-10-31 08:05:16 +00:00
parent 83e86f0586
commit 201ebb5fd5
3 changed files with 10 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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).