diff options
author | adam <adam> | 2006-05-11 07:53:31 +0000 |
---|---|---|
committer | adam <adam> | 2006-05-11 07:53:31 +0000 |
commit | a927b7b0ee04701a07dd32c0d863170c8f426c24 (patch) | |
tree | a8893c4509fa639a03b438e4c0459a53b29327c1 | |
parent | fd33f227e3f8c5a7b2fa59d4fa8bf06f39a0497c (diff) | |
download | pkgsrc-a927b7b0ee04701a07dd32c0d863170c8f426c24.tar.gz |
Updated games/crossfire to 1.9.0
-rw-r--r-- | doc/CHANGES-2006 | 9 | ||||
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | games/Makefile | 9 |
3 files changed, 15 insertions, 7 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index e8cc1f06979..102b9ff4dee 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.185 2006/05/11 07:33:26 grant Exp $ +$NetBSD: CHANGES-2006,v 1.186 2006/05/11 07:53:31 adam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2440,3 +2440,10 @@ Changes to the packages collection and infrastructure in 2006: Updated chat/i2cbd to 2.0_BETA5 [jwise 2006-05-10] Updated www/php4 to 4.4.2nb2 [minskim 2006-05-11] Updated net/nagios-base to 2.3nb1 [grant 2006-05-11] + Removed games/crossfire-cli [adam 2006-05-11] + Removed games/crossfire-srv [adam 2006-05-11] + Added games/crossfire-client version 1.9.0 [adam 2006-05-11] + Added games/crossfire-client-gtk version 1.9.0 [adam 2006-05-11] + Added games/crossfire-client-gtk2 version 1.9.0 [adam 2006-05-11] + Added games/crossfire-server version 1.9.0 [adam 2006-05-11] + Added games/crossfire-maps version 1.9.0.1 [adam 2006-05-11] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.4965 2006/05/11 06:43:03 grant Exp $ +$NetBSD: TODO,v 1.4966 2006/05/11 07:53:31 adam Exp $ Suggested new packages ====================== @@ -418,8 +418,6 @@ Suggested package updates o cqcam-0.91 o crafty-19.5 o criticalmass-1.0.0 - o crossfire-client-1.9.0 - o crossfire-server-1.9.0 o crypto++-523 o cstream-2.6.0 o cue-20051114 [pkg/33153] diff --git a/games/Makefile b/games/Makefile index bb5175f5472..45c8d26e14e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2006/03/12 19:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.268 2006/05/11 07:53:51 adam Exp $ # COMMENT= Games @@ -46,8 +46,11 @@ SUBDIR+= crafty-book-small SUBDIR+= crafty-doc SUBDIR+= crimsonfields SUBDIR+= criticalmass -SUBDIR+= crossfire-cli -SUBDIR+= crossfire-srv +SUBDIR+= crossfire-client +SUBDIR+= crossfire-client-gtk +SUBDIR+= crossfire-client-gtk2 +SUBDIR+= crossfire-maps +SUBDIR+= crossfire-server SUBDIR+= cube SUBDIR+= d2x SUBDIR+= dd2 |