Date: Wed, 21 Feb 2018 14:38:40 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462526 - in head/games/gottet: . files Message-ID: <201802211438.w1LEceLK003143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Feb 21 14:38:40 2018 New Revision: 462526 URL: https://svnweb.freebsd.org/changeset/ports/462526 Log: Update to 1.1.5 Move USES block upward Deleted: head/games/gottet/files/ Modified: head/games/gottet/Makefile head/games/gottet/distinfo head/games/gottet/pkg-plist Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/Makefile Wed Feb 21 14:38:40 2018 (r462526) @@ -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,12 +13,12 @@ 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 Modified: head/games/gottet/distinfo ============================================================================== --- head/games/gottet/distinfo Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/distinfo Wed Feb 21 14:38:40 2018 (r462526) @@ -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 Modified: head/games/gottet/pkg-plist ============================================================================== --- head/games/gottet/pkg-plist Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/pkg-plist Wed Feb 21 14:38:40 2018 (r462526) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802211438.w1LEceLK003143>