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:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!