Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 16:59:22 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51a2b79cf6ed - main - graphics/libboard: upgrade to 0.9.6
Message-ID:  <202403011659.421GxM3l011473@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=51a2b79cf6ed94737eb9ba08edc9dae3519dc14d

commit 51a2b79cf6ed94737eb9ba08edc9dae3519dc14d
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-03-01 12:32:52 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-03-01 16:59:15 +0000

    graphics/libboard: upgrade to 0.9.6
---
 graphics/libboard/Makefile | 12 +++++++-----
 graphics/libboard/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile
index 79db45ebf7ca..0f238df6a5bc 100644
--- a/graphics/libboard/Makefile
+++ b/graphics/libboard/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libboard
-DISTVERSION=	0.9.4
-PORTREVISION=	10
+DISTVERSION=	0.9.6
 CATEGORIES=	graphics
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -20,6 +19,10 @@ CMAKE_ARGS=	-DMYPROJ_RAN_ONCE:BOOL=YES	\
 		-DEXECUTABLE_OUTPUT_PATH:PATH="${STAGEDIR}${EXAMPLESDIR}"
 USE_LDCONFIG=	yes
 
+.if !defined(WITH_DEBUG)
+LDFLAGS+=	-s
+.endif
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOXYGEN EXAMPLES DOCS
@@ -31,10 +34,9 @@ post-install:
 	${LN} -sf libboard.so.0 ${STAGEDIR}${PREFIX}/lib/libboard.so
 
 do-test:
-	(cd ${WRKDIR} && ${WRKSRC}/bin/arithmetic bec)
+	(cd ${STAGEDIR}${EXAMPLESDIR} && ./arithmetic bec)
 .for ex in 1 2 3
-	(cd ${WRKDIR} && ${WRKSRC}/bin/example${ex})
+	(cd ${STAGEDIR}${EXAMPLESDIR} && ./example${ex})
 .endfor
-	${LS} -l ${WRKDIR}/arithm* ${WRKDIR}/example*
 
 .include <bsd.port.mk>
diff --git a/graphics/libboard/distinfo b/graphics/libboard/distinfo
index d1470bf25ec1..ab3952a6bcf0 100644
--- a/graphics/libboard/distinfo
+++ b/graphics/libboard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468352804
-SHA256 (c-koi-libboard-0.9.4-5b38274_GH0.tar.gz) = 247cb53f1119b7b8505917f2e319bd38339d833652e83af43d4a034a4f8edcc7
-SIZE (c-koi-libboard-0.9.4-5b38274_GH0.tar.gz) = 270250
+TIMESTAMP = 1709287277
+SHA256 (c-koi-libboard-0.9.6-5b38274_GH0.tar.gz) = 247cb53f1119b7b8505917f2e319bd38339d833652e83af43d4a034a4f8edcc7
+SIZE (c-koi-libboard-0.9.6-5b38274_GH0.tar.gz) = 270250



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