Date: Sun, 2 Sep 2012 20:15:11 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303575 - in head/net/dgd: . files Message-ID: <201209022015.q82KFCKe062956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sun Sep 2 20:15:11 2012 New Revision: 303575 URL: http://svn.freebsd.org/changeset/ports/303575 Log: . Update to 1.4.15. Modified: head/net/dgd/Makefile (contents, props changed) head/net/dgd/distinfo (contents, props changed) head/net/dgd/files/patch-mud.dgd (contents, props changed) Modified: head/net/dgd/Makefile ============================================================================== --- head/net/dgd/Makefile Sun Sep 2 20:10:57 2012 (r303574) +++ head/net/dgd/Makefile Sun Sep 2 20:15:11 2012 (r303575) @@ -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|} Modified: head/net/dgd/distinfo ============================================================================== --- head/net/dgd/distinfo Sun Sep 2 20:10:57 2012 (r303574) +++ head/net/dgd/distinfo Sun Sep 2 20:15:11 2012 (r303575) @@ -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 Modified: head/net/dgd/files/patch-mud.dgd ============================================================================== --- head/net/dgd/files/patch-mud.dgd Sun Sep 2 20:10:57 2012 (r303574) +++ head/net/dgd/files/patch-mud.dgd Sun Sep 2 20:15:11 2012 (r303575) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209022015.q82KFCKe062956>