aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2012-09-02 20:15:11 +0000
committerGreg Lewis <glewis@FreeBSD.org>2012-09-02 20:15:11 +0000
commite9138843f2fa6294df012c57563693f2e7266aa9 (patch)
tree91a55e13b906e95c12194b549f2b186e8a49580b /net
parent2113648f9541473ed846997ca002c423f890a3d1 (diff)
downloadports-e9138843f2fa6294df012c57563693f2e7266aa9.tar.gz
ports-e9138843f2fa6294df012c57563693f2e7266aa9.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/dgd/Makefile2
-rw-r--r--net/dgd/distinfo4
-rw-r--r--net/dgd/files/patch-mud.dgd7
3 files changed, 6 insertions, 7 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index a4750d5f4b72..59971b116539 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dgd
-PORTVERSION= 1.4.14
+PORTVERSION= 1.4.15
CATEGORIES= net lang games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME}-osr|} \
${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME}-osr/old|}
diff --git a/net/dgd/distinfo b/net/dgd/distinfo
index ee553f681050..c2eaae3b940f 100644
--- a/net/dgd/distinfo
+++ b/net/dgd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dgd/dgd-1.4.14.tar.gz) = 54d4db204286ea09efb5268df3464650b7c955b6f7257d340b5a412900f863d4
-SIZE (dgd/dgd-1.4.14.tar.gz) = 464686
+SHA256 (dgd/dgd-1.4.15.tar.gz) = 00a025f33efa31ae0a6614b064a2e2f9d3d36b9ab74badfac150c7feae3d6d15
+SIZE (dgd/dgd-1.4.15.tar.gz) = 463901
diff --git a/net/dgd/files/patch-mud.dgd b/net/dgd/files/patch-mud.dgd
index 0e8b2ea40cfb..f2e83f10608c 100644
--- a/net/dgd/files/patch-mud.dgd
+++ b/net/dgd/files/patch-mud.dgd
@@ -1,15 +1,14 @@
$FreeBSD$
---- mud.dgd.orig 2011-07-28 04:59:26.000000000 -0700
-+++ mud.dgd 2011-07-30 00:24:57.000000000 -0700
-@@ -1,11 +1,11 @@
+--- mud.dgd.orig 2012-08-31 04:40:34.000000000 -0700
++++ mud.dgd 2012-09-02 12:04:01.000000000 -0700
+@@ -1,10 +1,10 @@
telnet_port = 6047; /* telnet port number */
binary_port = 6048; /* binary port number */
-directory = "/home/dworkin/dgd/mud";/* base directory (MUST be absolute) */
+directory = "%%DATADIR%%/mud"; /* base directory (MUST be absolute) */
users = 40; /* max # of users */
editors = 40; /* max # of editor sessions */
- ports = 16; /* max number of open ports (for network extensions) */
ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */
-swap_file = "../tmp/swap"; /* swap file */
+swap_file = "../tmp/dgd.swap"; /* swap file */