svn commit: r542863 - head/games/ltris

Fernando Apesteguía fernape at FreeBSD.org
Wed Jul 22 15:15:41 UTC 2020


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 at 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 at FreeBSD.org
+MAINTAINER=	marcel at 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


More information about the svn-ports-all mailing list