diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-19 17:03:02 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-19 17:03:02 +0000 |
commit | c42b0bee9dff11f06b348c2e8ad21299d0b39cd7 (patch) | |
tree | f739dcd15f8d75a2382da67206a4865cd2e0fc59 | |
parent | - Update to 0.8.7 (diff) |
- Update to 0.7.3.1
-rw-r--r-- | games/ultimatestunts/Makefile | 2 | ||||
-rw-r--r-- | games/ultimatestunts/distinfo | 6 | ||||
-rw-r--r-- | games/ultimatestunts/files/patch-simulation__metaserver.cpp | 19 | ||||
-rw-r--r-- | games/ultimatestunts/pkg-plist | 11 |
4 files changed, 15 insertions, 23 deletions
diff --git a/games/ultimatestunts/Makefile b/games/ultimatestunts/Makefile index f25cd7bc5096..3009f71548ec 100644 --- a/games/ultimatestunts/Makefile +++ b/games/ultimatestunts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ultimatestunts -PORTVERSION= 0.7.2.1 +PORTVERSION= 0.7.3.1 DISTVERSIONPREFIX= srcdata- DISTVERSION= ${PORTVERSION:S/.//g} CATEGORIES= games diff --git a/games/ultimatestunts/distinfo b/games/ultimatestunts/distinfo index 2972e1bae360..956faec8649a 100644 --- a/games/ultimatestunts/distinfo +++ b/games/ultimatestunts/distinfo @@ -1,3 +1,3 @@ -MD5 (ultimatestunts-srcdata-0721.tar.gz) = 6d740268bb0f127aace9e41885564d7f -SHA256 (ultimatestunts-srcdata-0721.tar.gz) = 5a5da884018a06f91018d842ca891d4756ae231e917a4c16b289a35b34926865 -SIZE (ultimatestunts-srcdata-0721.tar.gz) = 15347625 +MD5 (ultimatestunts-srcdata-0731.tar.gz) = 3231b1d391ee30b1ec8750019c1e1c3e +SHA256 (ultimatestunts-srcdata-0731.tar.gz) = 4dbc3727d6fd900971d6e96cb673ff67ebf5b4466f93b71808c0dcb049624518 +SIZE (ultimatestunts-srcdata-0731.tar.gz) = 23701546 diff --git a/games/ultimatestunts/files/patch-simulation__metaserver.cpp b/games/ultimatestunts/files/patch-simulation__metaserver.cpp deleted file mode 100644 index 3dcb85c92ab2..000000000000 --- a/games/ultimatestunts/files/patch-simulation__metaserver.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- ./simulation/metaserver.cpp.orig 2007-08-09 21:50:18.000000000 +0400 -+++ ./simulation/metaserver.cpp 2007-08-09 22:02:25.000000000 +0400 -@@ -186,13 +186,15 @@ - - bool CMetaServer::httpPost(const CString &args, const CString &data) - { -+ char datalength[20]; -+ sprintf(datalength, "%ld", data.length()); - CString postdata = - CString("POST ") + m_URI+args + " HTTP/1.1\r\n" - "Host: " + m_Hostname + "\r\n" - "Connection: close\r\n" - "User-Agent: " + PACKAGE + "/" + VERSION + "\r\n" - "Content-Type: application/x-www-form-urlencoded\r\n" -- "Content-Length: " + data.length() + "\r\n" -+ "Content-Length: " + datalength + "\r\n" - "\r\n" - + data + "\r\n"; - diff --git a/games/ultimatestunts/pkg-plist b/games/ultimatestunts/pkg-plist index 3944b16c021b..ad568f3b8084 100644 --- a/games/ultimatestunts/pkg-plist +++ b/games/ultimatestunts/pkg-plist @@ -244,6 +244,7 @@ etc/ultimatestunts.conf.sample %%PORTDOCS%%%%DOCSDIR%%/nolanguage/trackedit1.jpg %%DATADIR%%/cars/diablo/body.glb %%DATADIR%%/cars/diablo/dashboard.png +%%DATADIR%%/cars/diablo/engine.wav %%DATADIR%%/cars/diablo/rpm.png %%DATADIR%%/cars/diablo/steer.png %%DATADIR%%/cars/diablo/textures.jpg @@ -262,11 +263,13 @@ etc/ultimatestunts.conf.sample %%DATADIR%%/cars/ferrarif40.conf %%DATADIR%%/cars/ferrarispider/body.glb %%DATADIR%%/cars/ferrarispider/dashboard.png +%%DATADIR%%/cars/ferrarispider/dashboard_crashed.png %%DATADIR%%/cars/ferrarispider/rpm.png %%DATADIR%%/cars/ferrarispider/steer.png %%DATADIR%%/cars/ferrarispider/wheel.glb %%DATADIR%%/cars/ferrarispider.conf %%DATADIR%%/cars/generic/bodycollision.glb +%%DATADIR%%/cars/generic/crash.png %%DATADIR%%/cars/generic/crash_fatal.wav %%DATADIR%%/cars/generic/crash_nonfatal.wav %%DATADIR%%/cars/generic/engine.wav @@ -275,6 +278,7 @@ etc/ultimatestunts.conf.sample %%DATADIR%%/cars/generic/license.jpg %%DATADIR%%/cars/generic/rpm.png %%DATADIR%%/cars/generic/skid.wav +%%DATADIR%%/cars/generic/skid_metal.wav %%DATADIR%%/cars/generic/vel.png %%DATADIR%%/cars/generic/wheelcollision.glb %%DATADIR%%/cars/jeep/body.glb @@ -301,12 +305,14 @@ etc/ultimatestunts.conf.sample %%DATADIR%%/cars/tford/frontwheel.glb %%DATADIR%%/cars/tford/rearwheel.glb %%DATADIR%%/cars/tford.conf +%%DATADIR%%/environment/balaton-horizon.png %%DATADIR%%/environment/kyoto-horizon.png %%DATADIR%%/environment/lensflare/lensflare0.jpg %%DATADIR%%/environment/lensflare/lensflare1.jpg %%DATADIR%%/environment/lensflare/lensflare2.jpg %%DATADIR%%/environment/lensflare/lensflare3.jpg %%DATADIR%%/environment/lensflare/lensflare4.jpg +%%DATADIR%%/environment/london-horizon.png %%DATADIR%%/environment/sky3-night.rgb %%DATADIR%%/environment/sky3.rgb %%DATADIR%%/environment/spheremap.rgb @@ -431,12 +437,17 @@ etc/ultimatestunts.conf.sample %%DATADIR%%/tiles/joes.glb %%DATADIR%%/tiles/jump1.glb %%DATADIR%%/tiles/jump2.glb +%%DATADIR%%/tiles/leftrightcorner_inleft.glb +%%DATADIR%%/tiles/leftrightcorner_inright.glb +%%DATADIR%%/tiles/leftrightcorner_mid.glb %%DATADIR%%/tiles/looping-bottom.glb %%DATADIR%%/tiles/looping-mid.glb %%DATADIR%%/tiles/looping-top.glb %%DATADIR%%/tiles/mill.glb %%DATADIR%%/tiles/obelisks.glb %%DATADIR%%/tiles/palmtree.glb +%%DATADIR%%/tiles/pforest.glb +%%DATADIR%%/tiles/pforestrim.glb %%DATADIR%%/tiles/pillars.glb %%DATADIR%%/tiles/pinetree.glb %%DATADIR%%/tiles/pipe1.glb |