Date: Thu, 21 Mar 2024 06:58:08 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ede856235e3 - main - security/git-credential-gopass: Mark broken, does not fetch Message-ID: <202403210658.42L6w8UJ092821@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ede856235e38c67faa42203283768c52ffbd3f3 commit 7ede856235e38c67faa42203283768c52ffbd3f3 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-03-21 06:53:22 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-03-21 06:58:04 +0000 security/git-credential-gopass: Mark broken, does not fetch Port fails to fetch even though the github tag exists and hasn't been recreated. 'makesum' target is able to fetch the distfile resulting in no checksum filesize changes. Mark broken while this is under investigation. Reported by: pkg-fallout --- security/git-credential-gopass/Makefile | 4 ++++ security/git-credential-gopass/distinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile index c1086e8a6df0..b063096cd53f 100644 --- a/security/git-credential-gopass/Makefile +++ b/security/git-credential-gopass/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/gopasspw/git-credential-gopass LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +# port fails to fetch even though makesum works without any checksum +# changes, this is currently under investigation +BROKEN= does not fetch + USES= go:1.22,modules USE_GITHUB= yes GH_ACCOUNT= gopasspw diff --git a/security/git-credential-gopass/distinfo b/security/git-credential-gopass/distinfo index 1936a6af0cb9..6e265e3d7520 100644 --- a/security/git-credential-gopass/distinfo +++ b/security/git-credential-gopass/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1710800319 +TIMESTAMP = 1710973760 SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.mod) = 674e443069d9a7e0d28187deb1cb483f819a9dde7bfa3b1b4be9109f39d7b6d4 SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.mod) = 4208 SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.zip) = 1ce4ff2c2ba6dd8d4e9d5d82e54d5d906e76263da3e0f178bf3502e71ab9ef31
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403210658.42L6w8UJ092821>