diff options
author | osa <osa@FreeBSD.org> | 2006-02-07 21:16:07 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2006-02-07 21:16:07 +0800 |
commit | 69b351f2440e01057521b8e6a9061b1efea8aa45 (patch) | |
tree | 9a507060d8bdbfb887c891e931766d0347e5c407 /games/openttd | |
parent | 4ee5552d77bac462c8647202f4e77a3328db1576 (diff) | |
download | freebsd-ports-gnome-69b351f2440e01057521b8e6a9061b1efea8aa45.tar.gz freebsd-ports-gnome-69b351f2440e01057521b8e6a9061b1efea8aa45.tar.zst freebsd-ports-gnome-69b351f2440e01057521b8e6a9061b1efea8aa45.zip |
Update to 0.4.5.
Approved by: danfe (maintainer)
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 7 | ||||
-rw-r--r-- | games/openttd/distinfo | 6 | ||||
-rw-r--r-- | games/openttd/pkg-plist | 9 |
3 files changed, 12 insertions, 10 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index c3a99dad69c9..cb3ad81c2090 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 0.4.0.1 +PORTVERSION= 0.4.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,8 +57,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/docs/${MAN6} ${MANPREFIX}/man/man6 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -. for f in Howto_compile_lng_files_from_CLI.txt Manual.txt console.txt landscape.html \ - multiplayer.txt ottd-colour-palette.gif textcolor.txt tileh.png +. for f in Howto_compile_lng_files_from_CLI.txt Manual.txt console.txt \ + landscape.html landscape_grid.html multiplayer.txt \ + ottd-colour-palette.gif ottd-colourtext-palette.png tileh.png ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} . endfor .endif diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 3e6fd91e47ad..55749d652896 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,3 +1,3 @@ -MD5 (openttd-0.4.0.1-source.tar.gz) = ddd9790c86b7ccc68f60761704cbcf81 -SHA256 (openttd-0.4.0.1-source.tar.gz) = 56e844da580761ddbb580683fc455a8d9eb3179df631568c26b7188d1ff16363 -SIZE (openttd-0.4.0.1-source.tar.gz) = 2950778 +MD5 (openttd-0.4.5-source.tar.gz) = afddf61b2f64e8e753c558f8d0bb7a43 +SHA256 (openttd-0.4.5-source.tar.gz) = 9d62bfb1d4630594be79bec2e5c4cccef27a0c585f634cc4f344629f7b908f29 +SIZE (openttd-0.4.5-source.tar.gz) = 2846563 diff --git a/games/openttd/pkg-plist b/games/openttd/pkg-plist index 365c3778dcf4..859ae50c9556 100644 --- a/games/openttd/pkg-plist +++ b/games/openttd/pkg-plist @@ -2,9 +2,9 @@ bin/openttd %%DATADIR%%/data/autorail.grf %%DATADIR%%/data/canalsw.grf %%DATADIR%%/data/dosdummy.grf +%%DATADIR%%/data/nsignalsw.grf %%DATADIR%%/data/openttd.grf %%DATADIR%%/data/opntitle.dat -%%DATADIR%%/data/signalsw.grf %%DATADIR%%/data/trkfoundw.grf @dirrm %%DATADIR%%/data %%DATADIR%%/lang/american.lng @@ -14,6 +14,7 @@ bin/openttd %%DATADIR%%/lang/danish.lng %%DATADIR%%/lang/dutch.lng %%DATADIR%%/lang/english.lng +%%DATADIR%%/lang/estonian.lng %%DATADIR%%/lang/finnish.lng %%DATADIR%%/lang/french.lng %%DATADIR%%/lang/galician.lng @@ -21,8 +22,6 @@ bin/openttd %%DATADIR%%/lang/hungarian.lng %%DATADIR%%/lang/icelandic.lng %%DATADIR%%/lang/italian.lng -%%DATADIR%%/lang/latvian.lng -%%DATADIR%%/lang/lithuanian.lng %%DATADIR%%/lang/norwegian.lng %%DATADIR%%/lang/origveh.lng %%DATADIR%%/lang/polish.lng @@ -31,14 +30,16 @@ bin/openttd %%DATADIR%%/lang/slovak.lng %%DATADIR%%/lang/spanish.lng %%DATADIR%%/lang/swedish.lng +%%DATADIR%%/lang/turkish.lng @dirrm %%DATADIR%%/lang @dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/Howto_compile_lng_files_from_CLI.txt %%PORTDOCS%%%%DOCSDIR%%/Manual.txt %%PORTDOCS%%%%DOCSDIR%%/console.txt %%PORTDOCS%%%%DOCSDIR%%/landscape.html +%%PORTDOCS%%%%DOCSDIR%%/landscape_grid.html %%PORTDOCS%%%%DOCSDIR%%/multiplayer.txt %%PORTDOCS%%%%DOCSDIR%%/ottd-colour-palette.gif -%%PORTDOCS%%%%DOCSDIR%%/textcolor.txt +%%PORTDOCS%%%%DOCSDIR%%/ottd-colourtext-palette.png %%PORTDOCS%%%%DOCSDIR%%/tileh.png %%PORTDOCS%%@dirrm %%DOCSDIR%% |