Skip to content

Commit

Permalink
security/git-credential-gopass: Mark broken, does not fetch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ehaupt committed Mar 21, 2024
1 parent 14b4893 commit 7ede856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions security/git-credential-gopass/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion security/git-credential-gopass/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ede856

Please sign in to comment.