Hi --

Attached is a bugfix update to games/bomberclone.
Works for me on amd64/loongson/macppc.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/bomberclone/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile	21 Mar 2013 08:45:17 -0000	1.9
+++ Makefile	13 Oct 2013 01:45:12 -0000
@@ -2,20 +2,19 @@
 
 COMMENT=	bomberman clone with multiplayer mode
 
-DISTNAME=	bomberclone-0.11.8
+DISTNAME=	bomberclone-0.11.9
 CATEGORIES=	games x11
 
 MAINTAINER=	Simon Bertrang <si...@openbsd.org>
 
 HOMEPAGE=	http://www.bomberclone.de/
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=	Yes
 
-WANTLIB=	SDL c m pthread SDL_image SDL_mixer
+WANTLIB=	SDL SDL_image SDL_mixer c jpeg m png pthread
 
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=bomberclone/}
-EXTRACT_SUFX=	.tar.bz2
 
 LIB_DEPENDS=	devel/sdl-image \
 		devel/sdl-mixer
@@ -27,8 +26,5 @@ CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		LIBS="-pthread"
-
-post-install:
-	cd ${WRKINST}${LOCALBASE} && find share -type d -name CVS | xargs rm -rf
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/bomberclone/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	26 Dec 2007 10:55:05 -0000	1.3
+++ distinfo	13 Oct 2013 01:45:12 -0000
@@ -1,5 +1,2 @@
-MD5 (bomberclone-0.11.8.tar.bz2) = He3WQhIO7okRsS4u4F5Hbw==
-RMD160 (bomberclone-0.11.8.tar.bz2) = qqwtVd0AYmv5WN+mS3PxGLgmZk0=
-SHA1 (bomberclone-0.11.8.tar.bz2) = qQC3Fmg/kme/0o2WhwSeH2UzX5U=
-SHA256 (bomberclone-0.11.8.tar.bz2) = L2mT7kpj6M6lH5YF413ktOwSpauv0lMJwxPdsPujUjA=
-SIZE (bomberclone-0.11.8.tar.bz2) = 7966452
+SHA256 (bomberclone-0.11.9.tar.gz) = cesniPlcE2/T7sruFdBagN6gciG1s1MNyGnkM+Av9o0=
+SIZE (bomberclone-0.11.9.tar.gz) = 8109837
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/games/bomberclone/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure	22 Mar 2007 20:20:28 -0000	1.1.1.1
+++ patches/patch-configure	13 Oct 2013 01:45:12 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.1.1.1 2007/03/22 20:20:28 simon Exp $
---- configure.orig	Wed Jan 24 12:04:10 2007
-+++ configure	Wed Jan 24 12:04:17 2007
-@@ -9974,7 +9974,7 @@ else
+--- configure.orig	Sat Dec 11 17:17:10 2010
++++ configure	Fri Oct 11 23:32:11 2013
+@@ -7671,7 +7671,7 @@ else
    packageprefix=${prefix}
  fi
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/bomberclone/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST	26 Dec 2007 10:55:05 -0000	1.2
+++ pkg/PLIST	13 Oct 2013 01:45:12 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.2 2007/12/26 10:55:05 simon Exp $
-bin/bomberclone
+@bin bin/bomberclone
 share/bomberclone/
 share/bomberclone/gfx/
 share/bomberclone/gfx/font0.png

Reply via email to