1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update devel/flatzebra and dependent ports :

devel/flatzebra [1]:
- Update to 0.1.6
- Use new Makefile header format
- Replace USE_GNOME by proper USE_PKGCONFIG
- Switch to OptionsNG

games/afternoonstalker:
- Update to 1.1.5
- Use new Makefile header format

games/burgerspace:
- Update to 1.9.2
- Use new Makefile header format

games/cosmosmash:
- Update to 1.4.6
- Use new Makefile header format

PR:	ports/177730 [1]
Approved by:	edwin (maintainer) [1]
Feature safe:	yes
This commit is contained in:
Ganael LAPLANCHE 2013-04-17 13:02:44 +00:00
parent dd046be9d4
commit 07867cfe23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315963
10 changed files with 32 additions and 38 deletions

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: flatzebra
# Date created: 2005-10-18
# Whom: Edwin Groothuis <edwin2mavetju.org>
#
# Created by: Edwin Groothuis <edwin2mavetju.org>
# $FreeBSD$
#
PORTNAME= flatzebra
PORTVERSION= 0.1.5
PORTREVISION= 2
PORTVERSION= 0.1.6
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
@ -19,15 +14,17 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include
USE_AUTOTOOLS= libtool
USE_SDL= sdl mixer image
USE_GNOME= pkgconfig
USE_PKGCONFIG= build
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS
.include <bsd.port.options.mk>
post-patch:
.if defined(NOPORTDOCS)
.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in
.endif

View File

@ -1,2 +1,2 @@
SHA256 (flatzebra-0.1.5.tar.gz) = d663aa222fb8ba3974ccbe82778ecd38e64a2d7524b12e54b3cf0dbb9f017c07
SIZE (flatzebra-0.1.5.tar.gz) = 340636
SHA256 (flatzebra-0.1.6.tar.gz) = 4e7bb0a77136ec3b81e0f73c1d08e828d38ef011095d5ce7068a94f3bb21d67a
SIZE (flatzebra-0.1.6.tar.gz) = 359098

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: afternoonstalker
# Date created: Feb 15, 2003
# Whom: Mark Pulford <mark@kyne.com.au>
#
# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
#
PORTNAME= afternoonstalker
PORTVERSION= 1.1.4
PORTREVISION= 3
PORTVERSION= 1.1.5
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
LOCAL/martymac

View File

@ -1,2 +1,2 @@
SHA256 (afternoonstalker-1.1.4.tar.gz) = 8466bf02a58e9f3021203284e13db091a402be36fae873f6f1b54d6f60c4c480
SIZE (afternoonstalker-1.1.4.tar.gz) = 201687
SHA256 (afternoonstalker-1.1.5.tar.gz) = cb9896e00654057edc1ef8843c6c7f5bbcc0b5313e06227ae6e73d0c1d689097
SIZE (afternoonstalker-1.1.5.tar.gz) = 202663

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: burgerspace
# Date created: Apr 13, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
#
PORTNAME= burgerspace
PORTVERSION= 1.9.0
PORTREVISION= 3
PORTVERSION= 1.9.2
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
LOCAL/martymac

View File

@ -1,2 +1,2 @@
SHA256 (burgerspace-1.9.0.tar.gz) = 22d242b3e27a4185300193205b3afb835b7c4142910a734829bf3aff3acabab4
SIZE (burgerspace-1.9.0.tar.gz) = 475315
SHA256 (burgerspace-1.9.2.tar.gz) = 34b0feccf543b11f9f9a182203d67cd453675255fed4b745e4e74c121b211bf2
SIZE (burgerspace-1.9.2.tar.gz) = 505314

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: cosmosmash
# Date created: 12 Apr 2008
# Whom: Ganael Laplanche <ganael.laplanche@martymac.org>
#
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
#
PORTNAME= cosmosmash
DISTVERSION= 1.4.5
PORTREVISION= 2
DISTVERSION= 1.4.6
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
LOCAL/martymac

View File

@ -1,2 +1,2 @@
SHA256 (cosmosmash-1.4.5.tar.gz) = 6be7206f68884bd81116aa857c62ad3d8d2a25060586f0d0394303b0ed2d292b
SIZE (cosmosmash-1.4.5.tar.gz) = 156826
SHA256 (cosmosmash-1.4.6.tar.gz) = 6e78b2b3dc5ead19af3e59adeea0ed8e26ebdb2b3f32efdb71b2b16154ae42dd
SIZE (cosmosmash-1.4.6.tar.gz) = 905594

View File

@ -0,0 +1,11 @@
--- 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;
}

View File

@ -7,6 +7,7 @@ share/pixmaps/cosmosmash.png
%%DATADIR%%/sounds/pulsar-beep.wav
%%DATADIR%%/sounds/saucer-shooting.wav
%%DATADIR%%/sounds/hyperspace.wav
%%DATADIR%%/sounds/level-finished.wav
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS