devel/got: update to 0.49

User-visible changes:
- implicitly mark all files in work tree as up-to-date after 'got integrate'
- tog: fix behaviour if 'n' is pressed before search is started
- in 'got clone', allow -l together with -q, for consistency with 'got fetch'
- add 'got commit -F' option to commit with a log message stored in a file
- tolerate tag objects which lack tagger timestamp information
- include remote branches in the output of 'got branch -l'
This commit is contained in:
Christian Weisgerber
2021-02-11 13:23:32 +00:00
parent f8569e3e40
commit 9e99d4695d
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= got
PORTVERSION= 0.48
PORTVERSION= 0.49
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/
@@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
USES= uidfix
# Insert #include "openbsd-compat.h" into each source file,
# after the <...> includes and before the "..." ones.
n= ${.newline}
post-extract:
@${FIND} ${WRKSRC} -name '*.[cy]' -exec \
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1611355097
SHA256 (got-0.48.tar.gz) = b2a4268037f66313328d36ef6ed6be285b15ec3054b2669dd9989db68f06e4c3
SIZE (got-0.48.tar.gz) = 483588
TIMESTAMP = 1613049215
SHA256 (got-0.49.tar.gz) = a6738bcb121ded3d81e7775527defd9c40e1ed1f69ff7207534e6230b8bc9d84
SIZE (got-0.49.tar.gz) = 484890