diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-11-06 13:02:22 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-11-06 13:02:22 +0000 |
commit | fedcb81a876233f3872fd96f439c00cde11eb765 (patch) | |
tree | e73472b2a02dce2bdb8b9ce29f9686d4b24693da /games | |
parent | f8449eb419efcff81caa85d8570ba9931ffe26c2 (diff) | |
download | ports-fedcb81a876233f3872fd96f439c00cde11eb765.tar.gz ports-fedcb81a876233f3872fd96f439c00cde11eb765.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/colorcode/Makefile | 9 | ||||
-rw-r--r-- | games/colorcode/distinfo | 4 | ||||
-rw-r--r-- | games/colorcode/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index 414fca2183df..78b0f11dc98f 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= colorcode -PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTVERSION= 0.8.5 CATEGORIES= games MASTER_SITES= http://colorcode.laebisch.com/download/ DISTNAME= ColorCode-${PORTVERSION} @@ -10,12 +9,12 @@ DISTNAME= ColorCode-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Advanced MasterMind game and solver -USE_QT4= gui moc_build rcc_build uic_build +USE_QT5= gui widgets buildtools_build USES= qmake WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION} -DESKTOP_ENTRIES= "ColorCode" "${COMMENT}" \ - "${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \ +DESKTOP_ENTRIES= ColorCode "" \ + colorcode colorcode \ "LogicGame;Game;Qt;" true PLIST_FILES= bin/colorcode \ diff --git a/games/colorcode/distinfo b/games/colorcode/distinfo index 13ed1301add9..8119caae2243 100644 --- a/games/colorcode/distinfo +++ b/games/colorcode/distinfo @@ -1,2 +1,2 @@ -SHA256 (ColorCode-0.7.2.tar.gz) = d1c5bf4d65c81de16c4159c2c69c096fc7ff47cca587d7233985e078d63c79aa -SIZE (ColorCode-0.7.2.tar.gz) = 236580 +SHA256 (ColorCode-0.8.5.tar.gz) = 7c128db12af6ab11439eb710091b4a448100553a4d11d3a7c8dafdfbc57c1a85 +SIZE (ColorCode-0.8.5.tar.gz) = 233676 diff --git a/games/colorcode/pkg-descr b/games/colorcode/pkg-descr index edd42360f38f..a3d7ed9b0eec 100644 --- a/games/colorcode/pkg-descr +++ b/games/colorcode/pkg-descr @@ -5,4 +5,4 @@ from 2-5 and allow or not pegs of the same color. Or you may select one of the 5 predefined levels of difficulty. ColorCode has also a rather intelligent built-in MasterMind solver. -WWW: http://colorcode.laebisch.com/ +WWW: http://colorcode.laebisch.com/ |