Date: Wed, 17 Feb 2016 11:03:17 +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: r409037 - head/graphics/tiled Message-ID: <201602171103.u1HB3Hre089464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Feb 17 11:03:16 2016 New Revision: 409037 URL: https://svnweb.freebsd.org/changeset/ports/409037 Log: - Update to 0.15.1 - Install more documentation Modified: head/graphics/tiled/Makefile head/graphics/tiled/distinfo Modified: head/graphics/tiled/Makefile ============================================================================== --- head/graphics/tiled/Makefile Wed Feb 17 11:01:57 2016 (r409036) +++ head/graphics/tiled/Makefile Wed Feb 17 11:03:16 2016 (r409037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.15.0 +PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -35,6 +35,8 @@ post-patch: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ +.for f in AUTHORS README.md NEWS + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor .include <bsd.port.mk> Modified: head/graphics/tiled/distinfo ============================================================================== --- head/graphics/tiled/distinfo Wed Feb 17 11:01:57 2016 (r409036) +++ head/graphics/tiled/distinfo Wed Feb 17 11:03:16 2016 (r409037) @@ -1,2 +1,2 @@ -SHA256 (bjorn-tiled-v0.15.0_GH0.tar.gz) = 978c6270f4e6be5996ee69d12a1c417ea3b98b0ba0a50fbe74176f193c0330d3 -SIZE (bjorn-tiled-v0.15.0_GH0.tar.gz) = 2984039 +SHA256 (bjorn-tiled-v0.15.1_GH0.tar.gz) = b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81 +SIZE (bjorn-tiled-v0.15.1_GH0.tar.gz) = 2984663
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602171103.u1HB3Hre089464>