svn commit: r409037 - head/graphics/tiled

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 17 11:03:18 UTC 2016


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


More information about the svn-ports-all mailing list