svn commit: r367447 - head/games/cuyo

Rusmir Dusko nemysis at FreeBSD.org
Sat Sep 6 16:11:39 UTC 2014


Author: nemysis
Date: Sat Sep  6 16:11:38 2014
New Revision: 367447
URL: http://svnweb.freebsd.org/changeset/ports/367447
QAT: https://qat.redports.org/buildarchive/r367447/

Log:
  - Remove TODO from DOCS
  - Set PORTSCOUT, Do not use older versions

Modified:
  head/games/cuyo/Makefile

Modified: head/games/cuyo/Makefile
==============================================================================
--- head/games/cuyo/Makefile	Sat Sep  6 15:55:33 2014	(r367446)
+++ head/games/cuyo/Makefile	Sat Sep  6 16:11:38 2014	(r367447)
@@ -22,7 +22,7 @@ USE_SDL=	mixer image
 USE_XORG=	xdmcp xau x11
 INSTALLS_ICONS=	yes
 
-PORTDOCS=	AUTHORS NEWS TODO
+PORTDOCS=	AUTHORS NEWS
 
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
@@ -30,6 +30,9 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext:run
 
+# Do not use older versions
+PORTSCOUT=	skipv:2.~-1.2~beta1
+
 .include <bsd.port.options.mk>
 
 post-install:


More information about the svn-ports-head mailing list