git: cc969043ad16 - main - games/gobang: update to 0.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 16:16:49 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc969043ad1657f48ebb0f9120949c49e51085eb commit cc969043ad1657f48ebb0f9120949c49e51085eb Author: Qiang Guo <bigdragonsoft@gmail.com> AuthorDate: 2024-10-06 02:16:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-06 16:16:17 +0000 games/gobang: update to 0.1.1 - update maintainer email address - add man page PR: 281885 --- games/gobang/Makefile | 8 +++++--- games/gobang/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/games/gobang/Makefile b/games/gobang/Makefile index afa3ee54030c..45298dac82c5 100644 --- a/games/gobang/Makefile +++ b/games/gobang/Makefile @@ -1,9 +1,9 @@ PORTNAME= gobang -DISTVERSION= 0.1 +DISTVERSION= 0.1.1 CATEGORIES= games PKGNAMESUFFIX= -game -MAINTAINER= guoqiang_cn@126.com +MAINTAINER= bigdragonsoft@gmail.com COMMENT= This is a Gobang game that runs in the console WWW= https://github.com/bigdragonsoft/gobang @@ -15,12 +15,14 @@ GH_ACCOUNT= bigdragonsoft CFLAGS+= -std=c99 -PLIST_FILES= bin/gobang +PLIST_FILES= bin/gobang \ + share/man/man6/gobang.6.gz do-build: ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/gobang ${WRKSRC}/gobang.c ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gobang ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/gobang.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .include <bsd.port.mk> diff --git a/games/gobang/distinfo b/games/gobang/distinfo index 314201f23f52..5b392255ae21 100644 --- a/games/gobang/distinfo +++ b/games/gobang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726437465 -SHA256 (bigdragonsoft-gobang-0.1_GH0.tar.gz) = 7cda1b6c8ba1c89cc468234b2a0e51e79af694bcb84147c2011d29560a50a1ef -SIZE (bigdragonsoft-gobang-0.1_GH0.tar.gz) = 5775 +TIMESTAMP = 1728180864 +SHA256 (bigdragonsoft-gobang-0.1.1_GH0.tar.gz) = 275dfb9dabe63939421603005a7f6e23c752a916f530445388d499691edca33b +SIZE (bigdragonsoft-gobang-0.1.1_GH0.tar.gz) = 7097