From owner-svn-ports-head@freebsd.org Tue Dec 6 12:05:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39FA2C6A99E; Tue, 6 Dec 2016 12:05:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5619EA0; Tue, 6 Dec 2016 12:05:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6C5Quq053215; Tue, 6 Dec 2016 12:05:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6C5PvZ053212; Tue, 6 Dec 2016 12:05:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612061205.uB6C5PvZ053212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Dec 2016 12:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427949 - head/graphics/tiled X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 12:05:27 -0000 Author: amdmi3 Date: Tue Dec 6 12:05:25 2016 New Revision: 427949 URL: https://svnweb.freebsd.org/changeset/ports/427949 Log: - Update to 0.17.2 Modified: head/graphics/tiled/Makefile head/graphics/tiled/distinfo head/graphics/tiled/pkg-descr Modified: head/graphics/tiled/Makefile ============================================================================== --- head/graphics/tiled/Makefile Tue Dec 6 12:04:48 2016 (r427948) +++ head/graphics/tiled/Makefile Tue Dec 6 12:05:25 2016 (r427949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.17.1 +PORTVERSION= 0.17.2 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games Modified: head/graphics/tiled/distinfo ============================================================================== --- head/graphics/tiled/distinfo Tue Dec 6 12:04:48 2016 (r427948) +++ head/graphics/tiled/distinfo Tue Dec 6 12:05:25 2016 (r427949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478869040 -SHA256 (bjorn-tiled-v0.17.1_GH0.tar.gz) = 11297f97370df10dd32b24a0c5ce9988b3c1903a13f2be0ebb3c20f49c5e0fb4 -SIZE (bjorn-tiled-v0.17.1_GH0.tar.gz) = 4854247 +TIMESTAMP = 1480956956 +SHA256 (bjorn-tiled-v0.17.2_GH0.tar.gz) = a9c5d68ccc00d89df8611df6c1c37aa8796fffcff968f3993f6d78686678c4b9 +SIZE (bjorn-tiled-v0.17.2_GH0.tar.gz) = 4854767 Modified: head/graphics/tiled/pkg-descr ============================================================================== --- head/graphics/tiled/pkg-descr Tue Dec 6 12:04:48 2016 (r427948) +++ head/graphics/tiled/pkg-descr Tue Dec 6 12:05:25 2016 (r427949) @@ -4,15 +4,15 @@ whether your game is an RPG, platformer is free software and written in C++, using the Qt application framework. The main features in a nutshell: - * General purpose tile map editor with XML-based map format - * Supports orthogonal and isometric maps - * Custom objects can be placed with pixel precision - * Full undo/redo and copy/paste support - * Add custom properties to tiles, layers, objects or the map - * Automatically reloads tilesets when changed externally - * Resize or offset your tile map later as needed - * Efficient tile editing tools like stamp and fill brushes - * Supports input/output plugins to open and save files in custom - formats + * General purpose tile map editor with XML-based map format + * Supports orthogonal and isometric maps + * Custom objects can be placed with pixel precision + * Full undo/redo and copy/paste support + * Add custom properties to tiles, layers, objects or the map + * Automatically reloads tilesets when changed externally + * Resize or offset your tile map later as needed + * Efficient tile editing tools like stamp and fill brushes + * Supports input/output plugins to open and save files in custom + formats WWW: http://www.mapeditor.org/