diff options
author | obache <obache@pkgsrc.org> | 2007-11-17 08:42:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-11-17 08:42:33 +0000 |
commit | a854ffedcbfb99f558932355d4397689da59711e (patch) | |
tree | 673f5f109b8edb7062e37956142f0027c29e4b06 /games | |
parent | f7a287cfead223ec5722351ee2e7e3165668ea44 (diff) | |
download | pkgsrc-a854ffedcbfb99f558932355d4397689da59711e.tar.gz |
Update alephone to 20071103.
Patch provided by MAINTAINER in PR 37393.
Notes:
This is a bug fix release
--------------------------------------------------------------------------------
Changes:
* Fix replacement texture issues
* Restore missing PNG support in Windows
* Don't play "Play Ball" for games that are already running
* Differentiate between running and open games in .games
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/Makefile | 6 | ||||
-rw-r--r-- | games/alephone/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index d78f6e4e6aa..da6d2441af2 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/17 08:42:33 obache Exp $ # -DISTNAME= AlephOne-20071020 +DISTNAME= AlephOne-20071103 PKGNAME= ${DISTNAME:tl} CATEGORIES= games MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/} @@ -16,7 +16,7 @@ USE_LANGUAGES+= c c++ INSTALLATION_DIRS= share/doc/AlephOne post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/ .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" diff --git a/games/alephone/distinfo b/games/alephone/distinfo index 5349b81b0b8..067cf195a27 100644 --- a/games/alephone/distinfo +++ b/games/alephone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $ +$NetBSD: distinfo,v 1.2 2007/11/17 08:42:33 obache Exp $ -SHA1 (AlephOne-20071020.tar.bz2) = a2a489ff6277296b0253e98019b92422aa8a483a -RMD160 (AlephOne-20071020.tar.bz2) = 4e4439d721d13d79a87c8426beab9090647a2757 -Size (AlephOne-20071020.tar.bz2) = 7287165 bytes +SHA1 (AlephOne-20071103.tar.bz2) = 51a62cbc201cb1594be6d5e9c53dccda7eaf7e2f +RMD160 (AlephOne-20071103.tar.bz2) = 83f7542a873183d5f8178898fc6be3b59f0fcc46 +Size (AlephOne-20071103.tar.bz2) = 7295646 bytes |