From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 13:57:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED78556F; Sat, 29 Mar 2014 13:57:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9DB0319; Sat, 29 Mar 2014 13:57:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TDvZpU000658; Sat, 29 Mar 2014 13:57:35 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TDvZp8000656; Sat, 29 Mar 2014 13:57:35 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201403291357.s2TDvZp8000656@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 29 Mar 2014 13:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349509 - head/games/xonotic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 29 Mar 2014 13:57:36 -0000 Author: amdmi3 Date: Sat Mar 29 13:57:35 2014 New Revision: 349509 URL: http://svnweb.freebsd.org/changeset/ports/349509 QAT: https://qat.redports.org/buildarchive/r349509/ Log: - Add pkg-message with instructions on dedicated server setup PR: 188047 Submitted by: Jonathan Price Added: head/games/xonotic/pkg-message (contents, props changed) Modified: head/games/xonotic/Makefile Modified: head/games/xonotic/Makefile ============================================================================== --- head/games/xonotic/Makefile Sat Mar 29 13:57:01 2014 (r349508) +++ head/games/xonotic/Makefile Sat Mar 29 13:57:35 2014 (r349509) @@ -3,7 +3,7 @@ PORTNAME= xonotic PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ Added: head/games/xonotic/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xonotic/pkg-message Sat Mar 29 13:57:35 2014 (r349509) @@ -0,0 +1,9 @@ +-------------------- + +Xonotic has now been installed. If you installed the server, you can +configure it by running /usr/local/bin/xonotic-dedicated, which will +generate a .xonotic folder in the current user's home folder. Then, copy +/usr/local/share/xonotic/server/server.cfg to .xonotic/data/server.cfg. +You may additionally be interested in copying help.cfg. + +---------------------