Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 01:40:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562361 - head/cad/graywolf
Message-ID:  <202101230140.10N1e3JD001105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 23 01:40:03 2021
New Revision: 562361
URL: https://svnweb.freebsd.org/changeset/ports/562361

Log:
  cad/graywolf: Update 0.1.6-3 -> 0.1.6-4

Modified:
  head/cad/graywolf/Makefile
  head/cad/graywolf/distinfo

Modified: head/cad/graywolf/Makefile
==============================================================================
--- head/cad/graywolf/Makefile	Sat Jan 23 00:59:13 2021	(r562360)
+++ head/cad/graywolf/Makefile	Sat Jan 23 01:40:03 2021	(r562361)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	graywolf
-DISTVERSION=	0.1.6-3
-DISTVERSIONSUFFIX=	-g6c5e24f
-PORTREVISION=	1
+DISTVERSION=	0.1.6-4
+DISTVERSIONSUFFIX=	-gf47937b
 CATEGORIES=	cad
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
@@ -17,15 +16,22 @@ LICENSE=	GPLv2
 BROKEN_aarch64=	Fails to link: missing sbrk
 
 LIB_DEPENDS=	libgsl.so:math/gsl
+TEST_DEPENDS=	bash:shells/bash \
+		rsync:net/rsync
 
-USES=		cmake compiler:c11 pkgconfig xorg
-USE_GITHUB=	yes
-GH_ACCOUNT=	rubund
+USES=		cmake compiler:c11 pkgconfig shebangfix xorg
 USE_XORG=	ice sm x11 xext
 USE_LDCONFIG=	yes
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	rubund
+
+SHEBANG_GLOB=	*.sh
+
 USE_GCC=	any # lots of obviously incorrect C where clang fails, which gcc nevertheless magically finds a way to compile
 
 CFLAGS+=	-fcommon
+
+TEST_TARGET=	test # most tests crash
 
 .include <bsd.port.mk>

Modified: head/cad/graywolf/distinfo
==============================================================================
--- head/cad/graywolf/distinfo	Sat Jan 23 00:59:13 2021	(r562360)
+++ head/cad/graywolf/distinfo	Sat Jan 23 01:40:03 2021	(r562361)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1585083525
-SHA256 (rubund-graywolf-0.1.6-3-g6c5e24f_GH0.tar.gz) = 79f8a15e8e6228bd3f5bdb5fccfdcc1b891327d6ced166eac180d523ee60662f
-SIZE (rubund-graywolf-0.1.6-3-g6c5e24f_GH0.tar.gz) = 910961
+TIMESTAMP = 1611363545
+SHA256 (rubund-graywolf-0.1.6-4-gf47937b_GH0.tar.gz) = 36ef4035cce5b9ee4ce1d353c3cfdff0ccfcd362ea2fbf1ddefc7e450ea11daa
+SIZE (rubund-graywolf-0.1.6-4-gf47937b_GH0.tar.gz) = 911077
 SHA256 (af606a0e8c6f693448978a300e5603fd5a8f2aef.patch) = 204e248dc611986e98c7593522d6364fae1319844c34ddb54ef280ba53262721
 SIZE (af606a0e8c6f693448978a300e5603fd5a8f2aef.patch) = 1106



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