svn commit: r407287 - head/games/tome4

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 26 18:52:28 UTC 2016


Author: amdmi3
Date: Tue Jan 26 18:52:27 2016
New Revision: 407287
URL: https://svnweb.freebsd.org/changeset/ports/407287

Log:
  - Update to 1.4.0
  - While here, fix LICENSE
  
  PR:		206625
  Submitted by:	lifanov at mail.lifanov.com

Modified:
  head/games/tome4/Makefile
  head/games/tome4/distinfo

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Tue Jan 26 18:43:42 2016	(r407286)
+++ head/games/tome4/Makefile	Tue Jan 26 18:52:27 2016	(r407287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tome4
-PORTVERSION=	1.3.3
+PORTVERSION=	1.4.0
 CATEGORIES=	games
 MASTER_SITES=	http://te4.org/dl/t-engine/ \
 		SF/lifanov-ports-distfiles/${PORTNAME}/:icons
@@ -13,7 +13,8 @@ EXTRACT_ONLY=	t-engine4-src-${PORTVERSIO
 MAINTAINER=	lifanov at mail.lifanov.com
 COMMENT=	Epic tactical turn-based roguelike adventure
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	premake4:${PORTSDIR}/devel/premake4
 LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR}/audio/libvorbis

Modified: head/games/tome4/distinfo
==============================================================================
--- head/games/tome4/distinfo	Tue Jan 26 18:43:42 2016	(r407286)
+++ head/games/tome4/distinfo	Tue Jan 26 18:52:27 2016	(r407287)
@@ -1,4 +1,4 @@
-SHA256 (t-engine4-src-1.3.3.tar.bz2) = d4c6d6aa0cb73b28172cebf89e4271b0a51c6e7dea744ce9c6d6042dd076e9cd
-SIZE (t-engine4-src-1.3.3.tar.bz2) = 351807771
+SHA256 (t-engine4-src-1.4.0.tar.bz2) = 1de859372abb289ce7848b53cbe44290cb0e4d4795f882afcc16eaf4dd932c90
+SIZE (t-engine4-src-1.4.0.tar.bz2) = 354423261
 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
 SIZE (tome4.png) = 37143


More information about the svn-ports-head mailing list