aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2021-02-11 13:23:32 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2021-02-11 13:23:32 +0000
commit9e99d4695d70fcc9d39b92bb71b93dbdbe7dddc6 (patch)
tree8097a90d2ced24eb3602d08d51a1bc6bd5d6aa94
parentf8569e3e408d4141c7acae591fce15bb992139fc (diff)
downloadports-9e99d4695d70fcc9d39b92bb71b93dbdbe7dddc6.tar.gz
ports-9e99d4695d70fcc9d39b92bb71b93dbdbe7dddc6.zip
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'
Notes
Notes: svn path=/head/; revision=564945
-rw-r--r--devel/got/Makefile4
-rw-r--r--devel/got/distinfo6
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/got/Makefile b/devel/got/Makefile
index 0ec3e82ec1e5..de63b7d7be88 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -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 \
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 1c9961cb52eb..c32a6c4f9699 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -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