ports/130860: [maintainer-update] games/stonesoup: update to version 0.4.5

Tobias Rehbein tobias.rehbein at web.de
Thu Jan 22 07:10:02 UTC 2009


>Number:         130860
>Category:       ports
>Synopsis:       [maintainer-update] games/stonesoup: update to version 0.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 07:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 7.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #33: Tue Jan 13 21:39:05 CET 2009 tobi at sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	Update to version 0.4.5.
	While here enable the setting of morgue directories via "~/.crawlrc".
	
>How-To-Repeat:
	
>Fix:

	

--- stonesoup-0.4.5.diff begins here ---
diff -ruN games/stonesoup.orig/Makefile games/stonesoup/Makefile
--- games/stonesoup.orig/Makefile	2008-12-22 22:28:33.000000000 +0000
+++ games/stonesoup/Makefile	2009-01-19 20:12:07.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stonesoup
-PORTVERSION=	0.4.4
+PORTVERSION=	0.4.5
 CATEGORIES=	games
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	crawl-ref
diff -ruN games/stonesoup.orig/distinfo games/stonesoup/distinfo
--- games/stonesoup.orig/distinfo	2008-12-22 22:28:33.000000000 +0000
+++ games/stonesoup/distinfo	2009-01-19 20:12:07.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (stone_soup-0.4.4-src.tbz2) = 9aeb9ec97dc0c16a9f5fc6e41d897a15
-SHA256 (stone_soup-0.4.4-src.tbz2) = 8cdd3caef08ae96db854bcfbb27518198e4d382c179cbd43251d167d70f55cab
-SIZE (stone_soup-0.4.4-src.tbz2) = 3767187
+MD5 (stone_soup-0.4.5-src.tbz2) = fc4214fc79d162c855aa48aa1c6eee68
+SHA256 (stone_soup-0.4.5-src.tbz2) = d78da12e0fc9211dd28dd4cac2775567f51118fca23fc44fc9672caf64bb4cec
+SIZE (stone_soup-0.4.5-src.tbz2) = 3768835
diff -ruN games/stonesoup.orig/files/patch-initfile.cc games/stonesoup/files/patch-initfile.cc
--- games/stonesoup.orig/files/patch-initfile.cc	1970-01-01 00:00:00.000000000 +0000
+++ games/stonesoup/files/patch-initfile.cc	2009-01-19 20:12:07.000000000 +0000
@@ -0,0 +1,17 @@
+--- initfile.cc.orig	2009-01-19 20:08:34.000000000 +0000
++++ initfile.cc	2009-01-19 20:09:20.000000000 +0000
+@@ -2196,12 +2196,12 @@
+ #endif
+     else BOOL_OPTION(show_gold_turns);
+     else BOOL_OPTION(show_beam);
+-#ifndef SAVE_DIR_PATH
++// #ifndef SAVE_DIR_PATH
+     else if (key == "morgue_dir")
+     {
+         morgue_dir = field;
+     }
+-#endif
++// #endif
+     else if (key == "hp_warning")
+     {
+         hp_warning = atoi( field.c_str() );
diff -ruN games/stonesoup.orig/files/patch-makefile.unix games/stonesoup/files/patch-makefile.unix
--- games/stonesoup.orig/files/patch-makefile.unix	2008-07-23 11:05:07.000000000 +0000
+++ games/stonesoup/files/patch-makefile.unix	2009-01-19 20:12:07.000000000 +0000
@@ -1,7 +1,7 @@
---- makefile.unix.orig	2008-07-14 04:17:51.000000000 +0200
-+++ makefile.unix	2008-07-18 08:49:37.000000000 +0200
+--- makefile.unix.orig	2009-01-13 02:40:36.000000000 +0000
++++ makefile.unix	2009-01-19 20:08:18.000000000 +0000
 @@ -4,7 +4,7 @@
- # Modified for Crawl Reference by $Author: ennewalker $ on $Date: 2008-07-04T22:50:41.915156Z $
+ # Modified for Crawl Reference by $Author: zelgadis $ on $Date: 2008-12-20 01:20:09 -0500 (Sat, 20 Dec 2008) $
  #
  
 -GAME = crawl
@@ -96,16 +96,16 @@
  	done
  
  -include $(DEPENDENCY_MKF)
-@@ -277,16 +269,16 @@
+@@ -277,17 +269,17 @@
  	$(DELETE) $(DEPENDENCY_MKF)
  
  $(GAME): $(GAME_DEPENDS)
 -	${CXX} ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
 +	${CXX} ${LDFLAGS} $(LOCAL_CXXFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
  
- debug: $(GAME_DEPENDS)
--	${CXX} ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
-+	${CXX} ${LDFLAGS} $(LOCAL_CXXFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
+ .PHONY : debug
+ 
+ debug: $(GAME)
  
  profile: $(GAME_DEPENDS)
 -	${CXX} -g -p ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
--- stonesoup-0.4.5.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list