FreeBSD Bugzilla – Attachment 104826 Details for
Bug 145083
[update] games/simutrans: version 102.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-simutrans.update
patch-simutrans.update (text/plain), 5.86 KB, created by
Tijl Coosemans
on 2010-03-27 17:50:03 UTC
(
hide
)
Description:
patch-simutrans.update
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2010-03-27 17:50:03 UTC
Size:
5.86 KB
patch
obsolete
>diff -ur simutrans.orig/Makefile simutrans/Makefile >--- simutrans.orig/Makefile 2010-03-27 14:41:51.000000000 +0100 >+++ simutrans/Makefile 2010-03-27 15:58:27.000000000 +0100 >@@ -6,15 +6,15 @@ > # > > PORTNAME= simutrans >-PORTVERSION= 102.2.1 >-PORTREVISION= 1 >+PORTVERSION= 102.2.2 > CATEGORIES= games > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${SIMUTRANS_VERSION} \ >+ SF/${PORTNAME}/pak64/102-2-1:food \ > SF/${PORTNAME}/pak64/${SIMUTRANS_VERSION}:pak64 > DISTFILES= simutrans-src-${SIMUTRANS_VERSION}.zip \ > simulinux-${SIMUTRANS_VERSION}.zip \ > simupak64-${SIMUTRANS_VERSION}.zip:pak64 \ >- simupak64-addon-food-${SIMUTRANS_VERSION}.zip:pak64 >+ simupak64-addon-food-102-2-1.zip:food > > MAINTAINER= tijl@coosemans.org > COMMENT= Transportation simulation game >diff -ur simutrans.orig/Makefile.plist simutrans/Makefile.plist >--- simutrans.orig/Makefile.plist 2010-03-27 14:41:51.000000000 +0100 >+++ simutrans/Makefile.plist 2010-03-27 15:37:18.000000000 +0100 >@@ -10,6 +10,7 @@ > text/no \ > text/nl \ > text/lt \ >+text/ko \ > text/ja \ > text/it \ > text/id \ >@@ -202,6 +203,7 @@ > pak/building.FreightTrainStop.pak \ > pak/building.GCG1TrainStop.pak \ > pak/building.GCG2TrainStop.pak \ >+pak/building.GCGTrainStop.pak \ > pak/building.Gas_StationBlg.pak \ > pak/building.Goods_StationBlg.pak \ > pak/building.Gymnasium.pak \ >@@ -230,6 +232,7 @@ > pak/building.IND_01_12.pak \ > pak/building.IND_01_13.pak \ > pak/building.IND_01_15.pak \ >+pak/building.IND_01_16.pak \ > pak/building.IND_02_01.pak \ > pak/building.IND_02_02.pak \ > pak/building.IND_02_06.pak \ >@@ -275,6 +278,7 @@ > pak/building.RES_01_05.pak \ > pak/building.RES_01_07.pak \ > pak/building.RES_01_08.pak \ >+pak/building.RES_01_09.pak \ > pak/building.RES_01_10.pak \ > pak/building.RES_01_12.pak \ > pak/building.RES_01_15.pak \ >@@ -589,6 +593,7 @@ > pak/text/id.tab \ > pak/text/it.tab \ > pak/text/ja.tab \ >+pak/text/ko.tab \ > pak/text/lt.tab \ > pak/text/nl.tab \ > pak/text/no.tab \ >@@ -919,6 +924,7 @@ > text/cz/display.txt \ > text/cz/finances.txt \ > text/cz/general.txt \ >+text/cz/goods_filter.txt \ > text/cz/haltlist.txt \ > text/cz/haltlist_filter.txt \ > text/cz/keys.txt \ >@@ -1123,6 +1129,7 @@ > text/es/window.txt \ > text/et.tab \ > text/fi.tab \ >+text/fi/new_world.txt \ > text/fr.tab \ > text/fr/climates.txt \ > text/fr/color.txt \ >@@ -1189,6 +1196,7 @@ > text/hu/tramtools.txt \ > text/id.tab \ > text/it.tab \ >+text/it/airtools.txt \ > text/it/color.txt \ > text/it/convoi.txt \ > text/it/convoi_filter.txt \ >@@ -1238,6 +1246,31 @@ > text/ja/sound.txt \ > text/ja/station.txt \ > text/ja/station_details.txt \ >+text/ko.tab \ >+text/ko/citylist_filter.txt \ >+text/ko/citywindow.txt \ >+text/ko/color.txt \ >+text/ko/depot.txt \ >+text/ko/display.txt \ >+text/ko/finances.txt \ >+text/ko/general.txt \ >+text/ko/language.txt \ >+text/ko/load.txt \ >+text/ko/mailbox.txt \ >+text/ko/map.txt \ >+text/ko/new_world.txt \ >+text/ko/options.txt \ >+text/ko/players.txt \ >+text/ko/railtools.txt \ >+text/ko/roadtools.txt \ >+text/ko/save.txt \ >+text/ko/schedule.txt \ >+text/ko/settings.txt \ >+text/ko/shiptools.txt \ >+text/ko/slopetools.txt \ >+text/ko/sound.txt \ >+text/ko/station.txt \ >+text/ko/station_details.txt \ > text/lt.tab \ > text/nl.tab \ > text/nl/airtools.txt \ >@@ -1260,6 +1293,7 @@ > text/nl/mouse.txt \ > text/nl/signals.txt \ > text/no.tab \ >+text/no/about.txt \ > text/pl.tab \ > text/pl/color.txt \ > text/pl/depot.txt \ >@@ -1333,6 +1367,7 @@ > text/pt/window.txt \ > text/readme_citylist.txt \ > text/ro.tab \ >+text/ro/about.txt \ > text/ro/color.txt \ > text/ro/depot.txt \ > text/ro/display.txt \ >@@ -1386,7 +1421,10 @@ > text/sv/airtools.txt \ > text/sv/baum_build.txt \ > text/sv/citybuilding_build.txt \ >+text/sv/citywindow.txt \ > text/sv/depot.txt \ >+text/sv/players.txt \ >+text/sv/simutrans.txt \ > text/sv/underground.txt \ > text/tr.tab \ > text/tr/airtools.txt \ >diff -ur simutrans.orig/distinfo simutrans/distinfo >--- simutrans.orig/distinfo 2010-03-27 14:41:51.000000000 +0100 >+++ simutrans/distinfo 2010-03-27 14:48:29.000000000 +0100 >@@ -1,12 +1,12 @@ >-MD5 (simutrans-src-102-2-1.zip) = 77b40825b5b1327f93ee0fe63cca0f80 >-SHA256 (simutrans-src-102-2-1.zip) = 1c11ef05e96d3e63e375f1d27e56816388de930b0104627df2c4b9755398ef51 >-SIZE (simutrans-src-102-2-1.zip) = 2432920 >-MD5 (simulinux-102-2-1.zip) = 03bb2d9caafc05f41ffb428c0ea6a9b2 >-SHA256 (simulinux-102-2-1.zip) = 45893136229d21334e47b1dc9685020a0ff1ad579a278cdbfa7e6eadf527cfb2 >-SIZE (simulinux-102-2-1.zip) = 2225723 >-MD5 (simupak64-102-2-1.zip) = e981828d77b62924173ee3a1d0b93321 >-SHA256 (simupak64-102-2-1.zip) = 7373fd04cac93a146c2087c6f8812493be034190702db15c26127656d4f3d735 >-SIZE (simupak64-102-2-1.zip) = 3464702 >+MD5 (simutrans-src-102-2-2.zip) = f9a01921ee4dda78bd4db0bf146d90a8 >+SHA256 (simutrans-src-102-2-2.zip) = b105013ba180706a4790eddf19e007e1955c4ef7daa1c90fb6aaa48c28134351 >+SIZE (simutrans-src-102-2-2.zip) = 2498680 >+MD5 (simulinux-102-2-2.zip) = 2f36e7f16bbd957e9dd3eea01f025eea >+SHA256 (simulinux-102-2-2.zip) = 2d624624e8b5518f62979d19b1392f1917ef9791355301a2b2f2f7fe5dabb071 >+SIZE (simulinux-102-2-2.zip) = 2437790 >+MD5 (simupak64-102-2-2.zip) = e432a224499b41c294897501de33446e >+SHA256 (simupak64-102-2-2.zip) = 23ac416914ae86b0155eb43fdf69f09eff219d0c51c7f8474c04fad982315218 >+SIZE (simupak64-102-2-2.zip) = 3486591 > MD5 (simupak64-addon-food-102-2-1.zip) = 2d75cb31e2012154ef60f9e4633ddb8a > SHA256 (simupak64-addon-food-102-2-1.zip) = 7add9c3e3dc3959c6a39776043a16beb92f6f59190fcae25b29e367c17e24607 > SIZE (simupak64-addon-food-102-2-1.zip) = 113454 >diff -ur simutrans.orig/pkg-plist simutrans/pkg-plist >--- simutrans.orig/pkg-plist 2010-03-27 14:41:51.000000000 +0100 >+++ simutrans/pkg-plist 2010-03-27 15:25:29.000000000 +0100 >@@ -5,9 +5,7 @@ > @exec mkdir -p %D/%%DATADIR%%/text/ca > @exec mkdir -p %D/%%DATADIR%%/text/cn > @exec mkdir -p %D/%%DATADIR%%/text/et >-@exec mkdir -p %D/%%DATADIR%%/text/fi > @exec mkdir -p %D/%%DATADIR%%/text/hr > @exec mkdir -p %D/%%DATADIR%%/text/id > @exec mkdir -p %D/%%DATADIR%%/text/lt >-@exec mkdir -p %D/%%DATADIR%%/text/no > @dirrmtry share/applications
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 145083
: 104826