diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-22 15:15:40 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-22 15:15:40 +0000 |
commit | 663384f6ebeb5feda22cd3f8ff9eccf791745f2d (patch) | |
tree | cfebe1ab989d8e2996eae8698250616d52e12bf9 | |
parent | 01e07ac15635386bf1cf04789aea611c85f72545 (diff) | |
download | ports-663384f6ebeb5feda22cd3f8ff9eccf791745f2d.tar.gz ports-663384f6ebeb5feda22cd3f8ff9eccf791745f2d.zip |
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
Notes
Notes:
svn path=/head/; revision=542863
-rw-r--r-- | games/ltris/Makefile | 4 | ||||
-rw-r--r-- | games/ltris/distinfo | 6 | ||||
-rw-r--r-- | games/ltris/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index b96d609a1808..8a98dd1f88a4 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -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+ diff --git a/games/ltris/distinfo b/games/ltris/distinfo index 38e1e4e88144..e65bdf305911 100644 --- a/games/ltris/distinfo +++ b/games/ltris/distinfo @@ -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 diff --git a/games/ltris/pkg-plist b/games/ltris/pkg-plist index dc9117245784..4d7ead07f6ae 100644 --- a/games/ltris/pkg-plist +++ b/games/ltris/pkg-plist @@ -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 |