Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 21:24:37 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417085 - head/games/tome4
Message-ID:  <201606182124.u5ILObbK037739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jun 18 21:24:37 2016
New Revision: 417085
URL: https://svnweb.freebsd.org/changeset/ports/417085

Log:
  games/tome4: update to 1.4.8
  
  - add dependency upon libpng
  
  PR:		210280
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

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

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Sat Jun 18 21:01:44 2016	(r417084)
+++ head/games/tome4/Makefile	Sat Jun 18 21:24:37 2016	(r417085)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tome4
-PORTVERSION=	1.4.6
+PORTVERSION=	1.4.8
 CATEGORIES=	games
 MASTER_SITES=	http://te4.org/dl/t-engine/ \
 		SF/lifanov-ports-distfiles/${PORTNAME}/:icons
@@ -17,7 +17,8 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	premake4:devel/premake4
-LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis
+LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
+		libpng16.so:graphics/png
 
 DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;RolePlaying;" ""

Modified: head/games/tome4/distinfo
==============================================================================
--- head/games/tome4/distinfo	Sat Jun 18 21:01:44 2016	(r417084)
+++ head/games/tome4/distinfo	Sat Jun 18 21:24:37 2016	(r417085)
@@ -1,4 +1,5 @@
-SHA256 (t-engine4-src-1.4.6.tar.bz2) = 8f136e60353f2046c4087056d3ee44f7deb19d25705a9b80b8839a193815f18a
-SIZE (t-engine4-src-1.4.6.tar.bz2) = 354456862
+TIMESTAMP = 1465927888
+SHA256 (t-engine4-src-1.4.8.tar.bz2) = 86d5f414c425dbefc7d1fbdf60a3afc80221b93f4bf2fb75878049977ffd4048
+SIZE (t-engine4-src-1.4.8.tar.bz2) = 354433201
 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
 SIZE (tome4.png) = 37143



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