Index: head/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp =================================================================== --- head/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp (revision 316088) +++ head/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp (nonexistent) @@ -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; - } Property changes on: head/games/cosmosmash/files/patch-src-roundbeetle-NativeSDLSoundRenderer.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/cosmosmash/Makefile =================================================================== --- head/games/cosmosmash/Makefile (revision 316088) +++ head/games/cosmosmash/Makefile (revision 316089) @@ -1,45 +1,45 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= cosmosmash -DISTVERSION= 1.4.6 +DISTVERSION= 1.4.7 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= A clone of the Intellivision(TM) game Astrosmash(TM) LICENSE= GPLv2 LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \ aa:${PORTSDIR}/graphics/aalib \ mikmod:${PORTSDIR}/audio/libmikmod \ audiofile:${PORTSDIR}/audio/libaudiofile USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp USE_ICONV= yes USE_GNOME= desktopfileutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs` MAN6= cosmosmash.6 .include post-patch: @${REINPLACE_CMD} 's|^pkgsounddir = .*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-man|' \ ${WRKSRC}/Makefile.in .endif post-install: @-update-desktop-database .include Index: head/games/cosmosmash/distinfo =================================================================== --- head/games/cosmosmash/distinfo (revision 316088) +++ head/games/cosmosmash/distinfo (revision 316089) @@ -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