summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-10-16 07:50:52 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-10-16 07:50:52 +0000
commit958860246ce2cde21d9a9dc5ca9181b32e85d024 (patch)
tree4884768a92c0c04b6d68cc76f4b7c98904d25741
parent8cd88f15b9cf14cf49df6dbda2eb62c03c048400 (diff)
downloadFreeBSD-ports-958860246ce2cde21d9a9dc5ca9181b32e85d024.zip
FreeBSD-ports-958860246ce2cde21d9a9dc5ca9181b32e85d024.tar.gz
- Update to 1.1.0
- Add LICENSE
-rw-r--r--games/hexalate/Makefile10
-rw-r--r--games/hexalate/distinfo5
-rw-r--r--games/hexalate/pkg-plist6
3 files changed, 16 insertions, 5 deletions
diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile
index 9794d5d..dbd0fa2 100644
--- a/games/hexalate/Makefile
+++ b/games/hexalate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hexalate
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.0
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/ \
http://mirror.amdmi3.ru/distfiles/
@@ -11,8 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Color matching game
-USES= tar:bzip2 qmake
-USE_QT4= corelib gui moc_build rcc_build
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= compiler:c++11-lib qmake tar:bzip2
+USE_QT5= core gui widgets buildtools_build linguisttools_build
+USE_GL= gl
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/games/hexalate/distinfo b/games/hexalate/distinfo
index 7b17c5f..155a374 100644
--- a/games/hexalate/distinfo
+++ b/games/hexalate/distinfo
@@ -1,2 +1,3 @@
-SHA256 (hexalate-1.0.3-src.tar.bz2) = a391ba44aa0f5bd618385dbe17e059947b829b85315aecb19edd1c863b3ebe3c
-SIZE (hexalate-1.0.3-src.tar.bz2) = 336589
+TIMESTAMP = 1476278805
+SHA256 (hexalate-1.1.0-src.tar.bz2) = 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c
+SIZE (hexalate-1.1.0-src.tar.bz2) = 662438
diff --git a/games/hexalate/pkg-plist b/games/hexalate/pkg-plist
index 33c6149..1035694 100644
--- a/games/hexalate/pkg-plist
+++ b/games/hexalate/pkg-plist
@@ -1,4 +1,5 @@
bin/hexalate
+share/appdata/hexalate.appdata.xml
share/applications/hexalate.desktop
%%DATADIR%%/translations/hexalate_ca.qm
%%DATADIR%%/translations/hexalate_cs.qm
@@ -9,6 +10,8 @@ share/applications/hexalate.desktop
%%DATADIR%%/translations/hexalate_et.qm
%%DATADIR%%/translations/hexalate_fr.qm
%%DATADIR%%/translations/hexalate_hu.qm
+%%DATADIR%%/translations/hexalate_it.qm
+%%DATADIR%%/translations/hexalate_lt.qm
%%DATADIR%%/translations/hexalate_ms.qm
%%DATADIR%%/translations/hexalate_nl.qm
%%DATADIR%%/translations/hexalate_pl.qm
@@ -16,6 +19,7 @@ share/applications/hexalate.desktop
%%DATADIR%%/translations/hexalate_ro.qm
%%DATADIR%%/translations/hexalate_ru.qm
%%DATADIR%%/translations/hexalate_tr.qm
+share/icons/hicolor/1024x1024/apps/hexalate.png
share/icons/hicolor/128x128/apps/hexalate.png
share/icons/hicolor/16x16/apps/hexalate.png
share/icons/hicolor/22x22/apps/hexalate.png
@@ -23,5 +27,7 @@ share/icons/hicolor/24x24/apps/hexalate.png
share/icons/hicolor/256x256/apps/hexalate.png
share/icons/hicolor/32x32/apps/hexalate.png
share/icons/hicolor/48x48/apps/hexalate.png
+share/icons/hicolor/512x512/apps/hexalate.png
share/icons/hicolor/64x64/apps/hexalate.png
+share/man/man6/hexalate.6
share/pixmaps/hexalate.xpm
OpenPOWER on IntegriCloud