Date: Sun, 16 Oct 2016 07:50:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424048 - head/games/hexalate Message-ID: <201610160750.u9G7oqUh065628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Oct 16 07:50:52 2016 New Revision: 424048 URL: https://svnweb.freebsd.org/changeset/ports/424048 Log: - Update to 1.1.0 - Add LICENSE Modified: head/games/hexalate/Makefile head/games/hexalate/distinfo head/games/hexalate/pkg-plist Modified: head/games/hexalate/Makefile ============================================================================== --- head/games/hexalate/Makefile Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/Makefile Sun Oct 16 07:50:52 2016 (r424048) @@ -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} Modified: head/games/hexalate/distinfo ============================================================================== --- head/games/hexalate/distinfo Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/distinfo Sun Oct 16 07:50:52 2016 (r424048) @@ -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 Modified: head/games/hexalate/pkg-plist ============================================================================== --- head/games/hexalate/pkg-plist Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/pkg-plist Sun Oct 16 07:50:52 2016 (r424048) @@ -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. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610160750.u9G7oqUh065628>