svn commit: r315958 - head/games/openttd

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 17 11:27:41 UTC 2013


Author: danfe
Date: Wed Apr 17 11:27:40 2013
New Revision: 315958
URL: http://svnweb.freebsd.org/changeset/ports/315958

Log:
  - Update to version 1.3.0
  - Drop an article from COMMENT line
  - Remove one defunct mirror
  - NOPORTDOCS -> PORT_OPTIONS:MDOCS
  - Sort pkg-plist a bit while here
  
  Feature safe:	yes

Modified:
  head/games/openttd/Makefile
  head/games/openttd/distinfo
  head/games/openttd/pkg-plist

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Wed Apr 17 11:25:52 2013	(r315957)
+++ head/games/openttd/Makefile	Wed Apr 17 11:27:40 2013	(r315958)
@@ -2,17 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	openttd
-PORTVERSION=	1.2.3
-PORTREVISION=	1
+PORTVERSION=	1.3.0
 CATEGORIES=	games
-MASTER_SITES=	http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \
-		http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \
+MASTER_SITES=	http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \
 		http://de.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \
 		http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 
 MAINTAINER=	danfe at FreeBSD.org
-COMMENT=	An open source clone of Microprose Transport Tycoon Deluxe
+COMMENT=	Open source clone of Microprose Transport Tycoon Deluxe
 
 LICENSE=	GPLv2
 
@@ -116,7 +114,7 @@ do-install:
 		${PREFIX}/share/icons/hicolor/${n}x${n}/apps/openttd.png
 .  endfor
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}
 .endif

Modified: head/games/openttd/distinfo
==============================================================================
--- head/games/openttd/distinfo	Wed Apr 17 11:25:52 2013	(r315957)
+++ head/games/openttd/distinfo	Wed Apr 17 11:27:40 2013	(r315958)
@@ -1,2 +1,2 @@
-SHA256 (openttd-1.2.3-source.tar.xz) = d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08
-SIZE (openttd-1.2.3-source.tar.xz) = 5720056
+SHA256 (openttd-1.3.0-source.tar.xz) = 1a3525186f4486de8193992426690a1fd8c7e4d376a328056b0464a1a5d32080
+SIZE (openttd-1.3.0-source.tar.xz) = 6193868

Modified: head/games/openttd/pkg-plist
==============================================================================
--- head/games/openttd/pkg-plist	Wed Apr 17 11:25:52 2013	(r315957)
+++ head/games/openttd/pkg-plist	Wed Apr 17 11:27:40 2013	(r315958)
@@ -4,22 +4,24 @@ share/pixmaps/openttd.32.xpm
 %%DATADIR%%/ai/compat_1.0.nut
 %%DATADIR%%/ai/compat_1.1.nut
 %%DATADIR%%/ai/compat_1.2.nut
+%%DATADIR%%/ai/compat_1.3.nut
 @dirrm %%DATADIR%%/ai
 %%DATADIR%%/baseset/no_music.obm
-%%DATADIR%%/baseset/orig_win.obm
+%%DATADIR%%/baseset/no_sound.obs
 %%DATADIR%%/baseset/openttd.grf
 %%DATADIR%%/baseset/opntitle.dat
 %%DATADIR%%/baseset/orig_dos.obg
 %%DATADIR%%/baseset/orig_dos.obs
 %%DATADIR%%/baseset/orig_dos_de.obg
 %%DATADIR%%/baseset/orig_win.obg
+%%DATADIR%%/baseset/orig_win.obm
 %%DATADIR%%/baseset/orig_win.obs
-%%DATADIR%%/baseset/no_sound.obs
 @dirrmtry %%DATADIR%%/baseset
 %%DATADIR%%/lang/afrikaans.lng
 %%DATADIR%%/lang/arabic_egypt.lng
-%%DATADIR%%/lang/brazilian_portuguese.lng
+%%DATADIR%%/lang/basque.lng
 %%DATADIR%%/lang/belarusian.lng
+%%DATADIR%%/lang/brazilian_portuguese.lng
 %%DATADIR%%/lang/bulgarian.lng
 %%DATADIR%%/lang/catalan.lng
 %%DATADIR%%/lang/croatian.lng
@@ -60,6 +62,7 @@ share/pixmaps/openttd.32.xpm
 %%DATADIR%%/lang/slovenian.lng
 %%DATADIR%%/lang/spanish.lng
 %%DATADIR%%/lang/swedish.lng
+%%DATADIR%%/lang/tamil.lng
 %%DATADIR%%/lang/traditional_chinese.lng
 %%DATADIR%%/lang/turkish.lng
 %%DATADIR%%/lang/ukrainian.lng


More information about the svn-ports-all mailing list