summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-10-25 19:34:04 +0000
committertnn <tnn@pkgsrc.org>2020-10-25 19:34:04 +0000
commit3c14719ef6bfc65d3ca037ba0a9c97bcf2349077 (patch)
tree2418484e07e7a7bcbd6340fb038669d2899ef8ca
parentb7431daa4962d0f6cc2fdf4a520c15bc33b5eca4 (diff)
downloadpkgsrc-3c14719ef6bfc65d3ca037ba0a9c97bcf2349077.tar.gz
add devel/git-filter-repo
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20203
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]