aboutsummaryrefslogtreecommitdiff
path: root/games/stonesoup
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2009-01-23 01:55:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2009-01-23 01:55:21 +0000
commit88ada5a4076c21f5a6493ff11a36ec2823c4a0ed (patch)
tree5770731ff6370c35ef19530f74a8fe026363e5e8 /games/stonesoup
parent976be11e479eec3b2f3fc342a0586b34759f8136 (diff)
downloadports-88ada5a4076c21f5a6493ff11a36ec2823c4a0ed.tar.gz
ports-88ada5a4076c21f5a6493ff11a36ec2823c4a0ed.zip
Notes
Diffstat (limited to 'games/stonesoup')
-rw-r--r--games/stonesoup/Makefile2
-rw-r--r--games/stonesoup/distinfo6
-rw-r--r--games/stonesoup/files/patch-makefile.unix14
3 files changed, 11 insertions, 11 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index e03d7c634c60..83522965dfb8 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -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 --git a/games/stonesoup/distinfo b/games/stonesoup/distinfo
index 9335e1eb8029..7b26adc74260 100644
--- a/games/stonesoup/distinfo
+++ b/games/stonesoup/distinfo
@@ -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 --git a/games/stonesoup/files/patch-makefile.unix b/games/stonesoup/files/patch-makefile.unix
index 965a94e5f8cd..fce80b6bab38 100644
--- a/games/stonesoup/files/patch-makefile.unix
+++ b/games/stonesoup/files/patch-makefile.unix
@@ -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)