diff options
author | jhale <jhale@FreeBSD.org> | 2018-02-21 22:38:40 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-02-21 22:38:40 +0800 |
commit | 56df42a5acd7c75f1c0c380d6077fbd367ebe9ca (patch) | |
tree | a198b89dc9cbfb19d892f5bc8cb9d78d849c0c22 /games | |
parent | c1175f8d3a903b2254aac99b017b1c612cc4e7b2 (diff) | |
download | freebsd-ports-gnome-56df42a5acd7c75f1c0c380d6077fbd367ebe9ca.tar.gz freebsd-ports-gnome-56df42a5acd7c75f1c0c380d6077fbd367ebe9ca.tar.zst freebsd-ports-gnome-56df42a5acd7c75f1c0c380d6077fbd367ebe9ca.zip |
Update to 1.1.5
Move USES block upward
Diffstat (limited to 'games')
-rw-r--r-- | games/gottet/Makefile | 7 | ||||
-rw-r--r-- | games/gottet/distinfo | 6 | ||||
-rw-r--r-- | games/gottet/files/patch-git_e299632 | 28 | ||||
-rw-r--r-- | games/gottet/pkg-plist | 2 |
4 files changed, 7 insertions, 36 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 954b5bfca9b2..e35fd1117acf 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gottet -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.5 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://gottcode.org/gottet/ @@ -14,13 +13,13 @@ COMMENT= Tetris clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= compiler:c++11-lib qmake tar:bzip2 USE_GL= gl USE_QT5= core gui widgets \ buildtools_build linguisttools_build +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes diff --git a/games/gottet/distinfo b/games/gottet/distinfo index e096e0e9072f..378fcf2d4559 100644 --- a/games/gottet/distinfo +++ b/games/gottet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484792778 -SHA256 (gottet-1.1.3-src.tar.bz2) = ff8111c9760091980d12bc116ff75599d231437fea6a9313e7ab1bd0b2a15e1b -SIZE (gottet-1.1.3-src.tar.bz2) = 395302 +TIMESTAMP = 1519223274 +SHA256 (gottet-1.1.5-src.tar.bz2) = 81a4eeb0b4845560c5153d362ff9a3d94db299cc7cf3ee3b807a8a678f18fc84 +SIZE (gottet-1.1.5-src.tar.bz2) = 395879 diff --git a/games/gottet/files/patch-git_e299632 b/games/gottet/files/patch-git_e299632 deleted file mode 100644 index c0f4515438a8..000000000000 --- a/games/gottet/files/patch-git_e299632 +++ /dev/null @@ -1,28 +0,0 @@ -Backport that fixes `make install' with Qt 5.9: - - /usr/local/lib/qt5/bin/qmake -install qinstall /wrkdirs/usr/ports/games/gottet/work/gottet-1.1.3/translations/*.qm /wrkdirs/usr/ports/games/gottet/work/stage/usr/local/share/gottet/translations/*.qm - Error: usage: [-exe] source target - *** Error code 3 (ignored) - -From e299632494d3bfbbb4833c3feb7a3d7def77dd34 Mon Sep 17 00:00:00 2001 -From: Graeme Gott <graeme@gottcode.org> -Date: Sat, 1 Jul 2017 04:54:46 -0400 -Subject: [PATCH] FIXED: Did not always install translations in Linux. - ---- - gottet.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gottet.pro b/gottet.pro -index 8a337c4..aa8591d 100644 ---- gottet.pro -+++ gottet.pro -@@ -80,7 +80,7 @@ macx { - appdata.files = icons/gottet.appdata.xml - appdata.path = $$PREFIX/share/metainfo/ - -- qm.files = translations/*.qm -+ qm.files = $$replace(TRANSLATIONS, .ts, .qm) - qm.path = $$PREFIX/share/gottet/translations - qm.CONFIG += no_check_exist - diff --git a/games/gottet/pkg-plist b/games/gottet/pkg-plist index a25ab4378eee..700258cd854b 100644 --- a/games/gottet/pkg-plist +++ b/games/gottet/pkg-plist @@ -1,6 +1,5 @@ bin/gottet man/man6/gottet.6.gz -share/appdata/gottet.appdata.xml share/applications/gottet.desktop %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -35,4 +34,5 @@ share/icons/hicolor/48x48/apps/gottet.png share/icons/hicolor/512x512/apps/gottet.png share/icons/hicolor/64x64/apps/gottet.png share/icons/hicolor/scalable/apps/gottet.svg +share/metainfo/gottet.appdata.xml share/pixmaps/gottet.xpm |