mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
devel/samurai: Update to 1.2
Changes: https://github.com/michaelforney/samurai/releases/tag/1.2
This commit is contained in:
parent
cd4cfe3ee2
commit
90050058ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566477
@ -1,11 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= samurai
|
||||
DISTVERSION= 1.1
|
||||
DISTVERSION= 1.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/michaelforney/samurai/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Ninja-compatible build tool written in C
|
||||
|
||||
LICENSE= APACHE20 MIT
|
||||
@ -15,11 +15,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
|
||||
|
||||
ALL_TARGET= samu
|
||||
PLIST_FILES= bin/samu \
|
||||
man/man1/samu.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/samu ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/samu.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
share/man/man1/samu.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1585565887
|
||||
SHA256 (samurai-1.1.tar.gz) = cb3ce624f26eb6f0ec0118a02b8f5f7953c3b644e229f50043698fc458f2c98e
|
||||
SIZE (samurai-1.1.tar.gz) = 32023
|
||||
TIMESTAMP = 1614177408
|
||||
SHA256 (samurai-1.2.tar.gz) = 3b8cf51548dfc49b7efe035e191ff5e1963ebc4fe8f6064a5eefc5343eaf78a5
|
||||
SIZE (samurai-1.2.tar.gz) = 32709
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.orig 2020-03-29 00:40:58 UTC
|
||||
--- Makefile.orig 2020-12-17 01:31:33 UTC
|
||||
+++ Makefile
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
PREFIX=/usr/local
|
||||
BINDIR=$(PREFIX)/bin
|
||||
MANDIR=$(PREFIX)/share/man
|
||||
-ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic
|
||||
+ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra
|
||||
-ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter
|
||||
+ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wno-unused-parameter
|
||||
OBJ=\
|
||||
build.o\
|
||||
deps.o\
|
||||
|
Loading…
Reference in New Issue
Block a user