diff --git a/devel/got/Makefile b/devel/got/Makefile index 1a41440bef3f..47e197e649b7 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,30 +1,38 @@ PORTNAME= got -DISTVERSION= 0.98.2 +DISTVERSION= 0.99 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} MAINTAINER= naddy@FreeBSD.org COMMENT= Game of Trees version control system WWW= https://gameoftrees.org LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE USES= localbase pkgconfig ssl CONFLICTS_INSTALL= p5-App-GitGot GNU_CONFIGURE= Yes +# The regression test suite requires: +# installed got +# installed git +# installed perl and HTTP::Daemon +# ssh to 127.0.0.1 +tests: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} tests) + .include # When using LibreSSL use its own libtls, but when using OpenSSL # use libtls from libretls. .if ${SSL_DEFAULT:Mlibressl*} # /* empty */ .else LIB_DEPENDS+= libtls.so:security/libretls .endif # SSL_DEFAULT .include diff --git a/devel/got/distinfo b/devel/got/distinfo index 3be8904d6fb5..0bcbb583d51f 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714082661 -SHA256 (got-portable-0.98.2.tar.gz) = ff5d4ad9922edf1c8055b2398650972fd463c809590dbe78e2eab1bf78a150c8 -SIZE (got-portable-0.98.2.tar.gz) = 1351206 +TIMESTAMP = 1714944008 +SHA256 (got-portable-0.99.tar.gz) = aea408353a02b2e3ad9b4d1b7607900269af97986d40998c57f10acdf0fa1e38 +SIZE (got-portable-0.99.tar.gz) = 1481387 diff --git a/devel/got/files/patch-Makefile.in b/devel/got/files/patch-Makefile.in index 36ea62f88fb6..1c16e6dcca4f 100644 --- a/devel/got/files/patch-Makefile.in +++ b/devel/got/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2024-04-25 19:30:16 UTC +--- Makefile.in.orig 2024-05-05 20:54:52 UTC +++ Makefile.in -@@ -370,7 +370,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ - --enable-cvg \ - --enable-gotd - --SUBDIRS = compat libexec got tog gotadmin template gotwebd \ -+SUBDIRS = compat libexec got tog gotadmin template \ - $(am__append_1) $(am__append_2) - EXTRA_DIST = CHANGES CHANGELOG LICENCE README.portable util/got-portable-ver.sh - LDADD = $(LIBOBJS) $(am__append_3) +@@ -366,7 +366,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg + # whether the end-user will enable this; this step is here so that all the + # relevant files are included in the distribution. + AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg +-SUBDIRS = compat gitwrapper got gotadmin gotctl gotd gotsh gotwebd \ ++SUBDIRS = compat got gotadmin \ + libexec template tog $(am__append_1) + EXTRA_DIST = CHANGES \ + CHANGELOG \