svn commit: r531288 - head/devel/tig

Tobias Kortkamp tobik at FreeBSD.org
Fri Apr 10 05:38:35 UTC 2020


Author: tobik
Date: Fri Apr 10 05:38:35 2020
New Revision: 531288
URL: https://svnweb.freebsd.org/changeset/ports/531288

Log:
  devel/tig: Update to 2.5.1
  
  Changes:	https://github.com/jonas/tig/releases/tag/tig-2.5.1

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

Modified: head/devel/tig/Makefile
==============================================================================
--- head/devel/tig/Makefile	Fri Apr 10 05:37:03 2020	(r531287)
+++ head/devel/tig/Makefile	Fri Apr 10 05:38:35 2020	(r531288)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tig
-PORTVERSION=	2.5.0
+PORTVERSION=	2.5.1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jonas/tig/releases/download/${DISTNAME}/
 
@@ -41,6 +41,7 @@ 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 ${GMAKE} -C ${WRKSRC} test
+	@/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	Fri Apr 10 05:37:03 2020	(r531287)
+++ head/devel/tig/distinfo	Fri Apr 10 05:38:35 2020	(r531288)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574196780
-SHA256 (tig-2.5.0.tar.gz) = ff537c67af9201e7e7276ce8a0ff9961e9d9c6a8a78790f5817124bd7755aef4
-SIZE (tig-2.5.0.tar.gz) = 1143004
+TIMESTAMP = 1586475053
+SHA256 (tig-2.5.1.tar.gz) = 500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64
+SIZE (tig-2.5.1.tar.gz) = 1144666


More information about the svn-ports-all mailing list