diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-07 22:10:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-07 22:10:21 +0000 |
commit | d80a4b2228e6c4a851a69a6b0bf5400b2c7a0cbd (patch) | |
tree | 66beff51fd7a4c6f2441af73a2e4959860566f11 /graphics | |
parent | 1b8aa2c1b25cc7d13b5f784cea2c634fa7d5c38c (diff) | |
download | ports-d80a4b2228e6c4a851a69a6b0bf5400b2c7a0cbd.tar.gz ports-d80a4b2228e6c4a851a69a6b0bf5400b2c7a0cbd.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiled/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiled/distinfo | 4 | ||||
-rw-r--r-- | graphics/tiled/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 924303524585..7d80e2d82b87 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -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> diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index dafb16f8f1db..0502abe69918 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -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 diff --git a/graphics/tiled/pkg-plist b/graphics/tiled/pkg-plist index 6a917b611d6c..ee66cba3e758 100644 --- a/graphics/tiled/pkg-plist +++ b/graphics/tiled/pkg-plist @@ -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 |