On Wed, Oct 10, 2007 at 11:49:30PM +0200, Serge Basterot wrote:
> Here is an update of cosmsmash. Needs flatzebra. Previous maintainer
> is MAILER-DAEMONed, so I take maintainership if he read this email and
> is okay.

Resubmit without useless docs in PLIST
 
Only tested on i386, comments etc. ?
 
Thanks,
 
--
Serge
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/games/cosmosmash/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    15 Sep 2007 18:01:01 -0000      1.9
+++ Makefile    11 Oct 2007 16:57:38 -0000
@@ -1,28 +1,26 @@
-# $OpenBSD: Makefile,v 1.9 2007/09/15 18:01:01 simon Exp $
-
 COMMENT=       astrosmash clone for X
 
-DISTNAME=      cosmosmash-1.3
+DISTNAME=      cosmosmash-1.4.2
 CATEGORIES=    games
 
-HOMEPAGE=      http://www3.sympatico.ca/sarrazip/dev/cosmosmash.html
+HOMEPAGE=      http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html
 
-MAINTAINER=    Sean Escriva <[EMAIL PROTECTED]>
+MAINTAINER=    Serge Basterot <[EMAIL PROTECTED]>
 
 PERMIT_PACKAGE_CDROM=   Yes
 PERMIT_PACKAGE_FTP=     Yes
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
-WANTLIB=               SDL SDL_image X11 Xext c m pthread stdc++ usbhid
+WANTLIB=               SDL c m pthread stdc++
 
-MASTER_SITES=  http://www3.sympatico.ca/sarrazip/dev/
+MASTER_SITES=  http://perso.b2b2c.ca/sarrazip/dev/
 
-LIB_DEPENDS=   gengameng.>=4.1::devel/gengameng \
-               SDL_mixer::devel/sdl-mixer
+LIB_DEPENDS=   flatzebra-0.1.>=2::devel/flatzebra \
+               SDL_mixer::devel/sdl-mixer \
+               SDL_image::devel/sdl-image
 
 USE_X11=       Yes
 
 CONFIGURE_STYLE= gnu
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/games/cosmosmash/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    5 Apr 2007 15:38:10 -0000       1.4
+++ distinfo    11 Oct 2007 16:57:38 -0000
@@ -1,5 +1,5 @@
-MD5 (cosmosmash-1.3.tar.gz) = bTdRHcZHENAu6SCXcCkXsw==
-RMD160 (cosmosmash-1.3.tar.gz) = KyxhMNP3oVWp2MuJ3KFV6EFmg5M=
-SHA1 (cosmosmash-1.3.tar.gz) = 8FiO5ZLEplaAL+nI7RLR36h9Pa8=
-SHA256 (cosmosmash-1.3.tar.gz) = dwCzbtuYx9IwdXyJD/IdMkjRe90Yl/E66izn3en8uwg=
-SIZE (cosmosmash-1.3.tar.gz) = 155194
+MD5 (cosmosmash-1.4.2.tar.gz) = yRGduB3GfDEukhOlOU5plQ==
+RMD160 (cosmosmash-1.4.2.tar.gz) = VfHT6Yts/OGGmsnQbWPvrDPEeR8=
+SHA1 (cosmosmash-1.4.2.tar.gz) = elnal5WxytEYvyCm8JloxCutOQg=
+SHA256 (cosmosmash-1.4.2.tar.gz) = uOO4b8/BXdLzj5yF6WoMMw6Wn/7kvrBSjx8w77xr75k=
+SIZE (cosmosmash-1.4.2.tar.gz) = 165362
Index: patches/patch-Makefile_in
===================================================================
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-Makefile_in   11 Oct 2007 16:57:38 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- Makefile.in.orig   Thu Jun 21 03:58:29 2007
++++ Makefile.in        Thu Oct 11 18:43:55 2007
+@@ -179,7 +179,7 @@ target_os = @target_os@
+ target_vendor = @target_vendor@
+ SUBDIRS = src
+ man_MANS = doc/cosmosmash.6
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ doc_DATA = \
+       AUTHORS \
+       COPYING \
+@@ -638,7 +638,7 @@ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-docDATA install-man
++install-data-am: install-man
+ 
+ install-exec-am:
+ 
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     21 Jan 2003 09:39:42 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2003/01/21 09:39:42 pvalchev Exp $
---- configure.orig     Sat Jan 18 15:23:32 2003
-+++ configure  Sat Jan 18 15:24:52 2003
-@@ -1707,10 +1707,6 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
- 
- # Checks for programs.
- 
--if test "_$CXXFLAGS" = _; then
--      CXXFLAGS="-g"
--fi
--
- ac_ext=cc
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/games/cosmosmash/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   15 Sep 2004 00:46:08 -0000      1.3
+++ pkg/PLIST   11 Oct 2007 16:57:38 -0000
@@ -1,6 +1,10 @@
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.3 2004/09/15 00:46:08 espie Exp $
[EMAIL PROTECTED] $OpenBSD$
 bin/cosmosmash
 @man man/man6/cosmosmash.6
+share/applications/
+share/applications/cosmosmash.desktop
+share/pixmaps/
+share/pixmaps/cosmosmash.png
 share/sounds/
 share/sounds/cosmosmash/
 share/sounds/cosmosmash/hyperspace.wav

Reply via email to