Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 17:01:50 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499278 - head/games/openttd
Message-ID:  <201904181701.x3IH1o02050448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Apr 18 17:01:50 2019
New Revision: 499278
URL: https://svnweb.freebsd.org/changeset/ports/499278

Log:
  - Update to the last minute bugfix release 1.9.1
  - Optimize away `post-install' target while here
  
  PR:	237137

Modified:
  head/games/openttd/Makefile
  head/games/openttd/distinfo

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Thu Apr 18 16:55:13 2019	(r499277)
+++ head/games/openttd/Makefile	Thu Apr 18 17:01:50 2019	(r499278)
@@ -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>

Modified: head/games/openttd/distinfo
==============================================================================
--- head/games/openttd/distinfo	Thu Apr 18 16:55:13 2019	(r499277)
+++ head/games/openttd/distinfo	Thu Apr 18 17:01:50 2019	(r499278)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181701.x3IH1o02050448>