From owner-svn-ports-all@FreeBSD.ORG Sun Sep 2 20:15:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 691601065670; Sun, 2 Sep 2012 20:15:12 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3A20E8FC0A; Sun, 2 Sep 2012 20:15:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q82KFC4K062961; Sun, 2 Sep 2012 20:15:12 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q82KFCKe062956; Sun, 2 Sep 2012 20:15:12 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201209022015.q82KFCKe062956@svn.freebsd.org> From: Greg Lewis Date: Sun, 2 Sep 2012 20:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303575 - in head/net/dgd: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 20:15:12 -0000 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 */