diff --git a/devel/got/Makefile b/devel/got/Makefile index 976746e4ab99..66066f3611eb 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,35 +1,34 @@ PORTNAME= got -DISTVERSION= 0.91 +DISTVERSION= 0.92 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ MAINTAINER= naddy@FreeBSD.org COMMENT= Game of Trees version control system WWW= https://gameoftrees.org LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE USES= uidfix CONFLICTS_INSTALL= p5-App-GitGot # 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 \ ${REINPLACE_CMD} '1,/^#include "/{ \ /^#include "/i\$n#include "openbsd-compat.h"\$n$n}' \ {} + ${CP} -R ${FILESDIR}/openbsd-compat ${WRKSRC} # The regression test suite requires: # 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 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