mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
games/cutemaze: Update to 1.3.1
Switch to Qt6 as Qt5 support was dropped upstream.
This commit is contained in:
parent
be6208edbe
commit
2cf4aea631
3 changed files with 8 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cutemaze
|
PORTNAME= cutemaze
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.3.1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||||
|
@ -11,10 +11,9 @@ WWW= https://gottcode.org/cutemaze/
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
|
USES= cmake compiler:c++11-lang gl qt:6 tar:bzip2
|
||||||
USE_GL= gl
|
USE_GL= opengl
|
||||||
USE_QT= core gui svg imageformats:run widgets \
|
USE_QT= base svg tools:build
|
||||||
linguisttools:build buildtools:build
|
|
||||||
|
|
||||||
PORTDOCS= ChangeLog README
|
PORTDOCS= ChangeLog README
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
@ -22,14 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
OPTIONS_DEFINE= DOCS NLS
|
OPTIONS_DEFINE= DOCS NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|share/man|man|' \
|
|
||||||
${WRKSRC}/cutemaze.pro
|
|
||||||
|
|
||||||
post-patch-NLS-off:
|
|
||||||
@${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \
|
|
||||||
${WRKSRC}/cutemaze.pro
|
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1645697785
|
TIMESTAMP = 1662920365
|
||||||
SHA256 (cutemaze-1.3.0-src.tar.bz2) = 87bf87d84dfb6554a794f6ba203fa5344bc5b54e4f7dd3129418ea06e9a88e85
|
SHA256 (cutemaze-1.3.1-src.tar.bz2) = 6944931cd39e9ef202c11483b7b2b7409a068c52fa5fd4419ff938b1158c72ab
|
||||||
SIZE (cutemaze-1.3.0-src.tar.bz2) = 929353
|
SIZE (cutemaze-1.3.1-src.tar.bz2) = 928034
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/cutemaze
|
bin/cutemaze
|
||||||
man/man6/cutemaze.6.gz
|
|
||||||
share/applications/cutemaze.desktop
|
share/applications/cutemaze.desktop
|
||||||
|
share/man/man6/cutemaze.6.gz
|
||||||
%%NLS%%%%DATADIR%%/translations/cutemaze_cs.qm
|
%%NLS%%%%DATADIR%%/translations/cutemaze_cs.qm
|
||||||
%%NLS%%%%DATADIR%%/translations/cutemaze_de.qm
|
%%NLS%%%%DATADIR%%/translations/cutemaze_de.qm
|
||||||
%%NLS%%%%DATADIR%%/translations/cutemaze_el.qm
|
%%NLS%%%%DATADIR%%/translations/cutemaze_el.qm
|
||||||
|
|
Loading…
Add table
Reference in a new issue