Date: Wed, 13 Aug 2008 21:30:11 GMT From: Artem Naluzhnyy <tut@nhamon.com.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126514: [patch] games/openttd: update to 0.6.2, fix Generic Trams GRF Message-ID: <200808132130.m7DLUBmm086823@www.freebsd.org> Resent-Message-ID: <200808132140.m7DLe13r040691@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126514 >Category: ports >Synopsis: [patch] games/openttd: update to 0.6.2, fix Generic Trams GRF >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 13 21:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Artem Naluzhnyy >Release: >Organization: >Environment: >Description: * Update to v. 0.6.2. * Generic Trams GRF (generictrams_v0.4.grf file) is not included in source distribution since opetnttd v. 0.6.1. We should fetch the file from GRF Crawler site directly. >How-To-Repeat: >Fix: diff -ruN openttd.bak/Makefile openttd/Makefile --- openttd.bak/Makefile 2008-06-19 15:47:42.000000000 +0300 +++ openttd/Makefile 2008-08-13 23:51:42.000000000 +0300 @@ -6,9 +6,13 @@ # PORTNAME= openttd -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF \ + http://www.tt-forums.net/download/file.php?id=85838\&filename=/:GRFCrawler +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + generictrams_v0.4.grf:GRFCrawler +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= An open source clone of Microprose Transport Tycoon Deluxe @@ -69,6 +73,7 @@ ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${DATADIR}/data ${DATADIR}/lang ${DATADIR}/scripts ${INSTALL_DATA} ${WRKSRC}/bin/data/* ${DATADIR}/data + ${INSTALL_DATA} ${DISTDIR}/generictrams_v0.4.grf ${DATADIR}/data ${INSTALL_DATA} ${WRKSRC}/bin/lang/* ${DATADIR}/lang ${INSTALL_DATA} ${WRKSRC}/bin/scripts/* ${DATADIR}/scripts ${INSTALL_MAN} ${WRKSRC}/docs/${MAN6} ${MANPREFIX}/man/man6 diff -ruN openttd.bak/distinfo openttd/distinfo --- openttd.bak/distinfo 2008-06-19 15:47:42.000000000 +0300 +++ openttd/distinfo 2008-08-13 23:42:15.000000000 +0300 @@ -1,3 +1,6 @@ -MD5 (openttd-0.6.1-source.tar.bz2) = f7c0f19dcca051cd28641109d795f202 -SHA256 (openttd-0.6.1-source.tar.bz2) = d7d26e41f78a904e84dbfafad0f555e5d29aa20f3688e8d6865a57a46837086c -SIZE (openttd-0.6.1-source.tar.bz2) = 3690207 +MD5 (openttd-0.6.2-source.tar.bz2) = 0678c02c92101616dbd710438dbfac43 +SHA256 (openttd-0.6.2-source.tar.bz2) = c28db9ae3798c6d44a5745319479478e758a207adf593a915e01014a38d42c7b +SIZE (openttd-0.6.2-source.tar.bz2) = 3670638 +MD5 (generictrams_v0.4.grf) = edb2d26f9d81423734ca12412f309cf3 +SHA256 (generictrams_v0.4.grf) = 0de246e3084793dc3d1e703ed170c644ae9e96e2091e83f5e22d18b51bc48e26 +SIZE (generictrams_v0.4.grf) = 91743 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808132130.m7DLUBmm086823>