CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/02/21 01:38:38
Modified files:
devel/got : Makefile distinfo
devel/got/pkg : PLIST-web
Log message:
update to got 0.27
- fix gotweb build with -O2 on sparc64 (tracey; reported by kmos)
- add next/prev navigation to gotweb commit briefs and commits pages (tracey)
- add new gotweb tags page and ability to navigate all tags (tracey)
- ensure gotweb's libexec helpers inherit build flags from parent directories
- allow 'got ref' to manipulate refs which do not have a slash in their name
- add an optional path argument to 'tog tree'
- fix misplaced tog search prompt in split-screen views