Bug 188047

Summary: [PATCH] games/xonotic: add pkg-message
Product: Ports & Packages Reporter: Jonathan Price <freebsd>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jonathan Price 2014-03-29 12:50:00 UTC
I have written a pkg-message for the games/xonotic port, as it was made aware to me that it was non-obvious how to configure the xonotic-dedicated server.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 12:50:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 13:57:38 UTC
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 <freebsd@jonathanprice.org>

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.
+
+---------------------
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-03-29 13:57:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!