diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 13be61d22d0f..a6c407858f89 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,59 +1,58 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.15.18 -PORTREVISION= 3 +DISTVERSION= 1.16.0 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go WWW= https://www.gopass.pw/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 ONLY_FOR_ARCHS_REASON= upstream only supports ${ONLY_FOR_ARCHS} RUN_DEPENDS= git:devel/git \ gpg2:security/gnupg USES= go:modules # Usage examples are in a separate repo USE_GITHUB= nodefault GH_TUPLE= gopasspw:password-store-example:8db75ba3b69c:password_store_example GO_MODULE= github.com/gopasspw/gopass GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" -PORTDOCS= README.md docs/* +PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-build: .for SHELL in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${SHELL} > ${WRKSRC}/${SHELL} .endfor post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC_password_store_example} && ${COPYTREE_SHARE} "README.md secrets templates" ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/security/gopass/distinfo b/security/gopass/distinfo index aede68d4968d..e5d1cb1862ef 100644 --- a/security/gopass/distinfo +++ b/security/gopass/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1758308339 -SHA256 (go/security_gopass/gopass-v1.15.18/v1.15.18.mod) = d896a7e31597dc6cdbf6eececfb7da5c997813ef9739666727c926999b734d62 -SIZE (go/security_gopass/gopass-v1.15.18/v1.15.18.mod) = 4392 -SHA256 (go/security_gopass/gopass-v1.15.18/v1.15.18.zip) = 5c6eaa1f74632a4e8cde7eababe589136c451e9649bac1665df350bfc69db517 -SIZE (go/security_gopass/gopass-v1.15.18/v1.15.18.zip) = 2636855 -SHA256 (go/security_gopass/gopass-v1.15.18/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5 -SIZE (go/security_gopass/gopass-v1.15.18/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392 +TIMESTAMP = 1763065093 +SHA256 (go/security_gopass/gopass-v1.16.0/v1.16.0.mod) = 5f041be3279b6b57fec531111be9e5cd6c1ae2959b2174a34cc67d4ed0da7583 +SIZE (go/security_gopass/gopass-v1.16.0/v1.16.0.mod) = 4391 +SHA256 (go/security_gopass/gopass-v1.16.0/v1.16.0.zip) = de4f605cee86ecf4537fbf33e52d18e1e6fff2230b5e8dd57a519275b8e1df83 +SIZE (go/security_gopass/gopass-v1.16.0/v1.16.0.zip) = 3305237 +SHA256 (go/security_gopass/gopass-v1.16.0/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5 +SIZE (go/security_gopass/gopass-v1.16.0/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392 diff --git a/security/gopass/pkg-plist b/security/gopass/pkg-plist index 69b6f9a7bf15..0860b065c486 100644 --- a/security/gopass/pkg-plist +++ b/security/gopass/pkg-plist @@ -1,64 +1,5 @@ bin/gopass etc/bash_completion.d/gopass.sh -%%PORTDOCS%%%%DOCSDIR%%/backends.md -%%PORTDOCS%%%%DOCSDIR%%/backends/age.md -%%PORTDOCS%%%%DOCSDIR%%/backends/fs.md -%%PORTDOCS%%%%DOCSDIR%%/backends/gitfs.md -%%PORTDOCS%%%%DOCSDIR%%/backends/gpg.md -%%PORTDOCS%%%%DOCSDIR%%/commands/audit.md -%%PORTDOCS%%%%DOCSDIR%%/commands/cat.md -%%PORTDOCS%%%%DOCSDIR%%/commands/clone.md -%%PORTDOCS%%%%DOCSDIR%%/commands/config.md -%%PORTDOCS%%%%DOCSDIR%%/commands/convert.md -%%PORTDOCS%%%%DOCSDIR%%/commands/create.md -%%PORTDOCS%%%%DOCSDIR%%/commands/delete.md -%%PORTDOCS%%%%DOCSDIR%%/commands/edit.md -%%PORTDOCS%%%%DOCSDIR%%/commands/env.md -%%PORTDOCS%%%%DOCSDIR%%/commands/find.md -%%PORTDOCS%%%%DOCSDIR%%/commands/fsck.md -%%PORTDOCS%%%%DOCSDIR%%/commands/generate.md -%%PORTDOCS%%%%DOCSDIR%%/commands/gopass.md -%%PORTDOCS%%%%DOCSDIR%%/commands/grep.md -%%PORTDOCS%%%%DOCSDIR%%/commands/history.md -%%PORTDOCS%%%%DOCSDIR%%/commands/init.md -%%PORTDOCS%%%%DOCSDIR%%/commands/insert.md -%%PORTDOCS%%%%DOCSDIR%%/commands/link.md -%%PORTDOCS%%%%DOCSDIR%%/commands/list.md -%%PORTDOCS%%%%DOCSDIR%%/commands/mounts.md -%%PORTDOCS%%%%DOCSDIR%%/commands/move.md -%%PORTDOCS%%%%DOCSDIR%%/commands/otp.md -%%PORTDOCS%%%%DOCSDIR%%/commands/process.md -%%PORTDOCS%%%%DOCSDIR%%/commands/pwgen.md -%%PORTDOCS%%%%DOCSDIR%%/commands/recipients.md -%%PORTDOCS%%%%DOCSDIR%%/commands/show.md -%%PORTDOCS%%%%DOCSDIR%%/commands/sync.md -%%PORTDOCS%%%%DOCSDIR%%/commands/templates.md -%%PORTDOCS%%%%DOCSDIR%%/commands/update.md -%%PORTDOCS%%%%DOCSDIR%%/components.dot -%%PORTDOCS%%%%DOCSDIR%%/components.png -%%PORTDOCS%%%%DOCSDIR%%/config.md -%%PORTDOCS%%%%DOCSDIR%%/entropy.md -%%PORTDOCS%%%%DOCSDIR%%/faq.md -%%PORTDOCS%%%%DOCSDIR%%/features.md -%%PORTDOCS%%%%DOCSDIR%%/hacking.md -%%PORTDOCS%%%%DOCSDIR%%/hooks.md -%%PORTDOCS%%%%DOCSDIR%%/logo-small.png -%%PORTDOCS%%%%DOCSDIR%%/logo.ico -%%PORTDOCS%%%%DOCSDIR%%/logo.png -%%PORTDOCS%%%%DOCSDIR%%/logo.svg -%%PORTDOCS%%%%DOCSDIR%%/releases.md -%%PORTDOCS%%%%DOCSDIR%%/secrets.md -%%PORTDOCS%%%%DOCSDIR%%/security.md -%%PORTDOCS%%%%DOCSDIR%%/setup.md -%%PORTDOCS%%%%DOCSDIR%%/showcase.png -%%PORTDOCS%%%%DOCSDIR%%/usecases/gpaste.md -%%PORTDOCS%%%%DOCSDIR%%/usecases/multi-store.md -%%PORTDOCS%%%%DOCSDIR%%/usecases/readonly-store.md -%%PORTDOCS%%%%DOCSDIR%%/usecases/secure-otp.md -%%PORTDOCS%%%%DOCSDIR%%/usecases/secure-otp/Sign-In.png -%%PORTDOCS%%%%DOCSDIR%%/usecases/secure-otp/Sign-Up.png -%%PORTDOCS%%%%DOCSDIR%%/usecases/secure-otp/sign-in.puml -%%PORTDOCS%%%%DOCSDIR%%/usecases/secure-otp/sign-up.puml share/fish/completions/gopass.fish share/man/man1/gopass.1.gz share/zsh/site-functions/_gopass