Here is an update of afternoonstalker. Need the new lib flatzebra. I take maintainership.
-- Serge
Index: Makefile =================================================================== RCS file: /cvs/openbsd/ports/games/afternoonstalker/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 15 Sep 2007 18:01:00 -0000 1.10 +++ Makefile 10 Oct 2007 21:23:41 -0000 @@ -1,27 +1,27 @@ -# $OpenBSD: Makefile,v 1.10 2007/09/15 18:01:00 simon Exp $ - COMMENT= Night Stalker clone for X -DISTNAME= afternoonstalker-1.0.2 +DISTNAME= afternoonstalker-1.1.1 CATEGORIES= games -HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/afternoonstalker.html +HOMEPAGE= http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html + +MAINTAINER= Serge Basterot <[EMAIL PROTECTED]> # GPL 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 SDL_image X11 Xext c m pthread stdc++ usbhid -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/afternoonstalker/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 5 Apr 2007 15:38:09 -0000 1.4 +++ distinfo 10 Oct 2007 21:23:41 -0000 @@ -1,5 +1,5 @@ -MD5 (afternoonstalker-1.0.2.tar.gz) = +vvE63ccNWNQZIiH/IqyYw== -RMD160 (afternoonstalker-1.0.2.tar.gz) = bt2Jemhve9g2h88xCd3JEcebyMQ= -SHA1 (afternoonstalker-1.0.2.tar.gz) = KuERxEHLaxT3OTFVVrVjDBn+HGU= -SHA256 (afternoonstalker-1.0.2.tar.gz) = TH70p4PTE1e7ST2gVOukYLMmKFCEu7aLz8yET+Py3SI= -SIZE (afternoonstalker-1.0.2.tar.gz) = 173053 +MD5 (afternoonstalker-1.1.1.tar.gz) = CabHIEo4xiHazGqFj1q7GQ== +RMD160 (afternoonstalker-1.1.1.tar.gz) = SRh/r/gnTbwv4/59MKxlaYNxUl4= +SHA1 (afternoonstalker-1.1.1.tar.gz) = exjeOxglgTb/fMXVrvLdD8t8aNA= +SHA256 (afternoonstalker-1.1.1.tar.gz) = fAwoKZaOwWc9eY7EEs1lYgooVq7+ksH3wvjKw/sAEMo= +SIZE (afternoonstalker-1.1.1.tar.gz) = 193895 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 10 Oct 2007 21:23:41 -0000 @@ -0,0 +1,12 @@ +$OpenBSD$ +--- Makefile.in.orig Sun Oct 7 22:54:03 2007 ++++ Makefile.in Sun Oct 7 22:54:25 2007 +@@ -131,7 +131,7 @@ SUBDIRS = src + + man_MANS = doc/$(PACKAGE).6 + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/$(PACKAGE) + doc_DATA = \ + AUTHORS \ + COPYING \ Index: pkg/PLIST =================================================================== RCS file: /cvs/openbsd/ports/games/afternoonstalker/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- pkg/PLIST 15 Sep 2004 00:46:07 -0000 1.3 +++ pkg/PLIST 10 Oct 2007 21:23:41 -0000 @@ -1,11 +1,25 @@ [EMAIL PROTECTED] $OpenBSD: PLIST,v 1.3 2004/09/15 00:46:07 espie Exp $ [EMAIL PROTECTED] $OpenBSD$ bin/afternoonstalker @man man/man6/afternoonstalker.6 share/afternoonstalker/ share/afternoonstalker/level1.set +share/afternoonstalker/level2.set +share/applications/ +share/applications/afternoonstalker.desktop +share/doc/afternoonstalker/ +share/doc/afternoonstalker/AUTHORS +share/doc/afternoonstalker/COPYING +share/doc/afternoonstalker/INSTALL +share/doc/afternoonstalker/NEWS +share/doc/afternoonstalker/README +share/doc/afternoonstalker/THANKS +share/doc/afternoonstalker/TODO +share/pixmaps/ +share/pixmaps/afternoonstalker.png share/sounds/ share/sounds/afternoonstalker/ share/sounds/afternoonstalker/bat-killed.wav +share/sounds/afternoonstalker/bomb-explodes.wav share/sounds/afternoonstalker/gun-pickup.wav share/sounds/afternoonstalker/new-life.wav share/sounds/afternoonstalker/player-bullet.wav
