CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/08/11 13:56:44
Modified files:
devel/got : Makefile distinfo
Log message:
Update devel/got to got-0.4
- add support for tag objects to 'got diff'
- fix tog log -r option (patch by semarie@)
- fix use of potentially out-of-date errno values (patch by Hiltjo Posthuma)
- fix getline(3) return value check (patch by Hiltjo Posthuma)
- use Oo/Oc/Op instead of plain brackets in man pages (patch by bentley@)
- fix spurious failures of test_revert_patch_one_change due to race condition