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