diff --git a/devel/glab/Makefile b/devel/glab/Makefile index da7284999653..be9489e89424 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,68 +1,68 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.110.0 +DISTVERSION= 1.111.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= 1797d21541f52533a001b7330ae1161b4a5ddfd3 +_TAG= 2389345977f28e13744e22b5802d2bbb5887cb7f 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 ${SETENV} HOME=${WRKDIR} ${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} HOME=${WRKDIR} ${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 58b57b8a6760..33dd9c5f05c2 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785298649 -SHA256 (go/devel_glab/glab-v1.110.0/v1.110.0.mod) = 4efe5d4ff2252113f9e32a7eb2584e94baecb2285cb762ecc8a1007e308850b3 -SIZE (go/devel_glab/glab-v1.110.0/v1.110.0.mod) = 7220 -SHA256 (go/devel_glab/glab-v1.110.0/v1.110.0.zip) = b2cfb6352e9d3c0b11c0ae02bbdf48ea91beb81189ff635c1f5dbc942f4c7973 -SIZE (go/devel_glab/glab-v1.110.0/v1.110.0.zip) = 18763578 +TIMESTAMP = 1785476644 +SHA256 (go/devel_glab/glab-v1.111.0/v1.111.0.mod) = 57a8d616d6093ed7a075a8b079e5743a40d7ee929002fea370087e08d018cb8f +SIZE (go/devel_glab/glab-v1.111.0/v1.111.0.mod) = 7208 +SHA256 (go/devel_glab/glab-v1.111.0/v1.111.0.zip) = d81d81652dd835e5f5416057546ce2a99f60ce31d41349766df0e36c5760d05f +SIZE (go/devel_glab/glab-v1.111.0/v1.111.0.zip) = 18791072