svn commit: r543714 - head/games/ltris

Fernando Apesteguía fernape at FreeBSD.org
Thu Jul 30 07:06:08 UTC 2020


Author: fernape
Date: Thu Jul 30 07:06:07 2020
New Revision: 543714
URL: https://svnweb.freebsd.org/changeset/ports/543714

Log:
  games/ltris: update to 1.2.1
  
  From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/
  
   * fixed build failure with gcc 4.8
   * added training mode with optional zero gravity
  
  PR:	248344
  Submitted by:	marcel at herrbischoff.com (maintainer)

Modified:
  head/games/ltris/Makefile
  head/games/ltris/distinfo

Modified: head/games/ltris/Makefile
==============================================================================
--- head/games/ltris/Makefile	Thu Jul 30 06:59:41 2020	(r543713)
+++ head/games/ltris/Makefile	Thu Jul 30 07:06:07 2020	(r543714)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ltris
-PORTVERSION=	1.2
+PORTVERSION=	1.2.1
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/lgames/${PORTNAME}

Modified: head/games/ltris/distinfo
==============================================================================
--- head/games/ltris/distinfo	Thu Jul 30 06:59:41 2020	(r543713)
+++ head/games/ltris/distinfo	Thu Jul 30 07:06:07 2020	(r543714)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595157179
-SHA256 (ltris-1.2.tar.gz) = a7bc6c5fc6539b88505077a1b4580edc9b179ce0a6b829c58fbd9416cf456195
-SIZE (ltris-1.2.tar.gz) = 1803626
+TIMESTAMP = 1596013375
+SHA256 (ltris-1.2.1.tar.gz) = f868f79da7d4fc2029b38d16f393e9f09925daa5c7c4b3dbfdddf602fbdea924
+SIZE (ltris-1.2.1.tar.gz) = 1804119


More information about the svn-ports-all mailing list