Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 04:20:20 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 742287c2f2de - main - devel/samurai: Update to 1.2-9-g27dde2e (D29353)
Message-ID:  <202104070420.1374KK0J024870@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=742287c2f2dea420d57351f6db8a97ef88ee1c2c

commit 742287c2f2dea420d57351f6db8a97ef88ee1c2c
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-07 04:03:23 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-07 04:20:02 +0000

    devel/samurai: Update to 1.2-9-g27dde2e (D29353)
    
    This fixes a SIGFPE crash when there is nothing to do and
    NINJA_STATUS has %p
    
    PR:             254678
---
 devel/samurai/Makefile | 7 +++++--
 devel/samurai/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/samurai/Makefile b/devel/samurai/Makefile
index 51342461cfee..3b993a2ecd38 100644
--- a/devel/samurai/Makefile
+++ b/devel/samurai/Makefile
@@ -1,8 +1,9 @@
 
 PORTNAME=	samurai
-DISTVERSION=	1.2
+DISTVERSION=	1.2-9
+DISTVERSIONSUFFIX=	-g27dde2e
 CATEGORIES=	devel
-MASTER_SITES=	https://github.com/michaelforney/samurai/releases/download/${DISTVERSION}/
+#MASTER_SITES=	https://github.com/michaelforney/samurai/releases/download/${DISTVERSION}/
 
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Ninja-compatible build tool written in C
@@ -12,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	michaelforney
 ALL_TARGET=	samu
 PLIST_FILES=	bin/samu \
 		share/man/man1/samu.1.gz
diff --git a/devel/samurai/distinfo b/devel/samurai/distinfo
index 0a5fc38bf5c2..20a30f2f117b 100644
--- a/devel/samurai/distinfo
+++ b/devel/samurai/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614177408
-SHA256 (samurai-1.2.tar.gz) = 3b8cf51548dfc49b7efe035e191ff5e1963ebc4fe8f6064a5eefc5343eaf78a5
-SIZE (samurai-1.2.tar.gz) = 32709
+TIMESTAMP = 1617529134
+SHA256 (michaelforney-samurai-1.2-9-g27dde2e_GH0.tar.gz) = 10035b9d39241db4bc48095ed318895b5e427d8d62ae39871b165619e5068338
+SIZE (michaelforney-samurai-1.2-9-g27dde2e_GH0.tar.gz) = 32285diff --git a/sysutils/fluxengine/Makefile b/sysutils/fluxengine/Makefile



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