Skip to content

Commit

Permalink
graphics/libboard: upgrade to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Mar 1, 2024
1 parent 200f1c5 commit 51a2b79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions 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
Expand All @@ -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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 51a2b79

Please sign in to comment.