From 663384f6ebeb5feda22cd3f8ff9eccf791745f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Wed, 22 Jul 2020 15:15:40 +0000 Subject: 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 --- games/ltris/Makefile | 4 ++-- games/ltris/distinfo | 6 +++--- 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 -- cgit v1.2.3