Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 15:15:40 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542863 - head/games/ltris
Message-ID:  <202007221515.06MFFetE045155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Jul 22 15:15:40 2020
New Revision: 542863
URL: https://svnweb.freebsd.org/changeset/ports/542863

Log:
  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

Modified:
  head/games/ltris/Makefile
  head/games/ltris/distinfo
  head/games/ltris/pkg-plist

Modified: head/games/ltris/Makefile
==============================================================================
--- head/games/ltris/Makefile	Wed Jul 22 15:09:06 2020	(r542862)
+++ head/games/ltris/Makefile	Wed Jul 22 15:15:40 2020	(r542863)
@@ -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+

Modified: head/games/ltris/distinfo
==============================================================================
--- head/games/ltris/distinfo	Wed Jul 22 15:09:06 2020	(r542862)
+++ head/games/ltris/distinfo	Wed Jul 22 15:15:40 2020	(r542863)
@@ -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

Modified: head/games/ltris/pkg-plist
==============================================================================
--- head/games/ltris/pkg-plist	Wed Jul 22 15:09:06 2020	(r542862)
+++ head/games/ltris/pkg-plist	Wed Jul 22 15:15:40 2020	(r542863)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007221515.06MFFetE045155>