games/ltris: Update to 1.2 and take MAINTAINERship
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/ * added classic game style: (2020/06/28 MS) no wall-kicks, random pieces, no shadow piece, ... * added auto-delay shift (das) and are (entry delay) * menu simplified * code cleanups * statistics for single player mode * fixed compiler warnings Submitter requests MAINTAINERship. PR: 248110 Submitted by: marcel@herrbischoff.com
This commit is contained in:
parent
01e07ac156
commit
663384f6eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542863
@ -2,12 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ltris
|
||||
PORTVERSION= 1.0.20
|
||||
PORTVERSION= 1.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/lgames/${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= marcel@herrbischoff.com
|
||||
COMMENT= Tetris clone but a good one with bunch of cool features
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591530793
|
||||
SHA256 (ltris-1.0.20.tar.gz) = 36823f781b9445793b26d84c74dd6b09a848a02505982dfd78a9574598c6eb9b
|
||||
SIZE (ltris-1.0.20.tar.gz) = 897167
|
||||
TIMESTAMP = 1595157179
|
||||
SHA256 (ltris-1.2.tar.gz) = a7bc6c5fc6539b88505077a1b4580edc9b179ce0a6b829c58fbd9416cf456195
|
||||
SIZE (ltris-1.2.tar.gz) = 1803626
|
||||
|
@ -11,8 +11,6 @@ share/applications/ltris.desktop
|
||||
%%DATADIR%%/gfx/back1.bmp
|
||||
%%DATADIR%%/gfx/back2.bmp
|
||||
%%DATADIR%%/gfx/back3.bmp
|
||||
%%DATADIR%%/gfx/back4.bmp
|
||||
%%DATADIR%%/gfx/back5.bmp
|
||||
%%DATADIR%%/gfx/balloon.bmp
|
||||
%%DATADIR%%/gfx/balloon_peek.bmp
|
||||
%%DATADIR%%/gfx/blocks.bmp
|
||||
|
Loading…
Reference in New Issue
Block a user