pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/crimsonfields Update to 0.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d253b5813a4
branches:  trunk
changeset: 475127:7d253b5813a4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 10 14:53:04 2004 +0000

description:
Update to 0.4.2:
* 0.4.2 (20-04-2004)
  - actually applied the map switching fixes (doh!)
  - fixed compilation for Mandrake 9.1 and Slackware 9.1
  - revamped campaign system
  - added support for difficulty levels (handicaps)
  - added player selection when playing against the computer
  - added default mission soundtrack
  - 'createunit' events now work with arbitrary locations
  - added support for changing squad size and initial xp for units
  - added 'handicap' trigger
  - lots of minor fixes and featurelets

diffstat:

 games/crimsonfields/Makefile         |   7 ++++---
 games/crimsonfields/PLIST            |   4 +++-
 games/crimsonfields/distinfo         |   7 +++----
 games/crimsonfields/patches/patch-aa |  20 --------------------
 4 files changed, 10 insertions(+), 28 deletions(-)

diffs (84 lines):

diff -r e8c33bfba9dc -r 7d253b5813a4 games/crimsonfields/Makefile
--- a/games/crimsonfields/Makefile      Mon May 10 13:48:31 2004 +0000
+++ b/games/crimsonfields/Makefile      Mon May 10 14:53:04 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2004/04/14 16:15:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/10 14:53:04 wiz Exp $
 #
 
-DISTNAME=              crimson-0.4.1
+DISTNAME=              crimson-0.4.2
 PKGNAME=               ${DISTNAME:S/crimson/crimsonfields/}
 CATEGORIES=            games
 MASTER_SITES=          http://crimson.seul.org/files/
@@ -14,7 +14,8 @@
 USE_BUILDLINK3=                yes
 USE_DIRS+=             xdg-1.1
 USE_GNU_TOOLS+=                make
-USE_PKGLOCALEDIR=      yes
+# not standard locale files
+#USE_PKGLOCALEDIR=     no
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --enable-bi2cf --enable-cfed --enable-comet
diff -r e8c33bfba9dc -r 7d253b5813a4 games/crimsonfields/PLIST
--- a/games/crimsonfields/PLIST Mon May 10 13:48:31 2004 +0000
+++ b/games/crimsonfields/PLIST Mon May 10 14:53:04 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/03/12 22:15:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/05/10 14:53:04 wiz Exp $
 bin/bi2cf
 bin/cfed
 bin/comet
@@ -25,6 +25,7 @@
 share/crimson/levels/Uprising.lev
 share/crimson/locale/de.dat
 share/crimson/locale/en.dat
+share/crimson/music/default.mid
 share/crimson/sound/ask.wav
 share/crimson/sound/clicked.wav
 share/crimson/sound/error.wav
@@ -34,6 +35,7 @@
 share/crimson/title.bmp
 share/pixmaps/crimson.png
 @dirrm share/crimson/sound
+@dirrm share/crimson/music
 @dirrm share/crimson/locale
 @dirrm share/crimson/levels
 @dirrm share/crimson
diff -r e8c33bfba9dc -r 7d253b5813a4 games/crimsonfields/distinfo
--- a/games/crimsonfields/distinfo      Mon May 10 13:48:31 2004 +0000
+++ b/games/crimsonfields/distinfo      Mon May 10 14:53:04 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/03/12 22:15:33 wiz Exp $
+$NetBSD: distinfo,v 1.8 2004/05/10 14:53:04 wiz Exp $
 
-SHA1 (crimson-0.4.1.tar.bz2) = e00af7a818b99a692e69cc0f0b4d038f9fdbc6be
-Size (crimson-0.4.1.tar.bz2) = 596801 bytes
-SHA1 (patch-aa) = bf1bf2c4ff60f51c47db7dad9248d6389b6e3e4a
+SHA1 (crimson-0.4.2.tar.bz2) = da23c103e713f160a93dace9a2237f439a526708
+Size (crimson-0.4.2.tar.bz2) = 617145 bytes
diff -r e8c33bfba9dc -r 7d253b5813a4 games/crimsonfields/patches/patch-aa
--- a/games/crimsonfields/patches/patch-aa      Mon May 10 13:48:31 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/03/12 22:15:33 wiz Exp $
-
---- locale/Makefile.in.orig    2004-03-02 18:19:08.000000000 +0100
-+++ locale/Makefile.in
-@@ -173,12 +173,12 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
- uninstall-info-am:
- install-localeDATA: $(locale_DATA)
-       @$(NORMAL_INSTALL)
--      $(mkdir_p) $(DESTDIR)$(localedir)
-+      $(mkdir_p) $(DESTDIR)$(pkgdatadir)/locale
-       @list='$(locale_DATA)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         f="`echo $$p | sed -e 's|^.*/||'`"; \
--        echo " $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(localedir)/$$f"; \
--        $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(localedir)/$$f; \
-+        echo " $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/locale/$$f"; \
-+        $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/locale/$$f; \
-       done
- 
- uninstall-localeDATA:



Home | Main Index | Thread Index | Old Index