games/tome4: update to 1.7.0, take maintainership
Changelog: https://te4.org/blogs/darkgod/2020/10/news/tales-majeyal-170-necrotic-translations-released Also take maintainership because of repeated maintainer timeouts. PR: 249371 (based on) Approved by: lifanov (maintainer timeout)
This commit is contained in:
parent
f1702d31ad
commit
c3b1d6b832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554047
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tome4
|
||||
DISTVERSION?= 1.6.5
|
||||
DISTVERSION?= 1.7.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= https://te4.org/dl/t-engine/ \
|
||||
|
@ -10,7 +10,7 @@ DISTFILES= t-engine4-src-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= t-engine4-src-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= lifanov@FreeBSD.org
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
COMMENT= Epic tactical turn-based roguelike adventure
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1576797717
|
||||
SHA256 (t-engine4-src-1.6.5.tar.bz2) = 2990566ddc02f42b610cb406179d876924b352d2cb23a70eeea8c5164f01d145
|
||||
SIZE (t-engine4-src-1.6.5.tar.bz2) = 433170626
|
||||
TIMESTAMP = 1604453767
|
||||
SHA256 (t-engine4-src-1.7.0.tar.bz2) = 5a0c747ad4baf838e80c2137d24c1976c1d0b414c22769da2cadd961811840bb
|
||||
SIZE (t-engine4-src-1.7.0.tar.bz2) = 451889518
|
||||
SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
|
||||
SIZE (tome4.png) = 37143
|
||||
|
|
|
@ -82,6 +82,7 @@ share/pixmaps/tome4.png
|
|||
%%DATADIR%%/game/thirdparty/algorithms/sorting/shellsort.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/tries/rwaytries.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/unionfind.lua
|
||||
%%DATADIR%%/game/thirdparty/binpack.lua
|
||||
%%DATADIR%%/game/thirdparty/cef3/cef.pak
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/am.pak
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/ar.pak
|
||||
|
|
Loading…
Reference in a new issue