diff options
author | martymac <martymac@FreeBSD.org> | 2013-04-19 16:01:27 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-04-19 16:01:27 +0800 |
commit | b2efe5b8fccf6bf23d04800457a9f97959f15b17 (patch) | |
tree | 2bf81e8575770f954de8136e3f0fc4f0f861360c /games | |
parent | f78c7a9d6184ce543ccf48760b0fc313c50fe319 (diff) | |
download | freebsd-ports-gnome-b2efe5b8fccf6bf23d04800457a9f97959f15b17.tar.gz freebsd-ports-gnome-b2efe5b8fccf6bf23d04800457a9f97959f15b17.tar.zst freebsd-ports-gnome-b2efe5b8fccf6bf23d04800457a9f97959f15b17.zip |
Update to 1.4.7
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmosmash/Makefile | 2 | ||||
-rw-r--r-- | games/cosmosmash/distinfo | 4 | ||||
-rw-r--r-- | games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index fde230985bdf..192db2f353da 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cosmosmash -DISTVERSION= 1.4.6 +DISTVERSION= 1.4.7 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ LOCAL/martymac diff --git a/games/cosmosmash/distinfo b/games/cosmosmash/distinfo index 4182a629dd95..fe82d7c14aea 100644 --- a/games/cosmosmash/distinfo +++ b/games/cosmosmash/distinfo @@ -1,2 +1,2 @@ -SHA256 (cosmosmash-1.4.6.tar.gz) = 6e78b2b3dc5ead19af3e59adeea0ed8e26ebdb2b3f32efdb71b2b16154ae42dd -SIZE (cosmosmash-1.4.6.tar.gz) = 905594 +SHA256 (cosmosmash-1.4.7.tar.gz) = 3f0af3355e31fef9413d3c318f02b64ad6c427f0048d6e15868e51a5ac22b14b +SIZE (cosmosmash-1.4.7.tar.gz) = 906213 diff --git a/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp b/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp deleted file mode 100644 index 62c7922fdf00..000000000000 --- a/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/roundbeetle/NativeSDLSoundRenderer.cpp.orig 2013-04-12 09:21:38.324768572 +0200 -+++ src/roundbeetle/NativeSDLSoundRenderer.cpp 2013-04-12 09:22:02.992763092 +0200 -@@ -42,7 +42,7 @@ - desired.freq = _rendererFreqInHz; - desired.format = AUDIO_S16; - desired.channels = 2; -- desired.samples = _rendererFreqInHz * bufferSizeInMS / 1000 * desired.channels; -+ desired.samples = 1024; - desired.callback = fillerCallback; - desired.userdata = this; - } |