diff options
author | johans <johans@FreeBSD.org> | 2015-03-10 02:36:06 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-03-10 02:36:06 +0800 |
commit | c1ce8c966df8ff7ef09d5a889eb2c8bf73286c5c (patch) | |
tree | 813c36d07aaf85437e016d3032906954a9fd7d01 /games | |
parent | 8e6253f8574ccb742fed0c3b6ef55634be31a2c7 (diff) | |
download | freebsd-ports-gnome-c1ce8c966df8ff7ef09d5a889eb2c8bf73286c5c.tar.gz freebsd-ports-gnome-c1ce8c966df8ff7ef09d5a889eb2c8bf73286c5c.tar.zst freebsd-ports-gnome-c1ce8c966df8ff7ef09d5a889eb2c8bf73286c5c.zip |
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@dropcut.net
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 078f70f96a6b..ce13ab313cbf 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -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 |