Date: Sat, 18 Apr 2026 18:46:12 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f40c70d1088 - main - games/tinycols: update to 0.8.6 Message-ID: <69e3d174.45d8d.6c5abd32@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f40c70d1088e31f08859f22b48c618c7194b6e7 commit 2f40c70d1088e31f08859f22b48c618c7194b6e7 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2026-04-17 13:53:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-04-18 18:45:51 +0000 games/tinycols: update to 0.8.6 - no functional changes - hook up unit tests Changelog: https://github.com/zedr/tinycols/releases/tag/0.8.6 --- games/tinycols/Makefile | 13 ++++++++++++- games/tinycols/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/games/tinycols/Makefile b/games/tinycols/Makefile index ea9a68a874c3..67574e3c09e4 100644 --- a/games/tinycols/Makefile +++ b/games/tinycols/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinycols -DISTVERSION= 0.8.5 +DISTVERSION= 0.8.6 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org @@ -30,4 +30,15 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/tinycols ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/doc/man/tinycols.6 ${STAGEDIR}${PREFIX}/share/man/man6/ +do-test: + ${MKDIR} ${WRKSRC}/build + ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/build/test_tinycols \ + ${WRKSRC}/lib/*.c ${WRKSRC}/tests/test_tinycols.c ${WRKSRC}/src/tinycols/*.c \ + ${LIBS} + ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/build/test_queue \ + ${WRKSRC}/lib/*.c ${WRKSRC}/tests/test_queue.c ${WRKSRC}/src/tinycols/*.c \ + ${WRKSRC}/src/queue.c ${LIBS} + ${WRKSRC}/build/test_tinycols + ${WRKSRC}/build/test_queue + .include <bsd.port.mk> diff --git a/games/tinycols/distinfo b/games/tinycols/distinfo index 0d8fcab354be..6dec5fd81f80 100644 --- a/games/tinycols/distinfo +++ b/games/tinycols/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760469842 -SHA256 (zedr-tinycols-0.8.5_GH0.tar.gz) = 36c30e38319c1c70a87cbca58832b002c202fcfb99c282ff829b7cf42acdb937 -SIZE (zedr-tinycols-0.8.5_GH0.tar.gz) = 175741 +TIMESTAMP = 1776434053 +SHA256 (zedr-tinycols-0.8.6_GH0.tar.gz) = 8bd4b1df9fbbcaa06426211b0b39a613e099589497516e58bbb4cb2df646b3c8 +SIZE (zedr-tinycols-0.8.6_GH0.tar.gz) = 177243home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3d174.45d8d.6c5abd32>
