Created attachment 213345 [details] git-bug.0.7.1.diff Fully featured git bug tracker that: * Is fully embeded in git: you only need your git repository to have a bug tracker. * Is distributed: use your normal git remote to collaborate, push and pull your bugs! * Works offline: in a plane or under the sea? Keep reading and writing bugs! * Prevents vendor lock-in: your usual service is down or went bad? You already have a full backup. * Is fast: listing bugs or opening them is a matter of milliseconds. * Doesn't pollute your project: no files are added in your project. * Integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API. * Bridges to other bug trackers: use bridges to import and export to other trackers. WWW: https://github.com/MichaelMure/git-bug Tested: * portlint: OK (looks fine). * testport: OK (poudriere: 3.3.4).
Created attachment 213346 [details] git-bug.0.7.1.log * Poudriere testport log.
A commit references this bug: Author: dmgk Date: Sun Apr 12 21:32:44 UTC 2020 New revision: 531558 URL: https://svnweb.freebsd.org/changeset/ports/531558 Log: New port: devel/git-bug Fully featured git bug tracker that: * Is fully embeded in git: you only need your git repository to have a bug tracker. * Is distributed: use your normal git remote to collaborate, push and pull your bugs! * Works offline: in a plane or under the sea? Keep reading and writing bugs! * Prevents vendor lock-in: your usual service is down or went bad? You already have a full backup. * Is fast: listing bugs or opening them is a matter of milliseconds. * Doesn't pollute your project: no files are added in your project. * Integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API. * Bridges to other bug trackers: use bridges to import and export to other trackers. WWW: https://github.com/MichaelMure/git-bug PR: 245578 Submitted by: Lewis Cook <vulcan@wired.sh> Changes: head/devel/Makefile head/devel/git-bug/ head/devel/git-bug/Makefile head/devel/git-bug/distinfo head/devel/git-bug/pkg-descr head/devel/git-bug/pkg-plist
Committed, thanks!