Date: Tue, 29 Aug 2023 18:00:54 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 855d23ea8592 - main - devel/got: update to 0.92 Message-ID: <202308291800.37TI0sLw017460@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=855d23ea859270fded6d43b4667df80d58ec5660 commit 855d23ea859270fded6d43b4667df80d58ec5660 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2023-08-29 17:59:36 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2023-08-29 17:59:36 +0000 devel/got: update to 0.92 User-visible changes: - allow modified files to be deleted during merges if content exists in repo - disallow overlapping repo and work tree in 'got checkout' - add support for commit keywords to 'got log -x' - fix 'got log -dPp' diffstat duplication bug - fix regression from 0.76: 'got diff' output matches /usr/bin/diff -p again - tog: show work tree base commit marker in the log view --- devel/got/Makefile | 7 +++---- devel/got/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 976746e4ab99..66066f3611eb 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.91 +DISTVERSION= 0.92 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ @@ -28,8 +28,7 @@ post-extract: # installed got # installed git # ssh to 127.0.0.1 -### Disabled due to unportable shell constructs in 0.91 -#regress: -# @(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress) +regress: + @(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress) .include <bsd.port.mk> diff --git a/devel/got/distinfo b/devel/got/distinfo index 67a6a8216b99..42fdee74a729 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689803487 -SHA256 (got-0.91.tar.gz) = 12c93975847e0f85f4ca192fb95770f13e73677eebdb8c692a98a6b294c48b9b -SIZE (got-0.91.tar.gz) = 923998 +TIMESTAMP = 1693331524 +SHA256 (got-0.92.tar.gz) = 32cf8b763c8b339f0dd34a674564da01b83fa3a6d75ad95727618dcd6fc99901 +SIZE (got-0.92.tar.gz) = 929443
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308291800.37TI0sLw017460>