diff --git a/net/gitup/Makefile b/net/gitup/Makefile index 018639ab4cb4..c81983e8c666 100644 --- a/net/gitup/Makefile +++ b/net/gitup/Makefile @@ -1,41 +1,41 @@ 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 LICENSE_FILE= ${WRKSRC}/LICENSE USES= ssl USE_GITHUB= yes GH_ACCOUNT= johnmehr MAKE_ENV+= CONFIG_FILE_PATH=${LOCALBASE}/etc/gitup.conf SUB_FILES= pkg-message PLIST_FILES= bin/gitup \ etc/gitup.conf.sample \ share/man/man1/gitup.1.gz \ share/man/man5/gitup.conf.5.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gitup.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/gitup.conf.5 \ ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/gitup.conf \ ${STAGEDIR}${PREFIX}/etc/gitup.conf.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include 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).