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.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9aadf938802
branches:  trunk
changeset: 470909:d9aadf938802
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 12 22:15:33 2004 +0000

description:
Update to 0.4.1:
* 0.4.1 (02-03-2004)
  - fix crash when switching maps in campaign games
  - fix progress bar updates in replays and respond to abort requests
  - fix a long-standing bug with move-shading sometimes shading too much
  - return to main menu in PBeM games if given the wrong password three
    times in a row

* 0.4.0 (22-02-2004)
  - now requires SDL_ttf
  - added support for i18n/l10n (see README)
  - added German translation
  - added new map 'Heavy Metal'
  - the start window now features a small map display
  - changed game window key from g to F1
  - partly reverted the single-click changes
  - added 'othermsg' and 'othertitle' properties for score events
  - rebalanced some units

diffstat:

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

diffs (97 lines):

diff -r a275b1e23c10 -r d9aadf938802 games/crimsonfields/Makefile
--- a/games/crimsonfields/Makefile      Fri Mar 12 22:15:27 2004 +0000
+++ b/games/crimsonfields/Makefile      Fri Mar 12 22:15:33 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/03/08 19:40:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/12 22:15:33 wiz Exp $
 #
 
-DISTNAME=              crimson-0.3.8
+DISTNAME=              crimson-0.4.1
 PKGNAME=               ${DISTNAME:S/crimson/crimsonfields/}
-PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          http://crimson.seul.org/files/
 EXTRACT_SUFX=          .tar.bz2
@@ -23,4 +22,5 @@
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL_ttf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a275b1e23c10 -r d9aadf938802 games/crimsonfields/PLIST
--- a/games/crimsonfields/PLIST Fri Mar 12 22:15:27 2004 +0000
+++ b/games/crimsonfields/PLIST Fri Mar 12 22:15:33 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/02/07 17:19:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/03/12 22:15:33 wiz Exp $
 bin/bi2cf
 bin/cfed
 bin/comet
@@ -7,6 +7,7 @@
 man/man6/cfed.6
 man/man6/comet.6
 man/man6/crimson.6
+share/crimson/Vera.ttf
 share/crimson/cf.dat
 share/crimson/default.tiles
 share/crimson/default.units
@@ -15,12 +16,15 @@
 share/crimson/levels/BeachRaid.lev
 share/crimson/levels/Foxhole.lev
 share/crimson/levels/GreatBattle.lev
+share/crimson/levels/HeavyMetal.lev
 share/crimson/levels/IslandHoppers.lev
 share/crimson/levels/LankhValley.lev
 share/crimson/levels/LostFactories.lev
 share/crimson/levels/MountainDefense.lev
 share/crimson/levels/Revelation.lev
 share/crimson/levels/Uprising.lev
+share/crimson/locale/de.dat
+share/crimson/locale/en.dat
 share/crimson/sound/ask.wav
 share/crimson/sound/clicked.wav
 share/crimson/sound/error.wav
@@ -30,5 +34,6 @@
 share/crimson/title.bmp
 share/pixmaps/crimson.png
 @dirrm share/crimson/sound
+@dirrm share/crimson/locale
 @dirrm share/crimson/levels
 @dirrm share/crimson
diff -r a275b1e23c10 -r d9aadf938802 games/crimsonfields/distinfo
--- a/games/crimsonfields/distinfo      Fri Mar 12 22:15:27 2004 +0000
+++ b/games/crimsonfields/distinfo      Fri Mar 12 22:15:33 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.6 2004/02/07 17:19:39 wiz Exp $
+$NetBSD: distinfo,v 1.7 2004/03/12 22:15:33 wiz Exp $
 
-SHA1 (crimson-0.3.8.tar.bz2) = 7b0f39eaad5f552508105f87cb36c07c659e4ccc
-Size (crimson-0.3.8.tar.bz2) = 529710 bytes
+SHA1 (crimson-0.4.1.tar.bz2) = e00af7a818b99a692e69cc0f0b4d038f9fdbc6be
+Size (crimson-0.4.1.tar.bz2) = 596801 bytes
+SHA1 (patch-aa) = bf1bf2c4ff60f51c47db7dad9248d6389b6e3e4a
diff -r a275b1e23c10 -r d9aadf938802 games/crimsonfields/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/crimsonfields/patches/patch-aa      Fri Mar 12 22:15:33 2004 +0000
@@ -0,0 +1,20 @@
+$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