- 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
This commit is contained in:
parent
bd58e21138
commit
3bc71beccc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315958
3 changed files with 12 additions and 11 deletions
|
@ -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@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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue