aboutsummaryrefslogtreecommitdiff
path: root/devel/gh/Makefile
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2023-05-21 23:22:09 +0000
committerLewis Cook <lcook@FreeBSD.org>2023-05-22 02:28:22 +0000
commita8b9fdf5702e497f8f61bf6de8bdf8cde65f7e40 (patch)
tree531f19e43df72e459575dff49a36c443fada6ec3 /devel/gh/Makefile
parent6a2dc2d514cef6a477e90e729cbf17a651a52053 (diff)
downloadports-a8b9fdf5702e497f8f61bf6de8bdf8cde65f7e40.tar.gz
ports-a8b9fdf5702e497f8f61bf6de8bdf8cde65f7e40.zip
devel/gh: Update to 2.29.0
Diffstat (limited to 'devel/gh/Makefile')
-rw-r--r--devel/gh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gh/Makefile b/devel/gh/Makefile
index bfb31fa78c83..cefd2a23f2b8 100644
--- a/devel/gh/Makefile
+++ b/devel/gh/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gh
DISTVERSIONPREFIX= v
-DISTVERSION= 2.28.0
+DISTVERSION= 2.29.0
CATEGORIES= devel
MAINTAINER= lcook@FreeBSD.org
@@ -104,7 +104,8 @@ GO_BUILDFLAGS= -ldflags "\
_DOCS= README.md docs/gh-vs-hub.md docs/releasing.md \
docs/command-line-syntax.md docs/source.md \
- docs/install_linux.md docs/project-layout.md docs/triage.md
+ docs/install_linux.md docs/project-layout.md docs/triage.md \
+ docs/working-with-us.md
PORTDOCS= ${_DOCS:T}
OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES