Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2021 19:12:23 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568127 - head/devel/tig
Message-ID:  <202103111912.12BJCNda068991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Mar 11 19:12:23 2021
New Revision: 568127
URL: https://svnweb.freebsd.org/changeset/ports/568127

Log:
  Update to 2.5.3
  
  Release notes:
  https://github.com/jonas/tig/releases/tag/tig-2.5.3
  
  While here, use test variables instead of a do-test target.

Modified:
  head/devel/tig/Makefile
  head/devel/tig/distinfo

Modified: head/devel/tig/Makefile
==============================================================================
--- head/devel/tig/Makefile	Thu Mar 11 19:08:44 2021	(r568126)
+++ head/devel/tig/Makefile	Thu Mar 11 19:12:23 2021	(r568127)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tig
-PORTVERSION=	2.5.2
+PORTVERSION=	2.5.3
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jonas/tig/releases/download/${DISTNAME}/
 
@@ -21,6 +21,12 @@ MAKE_ARGS=	V=1
 
 INSTALL_TARGET=	install install-doc-man
 
+# Tests fail when running as part of a non-interactive Poudriere
+# build, but using script(1) seems to be a good enough workaround and
+# allows them to run successfully anyway.
+TEST_TARGET=	test
+DO_MAKE_TEST=	/usr/bin/script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE}
+
 PLIST_FILES=	bin/tig \
 		'@sample etc/tigrc.sample' \
 		man/man1/tig.1.gz \
@@ -37,12 +43,5 @@ GIT_VARS_OFF=	PKGMESSAGE="${.CURDIR}/pkg-message-git"
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tig
-
-do-test:
-# Tests fail when running as part of a non-interactive Poudriere
-# build, but using script(1) seems to be a good enough workaround and
-# allows them to run successfully anyway.
-	@/usr/bin/script -q /dev/null \
-		${SETENV} SHELL=/bin/sh ${GMAKE} -C ${WRKSRC} test
 
 .include <bsd.port.mk>

Modified: head/devel/tig/distinfo
==============================================================================
--- head/devel/tig/distinfo	Thu Mar 11 19:08:44 2021	(r568126)
+++ head/devel/tig/distinfo	Thu Mar 11 19:12:23 2021	(r568127)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613167434
-SHA256 (tig-2.5.2.tar.gz) = 1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b
-SIZE (tig-2.5.2.tar.gz) = 1165288
+TIMESTAMP = 1615483184
+SHA256 (tig-2.5.3.tar.gz) = e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc
+SIZE (tig-2.5.3.tar.gz) = 1165632



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103111912.12BJCNda068991>