devel/got: update to 0.65

User-visible changes:
- sort paths in got log -Pp and tog's diff view the same way as in the diff
- tog: make searches start from the current position in all views
- tog: clear search highlighting when reloading view
- use time-based rate-limiting for gotadmin progress output
- print status output even when 'gotadmin cleanup' finds no objects to remove
- tog: fix a scrolling problem when diffing binary files
This commit is contained in:
Christian Weisgerber
2022-01-07 13:01:20 +00:00
parent a025389152
commit afb16d35d4
3 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= got
PORTVERSION= 0.64
PORTVERSION= 0.65
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1637683126
SHA256 (got-0.64.tar.gz) = eea13d8deb4c9022333b3b2bead3ea0bf45740ba35111fd86a7f4da2144dc462
SIZE (got-0.64.tar.gz) = 578675
TIMESTAMP = 1641559246
SHA256 (got-0.65.tar.gz) = 24805d39767e4e829c1206aa91885aa361a91517a0623efef90a7e70e15a9dc1
SIZE (got-0.65.tar.gz) = 581013

View File

@@ -22,9 +22,6 @@ void *recallocarray(void *, size_t, size_t, size_t);
*/
int getdtablecount(void);
/* void -> int */
#define closefrom(fd) (closefrom(fd), 0)
#define pledge(promises, execpromises) 0
#define unveil(path, permissions) 0