mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
devel/samurai: Update to 1.2-15-gaff2085
This allows samurai to accept stray indented but otherwise empty lines and we can drop the fluxengine workaround. https://github.com/michaelforney/samurai/issues/70
This commit is contained in:
parent
51b1745767
commit
e1ed8df3c5
@ -1,6 +1,6 @@
|
||||
PORTNAME= samurai
|
||||
DISTVERSION= 1.2-9
|
||||
DISTVERSIONSUFFIX= -g27dde2e
|
||||
DISTVERSION= 1.2-15
|
||||
DISTVERSIONSUFFIX= -gaff2085
|
||||
CATEGORIES= devel
|
||||
#MASTER_SITES= https://github.com/michaelforney/samurai/releases/download/${DISTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1617529134
|
||||
SHA256 (michaelforney-samurai-1.2-9-g27dde2e_GH0.tar.gz) = 10035b9d39241db4bc48095ed318895b5e427d8d62ae39871b165619e5068338
|
||||
SIZE (michaelforney-samurai-1.2-9-g27dde2e_GH0.tar.gz) = 32285
|
||||
TIMESTAMP = 1617945575
|
||||
SHA256 (michaelforney-samurai-1.2-15-gaff2085_GH0.tar.gz) = 7ce2118ec727ed1246d049c0ac436bb7e6cdc92c405bd468073b9190c3542dd8
|
||||
SIZE (michaelforney-samurai-1.2-15-gaff2085_GH0.tar.gz) = 32046
|
||||
|
@ -1,17 +0,0 @@
|
||||
Fix ninja generator
|
||||
|
||||
devel/samurai does not like the extra whitespace:
|
||||
|
||||
ninja: .obj/build.ninja:6:5: expected name
|
||||
|
||||
--- mkninja.sh.orig 2021-03-31 12:47:37 UTC
|
||||
+++ mkninja.sh
|
||||
@@ -7,7 +7,7 @@ rule cxx
|
||||
description = CXX \$in
|
||||
depfile = \$out.d
|
||||
deps = gcc
|
||||
-
|
||||
+
|
||||
rule library
|
||||
command = $AR \$out \$in
|
||||
description = AR \$in
|
Loading…
Reference in New Issue
Block a user