svn commit: r471936 - head/games/simsu

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 7 17:02:19 UTC 2018


Author: amdmi3
Date: Thu Jun  7 17:02:16 2018
New Revision: 471936
URL: https://svnweb.freebsd.org/changeset/ports/471936

Log:
  - Update to 1.3.6

Modified:
  head/games/simsu/Makefile
  head/games/simsu/distinfo
  head/games/simsu/pkg-plist

Modified: head/games/simsu/Makefile
==============================================================================
--- head/games/simsu/Makefile	Thu Jun  7 17:02:12 2018	(r471935)
+++ head/games/simsu/Makefile	Thu Jun  7 17:02:16 2018	(r471936)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	simsu
-PORTVERSION=	1.3.5
-DISTVERSIONSUFFIX=	-src
+PORTVERSION=	1.3.6
 CATEGORIES=	games
 MASTER_SITES=	https://gottcode.org/${PORTNAME}/ \
 		https://mirror.amdmi3.ru/distfiles/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Basic Sudoku game
@@ -14,12 +14,11 @@ COMMENT=	Basic Sudoku game
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
 USES=		compiler:c++11-lib qmake tar:bzip2
+USE_QT5=	core gui widgets buildtools_build linguisttools_build
 USE_GL=		gl
-USE_QT5=	core gui widgets \
-		buildtools_build linguisttools_build
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 PORTDOCS=	*
 

Modified: head/games/simsu/distinfo
==============================================================================
--- head/games/simsu/distinfo	Thu Jun  7 17:02:12 2018	(r471935)
+++ head/games/simsu/distinfo	Thu Jun  7 17:02:16 2018	(r471936)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514569430
-SHA256 (simsu-1.3.5-src.tar.bz2) = 00c6afc5d5909fabbffc6f37f78834e2e7f54e5d26a9994414940d8917941a2b
-SIZE (simsu-1.3.5-src.tar.bz2) = 465668
+TIMESTAMP = 1528119981
+SHA256 (simsu-1.3.6-src.tar.bz2) = 77a6ececec02787731f32ebdbc0a89fe5cecb4418519e86311c445814eb9ab1c
+SIZE (simsu-1.3.6-src.tar.bz2) = 597982

Modified: head/games/simsu/pkg-plist
==============================================================================
--- head/games/simsu/pkg-plist	Thu Jun  7 17:02:12 2018	(r471935)
+++ head/games/simsu/pkg-plist	Thu Jun  7 17:02:16 2018	(r471936)
@@ -25,6 +25,7 @@ share/pixmaps/simsu.xpm
 %%NLS%%%%DATADIR%%/translations/simsu_fr.qm
 %%NLS%%%%DATADIR%%/translations/simsu_he.qm
 %%NLS%%%%DATADIR%%/translations/simsu_hu.qm
+%%NLS%%%%DATADIR%%/translations/simsu_it.qm
 %%NLS%%%%DATADIR%%/translations/simsu_lt.qm
 %%NLS%%%%DATADIR%%/translations/simsu_ms.qm
 %%NLS%%%%DATADIR%%/translations/simsu_nl.qm
@@ -34,4 +35,5 @@ share/pixmaps/simsu.xpm
 %%NLS%%%%DATADIR%%/translations/simsu_ru.qm
 %%NLS%%%%DATADIR%%/translations/simsu_tr.qm
 %%NLS%%%%DATADIR%%/translations/simsu_uk.qm
+%%NLS%%%%DATADIR%%/translations/simsu_zh.qm
 %%NLS%%%%DATADIR%%/translations/simsu_zh_TW.qm


More information about the svn-ports-all mailing list