Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 15:01:25 +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: r424166 - in head/games/tetzle: . files
Message-ID:  <201610181501.u9IF1P5o034025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 18 15:01:25 2016
New Revision: 424166
URL: https://svnweb.freebsd.org/changeset/ports/424166

Log:
  - Update to 2.1.0

Deleted:
  head/games/tetzle/files/
Modified:
  head/games/tetzle/Makefile
  head/games/tetzle/distinfo
  head/games/tetzle/pkg-plist

Modified: head/games/tetzle/Makefile
==============================================================================
--- head/games/tetzle/Makefile	Tue Oct 18 15:01:21 2016	(r424165)
+++ head/games/tetzle/Makefile	Tue Oct 18 15:01:25 2016	(r424166)
@@ -2,23 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	tetzle
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	games
 MASTER_SITES=	http://gottcode.org/tetzle/ \
 		http://mirror.amdmi3.ru/distfiles/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Jigsaw puzzle with tetrominoes
 
 USES=		tar:bzip2 qmake desktop-file-utils
-USE_QT4=	corelib gui moc_build opengl rcc_build xml
+USE_QT5=	core gui widgets buildtools_build linguisttools_build
+USE_GL=		gl
 INSTALLS_ICONS=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-post-install:
-	${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
 .include <bsd.port.mk>

Modified: head/games/tetzle/distinfo
==============================================================================
--- head/games/tetzle/distinfo	Tue Oct 18 15:01:21 2016	(r424165)
+++ head/games/tetzle/distinfo	Tue Oct 18 15:01:25 2016	(r424166)
@@ -1,2 +1,3 @@
-SHA256 (tetzle-2.0.3-src.tar.bz2) = 6c29ea61501dcc0149ece879217df5710d1169bfae940a667af2a19605415b51
-SIZE (tetzle-2.0.3-src.tar.bz2) = 641065
+TIMESTAMP = 1476796356
+SHA256 (tetzle-2.1.0-src.tar.bz2) = d31fcdbdaf060d0a4a6b239dd260332301f8a950d173fe742afeab44c0ffa313
+SIZE (tetzle-2.1.0-src.tar.bz2) = 1246670

Modified: head/games/tetzle/pkg-plist
==============================================================================
--- head/games/tetzle/pkg-plist	Tue Oct 18 15:01:21 2016	(r424165)
+++ head/games/tetzle/pkg-plist	Tue Oct 18 15:01:25 2016	(r424166)
@@ -1,21 +1,32 @@
 bin/tetzle
+share/appdata/tetzle.appdata.xml
 share/applications/tetzle.desktop
+share/icons/hicolor/1024x1024/apps/tetzle.png
 share/icons/hicolor/128x128/apps/tetzle.png
 share/icons/hicolor/16x16/apps/tetzle.png
 share/icons/hicolor/22x22/apps/tetzle.png
+share/icons/hicolor/24x24/apps/tetzle.png
+share/icons/hicolor/256x256/apps/tetzle.png
 share/icons/hicolor/32x32/apps/tetzle.png
 share/icons/hicolor/48x48/apps/tetzle.png
+share/icons/hicolor/512x512/apps/tetzle.png
 share/icons/hicolor/64x64/apps/tetzle.png
+share/icons/hicolor/scalable/apps/tetzle.svg
+share/man/man6/tetzle.6
 share/pixmaps/tetzle.xpm
 %%DATADIR%%/translations/tetzle_cs.qm
 %%DATADIR%%/translations/tetzle_de.qm
 %%DATADIR%%/translations/tetzle_en.qm
 %%DATADIR%%/translations/tetzle_eo.qm
+%%DATADIR%%/translations/tetzle_es.qm
 %%DATADIR%%/translations/tetzle_fr.qm
 %%DATADIR%%/translations/tetzle_he.qm
+%%DATADIR%%/translations/tetzle_lt.qm
 %%DATADIR%%/translations/tetzle_lv.qm
 %%DATADIR%%/translations/tetzle_ms.qm
+%%DATADIR%%/translations/tetzle_nl.qm
 %%DATADIR%%/translations/tetzle_pl.qm
+%%DATADIR%%/translations/tetzle_pt_BR.qm
 %%DATADIR%%/translations/tetzle_ro.qm
 %%DATADIR%%/translations/tetzle_ru.qm
 %%DATADIR%%/translations/tetzle_tr.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181501.u9IF1P5o034025>