diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-08 06:10:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-08 06:10:21 +0800 |
commit | c608b2b0ace265b65658ee474d97aac01590190b (patch) | |
tree | 66beff51fd7a4c6f2441af73a2e4959860566f11 /graphics/tiled | |
parent | 70b0d5595eee9d8b6379c5246d31a1e555262d4d (diff) | |
download | freebsd-ports-gnome-c608b2b0ace265b65658ee474d97aac01590190b.tar.gz freebsd-ports-gnome-c608b2b0ace265b65658ee474d97aac01590190b.tar.zst freebsd-ports-gnome-c608b2b0ace265b65658ee474d97aac01590190b.zip |
- Update to 0.15.0
Diffstat (limited to 'graphics/tiled')
-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 |