Date: Thu, 7 Jan 2016 22:10:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405489 - head/graphics/tiled Message-ID: <201601072210.u07MAL8v066026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jan 7 22:10:21 2016 New Revision: 405489 URL: https://svnweb.freebsd.org/changeset/ports/405489 Log: - Update to 0.15.0 Modified: head/graphics/tiled/Makefile head/graphics/tiled/distinfo head/graphics/tiled/pkg-plist Modified: head/graphics/tiled/Makefile ============================================================================== --- head/graphics/tiled/Makefile Thu Jan 7 21:53:04 2016 (r405488) +++ head/graphics/tiled/Makefile Thu Jan 7 22:10:21 2016 (r405489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.13.1 +PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -35,7 +35,7 @@ post-patch: @${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \; post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> Modified: head/graphics/tiled/distinfo ============================================================================== --- head/graphics/tiled/distinfo Thu Jan 7 21:53:04 2016 (r405488) +++ head/graphics/tiled/distinfo Thu Jan 7 22:10:21 2016 (r405489) @@ -1,2 +1,2 @@ -SHA256 (bjorn-tiled-v0.13.1_GH0.tar.gz) = 9512b03bbc6d939e90da1ce54176beaaa4f4bb16147b98e8b51feea12c2bea14 -SIZE (bjorn-tiled-v0.13.1_GH0.tar.gz) = 2902778 +SHA256 (bjorn-tiled-v0.15.0_GH0.tar.gz) = 978c6270f4e6be5996ee69d12a1c417ea3b98b0ba0a50fbe74176f193c0330d3 +SIZE (bjorn-tiled-v0.15.0_GH0.tar.gz) = 2984039 Modified: head/graphics/tiled/pkg-plist ============================================================================== --- head/graphics/tiled/pkg-plist Thu Jan 7 21:53:04 2016 (r405488) +++ head/graphics/tiled/pkg-plist Thu Jan 7 22:10:21 2016 (r405489) @@ -1,4 +1,5 @@ bin/automappingconverter +bin/terraingenerator bin/tiled bin/tmxrasterizer bin/tmxviewer @@ -39,8 +40,9 @@ share/mime/packages/tiled.xml %%DATADIR%%/translations/tiled_ja.qm %%DATADIR%%/translations/tiled_lv.qm %%DATADIR%%/translations/tiled_nl.qm +%%DATADIR%%/translations/tiled_pl.qm %%DATADIR%%/translations/tiled_pt.qm -%%DATADIR%%/translations/tiled_pt_BR.qm +%%DATADIR%%/translations/tiled_pt_PT.qm %%DATADIR%%/translations/tiled_ru.qm %%DATADIR%%/translations/tiled_zh.qm %%DATADIR%%/translations/tiled_zh_TW.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601072210.u07MAL8v066026>