diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 06cf918c4af7..0d632684fe66 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,68 +1,68 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.83.0 +DISTVERSION= 1.84.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org COMMENT= GitLab CLI tool bringing GitLab to your command line WWW= https://gitlab.com/gitlab-org/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= git:devel/git RUN_DEPENDS= git:devel/git USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_PLATFORM= ${OPSYS:tl} _BUILD_DATE= $$(date +%Y-%m-%d) # Find here: https://gitlab.com/gitlab-org/cli/-/tags -_TAG= b5adf9b12f94ffbfbf0b6b38b1c8a3d60f9b33ad +_TAG= 9c02d4257e00198e9c49668fe85ac2915db50053 GO_MODULE= gitlab.com/gitlab-org/cli GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X 'main.commit=${_TAG}' \ -X 'main.version=${_BUILD_VERSION}' \ -X 'main.platform=${_BUILD_PLATFORM}'" PORTDOCS= CONTRIBUTING.md README.md SECURITY.md OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES OPTIONS_DEFAULT= COMPLETIONS MANPAGES OPTIONS_SUB= yes COMPLETIONS_DESC= Build and install bash, fish and zsh shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} # add a git tag, as that is required to build the manpages pre-build: cd ${WRKSRC} && \ git init && \ git config user.email "${MAINTAINER}" && \ git config user.name "FreeBSD Port" && \ git add . && \ git commit -m "tag" && \ git tag v${PORTVERSION} post-install-COMPLETIONS-on: .for _shell in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion -s ${_shell} \ >${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run \ ./cmd/gen-docs --manpage --path ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/devel/glab/distinfo b/devel/glab/distinfo index 4a1eb0570f17..9db7cb6b4784 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1771047158 -SHA256 (go/devel_glab/glab-v1.83.0/v1.83.0.mod) = e4b68617427889099f6e8ce14e40f616c8fadc33e72b75cae5e7e6d1c84336fa -SIZE (go/devel_glab/glab-v1.83.0/v1.83.0.mod) = 7983 -SHA256 (go/devel_glab/glab-v1.83.0/v1.83.0.zip) = ce133542abe6814d102beefc6224f8d5c8d79f0c40c86035dfc05568652a0bc5 -SIZE (go/devel_glab/glab-v1.83.0/v1.83.0.zip) = 17685196 +TIMESTAMP = 1771047554 +SHA256 (go/devel_glab/glab-v1.84.0/v1.84.0.mod) = e4b68617427889099f6e8ce14e40f616c8fadc33e72b75cae5e7e6d1c84336fa +SIZE (go/devel_glab/glab-v1.84.0/v1.84.0.mod) = 7983 +SHA256 (go/devel_glab/glab-v1.84.0/v1.84.0.zip) = 223c52a3406bef9a9a2430ba69d8048843d45878bd4427cd79425df9d5ec11a7 +SIZE (go/devel_glab/glab-v1.84.0/v1.84.0.zip) = 17686738