1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to the last minute bugfix release 1.9.1

- Optimize away `post-install' target while here

PR:	237137
This commit is contained in:
Alexey Dokuchaev 2019-04-18 17:01:50 +00:00
parent 1c18b6d5c8
commit fd755a89b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499278
2 changed files with 6 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openttd
DISTVERSION= 1.9.0
DISTVERSION= 1.9.1
CATEGORIES= games
MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-source
@ -131,15 +131,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/media/openttd.${n}.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps/openttd.png
. endfor
.else
@${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST}
.endif
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
post-install:
.if defined(WITH_DEDICATED_SERVER_ONLY)
@${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1554141178
SHA256 (openttd-1.9.0-source.tar.xz) = 45fded554d973328496f6e01b0769d7b8b64048a8fe2cf252242194c08ea7419
SIZE (openttd-1.9.0-source.tar.xz) = 6575956
TIMESTAMP = 1554753733
SHA256 (openttd-1.9.1-source.tar.xz) = ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5
SIZE (openttd-1.9.1-source.tar.xz) = 6647548