diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 17:28:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 17:28:24 +0000 |
commit | e1f053b92a2457388b42da93811d3691d1d713d0 (patch) | |
tree | b4089848578de7d5466b9f24c7fc3ba214a80bc8 /games/liquidwar/Makefile | |
parent | 8bb4fb8742be1b43bd89a7879c806284b03470ea (diff) | |
download | pkgsrc-e1f053b92a2457388b42da93811d3691d1d713d0.tar.gz |
Update to 5.6.4:
2007-10-17 Christian Mauduit (ufoot@ufoot.org)
* Released 5.6.4.
* Updated config.guess & config.sub
* NSIS packaging (windows .exe installer).
2007-10-15 Christian Mauduit (ufoot@ufoot.org)
* MSVC -> MinGW
* src/base.h now included in source tarball (for MS platforms...)
2007-10-06 Christian Mauduit (ufoot@ufoot.org)
* Minor packaging & doc fixes.
2007-09-07 Christian Mauduit (ufoot@ufoot.org)
* Included the (old) exploit http://www.securityfocus.com/bid/8629/
2007-09-06 Christian Mauduit (ufoot@ufoot.org)
* Copyright 2006 -> 2007
* Minor Makefile fix
2006-10-17 Christian Mauduit (ufoot@ufoot.org)
* Gcc option -mpcu (deprecated) -> -march.
2006-10-16 Christian Mauduit (ufoot@ufoot.org)
* Makefile patch for BSD by Thomas Klausner.
2006-04-04 Christian Mauduit (ufoot@ufoot.org)
* Fixed atrocious bug in group_mesher. Almost 8 years old.
2006-04-02 Christian Mauduit (ufoot@ufoot.org)
* Deleted lwtabto3.pcx which was a duplicate of lwtab006.pcx
2006-04-01 Christian Mauduit (ufoot@ufoot.org)
* Deleted lwtab007.pcx which was a duplicate of lwtabto4.pcx
2006-03-08 Christian Mauduit (ufoot@ufoot.org)
* Fixed segfault when graphics mode are not available.
2006-03-07 Christian Mauduit (ufoot@ufoot.org)
* Created an NSIS installer script (not working yet).
* Copyright 2005 -> 2006.
* Minor patch, removed accent (ascii>127) from doc.
2005-12-11 Christian Mauduit (ufoot@ufoot.org)
* Move Arch depot to Savannah.
2005-12-04 Christian Mauduit (ufoot@ufoot.org)
* Changed ufoot.org/liquidwar to ufoot.org/liquidwar/v5
Diffstat (limited to 'games/liquidwar/Makefile')
-rw-r--r-- | games/liquidwar/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 6077de5804b..fc235cc1f97 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -1,15 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2007/09/09 16:59:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/11/29 17:28:24 wiz Exp $ # -DISTNAME= liquidwar-5.6.3 -PKGREVISION= 1 +DISTNAME= liquidwar-5.6.4 CATEGORIES= games -MASTER_SITES= http://ufoot.hd.free.fr/pub/archive/ \ - http://www.ufoot.org/archive/ \ - http://download.savannah.nongnu.org/releases/liquidwar/ +MASTER_SITES= http://www.ufoot.org/download/liquidwar/v5/5.6.4/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ufoot.org/liquidwar/ +HOMEPAGE= http://www.ufoot.org/liquidwar/v5 COMMENT= Unique multiplayer wargame USE_DIRS+= gnome2-1.5 |