mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update to 1.3.6
This commit is contained in:
parent
2d6b0a7715
commit
82ed7278b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471936
@ -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@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= *
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user