aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-05-30 04:11:55 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-05-30 04:11:55 +0000
commit110444b7694a1f4ac98f4289fe38f407e6f6f453 (patch)
tree13e398dd0750e1551b5f625c4c7ab4482582232f /net/dgd-lpmud
parent663f8cdc172d694c29dd4cdb8aede1f1dce0ea3e (diff)
downloadports-110444b7694a1f4ac98f4289fe38f407e6f6f453.tar.gz
ports-110444b7694a1f4ac98f4289fe38f407e6f6f453.zip
Notes
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile2
-rw-r--r--net/dgd-lpmud/files/patch-room-vill_road2.c18
2 files changed, 19 insertions, 1 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index 09661b0ecad1..6020f9e2cab4 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dgd-lpmud
PORTVERSION= 2.4.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net games
MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \
http://ftp.dworkin.nl/dgd/lib/
diff --git a/net/dgd-lpmud/files/patch-room-vill_road2.c b/net/dgd-lpmud/files/patch-room-vill_road2.c
new file mode 100644
index 000000000000..da088c4dd359
--- /dev/null
+++ b/net/dgd-lpmud/files/patch-room-vill_road2.c
@@ -0,0 +1,18 @@
+--- 2.4.5/room/vill_road2.c.orig 2011-05-29 14:59:37.000000000 -0700
++++ 2.4.5/room/vill_road2.c 2011-05-29 15:00:06.000000000 -0700
+@@ -7,7 +7,6 @@
+ string function, type, match;
+
+ reset(arg) {
+- start_harry();
+ if (arg)
+ return;
+ dest_dir = ({ "room/vill_road1","west",
+@@ -22,6 +21,7 @@
+ "south is the adventurers guild. The road runs towards the shore to\n"+
+ "the east.\n";
+ set_light(1);
++ start_harry();
+ }
+
+ start_harry() {