svn commit: r380873 - head/games/gnuchess

Johan van Selst johans at FreeBSD.org
Mon Mar 9 18:36:07 UTC 2015


Author: johans
Date: Mon Mar  9 18:36:06 2015
New Revision: 380873
URL: https://svnweb.freebsd.org/changeset/ports/380873
QAT: https://qat.redports.org/buildarchive/r380873/

Log:
  Add CPE information
  
  games/gnuchess has had vulnerabilities with a CPE identifier assigned
  (e.g. CVE-2002-0204).
  
  PR:		198234
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/games/gnuchess/Makefile

Modified: head/games/gnuchess/Makefile
==============================================================================
--- head/games/gnuchess/Makefile	Mon Mar  9 17:53:13 2015	(r380872)
+++ head/games/gnuchess/Makefile	Mon Mar  9 18:36:06 2015	(r380873)
@@ -15,8 +15,10 @@ COMMENT=	"Classic" Gnu Chess
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 INFO=		gnuchess
-USES=		shebangfix
+USES=		cpe shebangfix
 SHEBANG_FILES=	doc/quotes.rb
+CPE_PRODUCT=	chess
+CPE_VENDOR=	gnu
 
 OPTIONS_DEFINE=		OPENING_BOOK DOCS NLS
 OPTIONS_DEFAULT=	OPENING_BOOK


More information about the svn-ports-head mailing list