devel/git-extras: Update to 6.3.0
* Pet portclippy * Reformat Makefile with portfmt ChangeLog: https://github.com/tj/git-extras/blob/6.3.0/History.md PR: 258992 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32364
This commit is contained in:
parent
a6fe3520c8
commit
b0a881cc4c
3 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= git-extras
|
||||
PORTVERSION= 6.2.0
|
||||
PORTVERSION= 6.3.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= igor.ostapenko@pm.me
|
||||
|
@ -8,15 +8,15 @@ COMMENT= Sub-commands for repo summary, repl, changelog population, and more
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= git:devel/git \
|
||||
bash:shells/bash
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
git:devel/git
|
||||
|
||||
USES= gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tj
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1617850388
|
||||
SHA256 (tj-git-extras-6.2.0_GH0.tar.gz) = 151bc129f717179c1f7b6c83faf1d4829eeddef8b7c501dac05dc38c28270c3e
|
||||
SIZE (tj-git-extras-6.2.0_GH0.tar.gz) = 156703
|
||||
TIMESTAMP = 1633649113
|
||||
SHA256 (tj-git-extras-6.3.0_GH0.tar.gz) = 8a218a0c8e10036d5ba14f26b70f994b0d11166b02ef3fed71c593cef026ec3d
|
||||
SIZE (tj-git-extras-6.3.0_GH0.tar.gz) = 159258
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin/git-abort
|
||||
bin/git-alias
|
||||
bin/git-archive-file
|
||||
bin/git-authors
|
||||
|
@ -15,6 +16,7 @@ bin/git-cp
|
|||
bin/git-create-branch
|
||||
bin/git-delete-branch
|
||||
bin/git-delete-merged-branches
|
||||
bin/git-delete-squashed-branches
|
||||
bin/git-delete-submodule
|
||||
bin/git-delete-tag
|
||||
bin/git-delta
|
||||
|
@ -68,6 +70,7 @@ bin/git-undo
|
|||
bin/git-unlock
|
||||
bin/git-utimes
|
||||
etc/bash_completion.d/git-extras
|
||||
man/man1/git-abort.1.gz
|
||||
man/man1/git-alias.1.gz
|
||||
man/man1/git-archive-file.1.gz
|
||||
man/man1/git-authors.1.gz
|
||||
|
@ -85,6 +88,7 @@ man/man1/git-cp.1.gz
|
|||
man/man1/git-create-branch.1.gz
|
||||
man/man1/git-delete-branch.1.gz
|
||||
man/man1/git-delete-merged-branches.1.gz
|
||||
man/man1/git-delete-squashed-branches.1.gz
|
||||
man/man1/git-delete-submodule.1.gz
|
||||
man/man1/git-delete-tag.1.gz
|
||||
man/man1/git-delta.1.gz
|
||||
|
@ -100,7 +104,6 @@ man/man1/git-guilt.1.gz
|
|||
man/man1/git-ignore-io.1.gz
|
||||
man/man1/git-ignore.1.gz
|
||||
man/man1/git-info.1.gz
|
||||
man/man1/git-line-summary.1.gz
|
||||
man/man1/git-local-commits.1.gz
|
||||
man/man1/git-lock.1.gz
|
||||
man/man1/git-locked.1.gz
|
||||
|
|
Loading…
Reference in a new issue