git: ba136e3becaf - main - games/colorcode: Update to 0.8.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 15:48:09 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba136e3becaff55aab713b59c42b49b992802f00
commit ba136e3becaff55aab713b59c42b49b992802f00
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-02-03 15:46:31 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-02-03 15:47:57 +0000
games/colorcode: Update to 0.8.7
- Switch to DISTVERSION
- Take maintainership
ChangeLog: http://colorcode.laebisch.com/changelog
---
games/colorcode/Makefile | 27 ++++++++++++++-------------
games/colorcode/distinfo | 5 +++--
2 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile
index b389ee56ce3a..e82539cb5085 100644
--- a/games/colorcode/Makefile
+++ b/games/colorcode/Makefile
@@ -1,33 +1,34 @@
PORTNAME= colorcode
-PORTVERSION= 0.8.5
-PORTREVISION= 2
+DISTVERSION= 0.8.7
CATEGORIES= games
MASTER_SITES= http://colorcode.laebisch.com/download/
DISTNAME= ColorCode-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Advanced MasterMind game and solver
WWW= http://colorcode.laebisch.com/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= compiler:c++11-lang qmake qt:5
-USE_QT= core gui widgets buildtools:build
-WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION}
+USES= gl qmake qt:5
+USE_GL= gl
+USE_QT= core gui widgets buildtools:build linguisttools:build
-DESKTOP_ENTRIES=ColorCode \
- "" \
- colorcode \
- colorcode \
- "LogicGame;Game;Qt;" \
- true
+QMAKE_SOURCE_PATH= ${WRKSRC}/src
+
+DESKTOP_ENTRIES= ColorCode \
+ "" \
+ colorcode \
+ colorcode \
+ "LogicGame;Game;Qt;" \
+ true
PLIST_FILES= bin/colorcode \
share/pixmaps/colorcode.png
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/colorcode ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/img/cc64.png ${STAGEDIR}${PREFIX}/share/pixmaps/colorcode.png
+ ${INSTALL_DATA} ${WRKSRC}/src/img/cc64.png ${STAGEDIR}${PREFIX}/share/pixmaps/colorcode.png
.include <bsd.port.mk>
diff --git a/games/colorcode/distinfo b/games/colorcode/distinfo
index 8119caae2243..4df0959184d1 100644
--- a/games/colorcode/distinfo
+++ b/games/colorcode/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ColorCode-0.8.5.tar.gz) = 7c128db12af6ab11439eb710091b4a448100553a4d11d3a7c8dafdfbc57c1a85
-SIZE (ColorCode-0.8.5.tar.gz) = 233676
+TIMESTAMP = 1706967041
+SHA256 (ColorCode-0.8.7.tar.gz) = 10d6bb0ab532e603c30caf7fafc5541fa1de5c31f2e154ebc6e1bed410de182a
+SIZE (ColorCode-0.8.7.tar.gz) = 217212