diff options
author | tnn <tnn@pkgsrc.org> | 2020-10-25 19:34:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-10-25 19:34:04 +0000 |
commit | 3c14719ef6bfc65d3ca037ba0a9c97bcf2349077 (patch) | |
tree | 2418484e07e7a7bcbd6340fb038669d2899ef8ca | |
parent | b7431daa4962d0f6cc2fdf4a520c15bc33b5eca4 (diff) | |
download | pkgsrc-3c14719ef6bfc65d3ca037ba0a9c97bcf2349077.tar.gz |
add devel/git-filter-repo
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2020 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index b397d78051c..cafda240442 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3272 2020/10/24 16:05:36 kamil Exp $ +# $NetBSD: Makefile,v 1.3273 2020/10/25 19:34:04 tnn Exp $ # COMMENT= Development utilities @@ -364,6 +364,7 @@ SUBDIR+= git-base SUBDIR+= git-contrib SUBDIR+= git-cvs SUBDIR+= git-docs +SUBDIR+= git-filter-repo SUBDIR+= git-gitk SUBDIR+= git-lfs SUBDIR+= git-remote-hg diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020 index f65103256e3..9fe3bee06c1 100644 --- a/doc/CHANGES-2020 +++ b/doc/CHANGES-2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.5899 2020/10/25 15:46:45 wen Exp $ +$NetBSD: CHANGES-2020,v 1.5900 2020/10/25 19:34:04 tnn Exp $ Changes to the packages collection and infrastructure in 2020: @@ -8769,3 +8769,4 @@ Changes to the packages collection and infrastructure in 2020: Updated www/lighttpd to 1.4.55nb3 [schmonz 2020-10-25] Updated www/p5-CGI to 4.51 [wen 2020-10-25] Updated databases/py-multidict to 5.0.0 [wen 2020-10-25] + Added devel/git-filter-repo version 2.29.0 [tnn 2020-10-25] |