Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2014 17:58:07 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361630 - in head/games/prboom: . files
Message-ID:  <201407121758.s6CHw74J029662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jul 12 17:58:06 2014
New Revision: 361630
URL: http://svnweb.freebsd.org/changeset/ports/361630
QAT: https://qat.redports.org/buildarchive/r361630/

Log:
  Add a pkg-message with a few warnings.
  
  PR:		191475
  Submitted by:	thiagohero501@gmail.com (maintainer)

Added:
  head/games/prboom/files/pkg-message.in   (contents, props changed)
Modified:
  head/games/prboom/Makefile

Modified: head/games/prboom/Makefile
==============================================================================
--- head/games/prboom/Makefile	Sat Jul 12 17:43:41 2014	(r361629)
+++ head/games/prboom/Makefile	Sat Jul 12 17:58:06 2014	(r361630)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prboom
 PORTVERSION=	2.5.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
 
@@ -28,6 +28,8 @@ OPTIONS_DEFAULT=	OPENGL
 DATADIR=	${LOCALBASE}/share/doom
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+SUB_FILES=	pkg-message
+
 OPENGL_CONFIGURE_ENABLE=	gl
 OPENGL_USE=	GL=yes
 

Added: head/games/prboom/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/prboom/files/pkg-message.in	Sat Jul 12 17:58:06 2014	(r361630)
@@ -0,0 +1,12 @@
+#############################################################
+
+1) This port does not install any doom .wad ,
+so you have to download it and run prboom -iwad /path/to/doom.wad 
+or put it in /usr/local/share/games/doom/ !
+
+2) Prboom is very out of date (http://prboom.sourceforge.net), so 
+if you like prboom and  want a newer version 
+you should look at http://prboom-plus.sourceforge.net!
+
+3)Have fun!
+############################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407121758.s6CHw74J029662>