diff options
author | johans <johans@FreeBSD.org> | 2015-03-10 03:41:18 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-03-10 03:41:18 +0800 |
commit | e7cc3322c23e42c839afe0d91a6b0789ef81fef2 (patch) | |
tree | 5f4f92233dd4d8d4844d263dd8ed22eeca0e2a52 | |
parent | c1ce8c966df8ff7ef09d5a889eb2c8bf73286c5c (diff) | |
download | freebsd-ports-gnome-e7cc3322c23e42c839afe0d91a6b0789ef81fef2.tar.gz freebsd-ports-gnome-e7cc3322c23e42c839afe0d91a6b0789ef81fef2.tar.zst freebsd-ports-gnome-e7cc3322c23e42c839afe0d91a6b0789ef81fef2.zip |
Add CPE information
print/enscript-letter has had vulnerabilities with a CPE identifier
assigned (e.g. CVE-2008-4306).
PR: 198248
Submitted by: shun.fbsd.pr@dropcut.net
-rw-r--r-- | print/enscript-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index 6fc0a68dd179..a24aa59b3657 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -12,7 +12,7 @@ DISTNAME= enscript-${PORTVERSION} MAINTAINER?= johans@FreeBSD.org COMMENT= ASCII to PostScript filter -USES= shebangfix perl5 +USES= cpe shebangfix perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-media=${PS} SHEBANG_FILES= scripts/diffpp.in scripts/sliceprint.in @@ -26,6 +26,7 @@ NLS_CONFIGURE_ENABLE= nls CONFLICTS?= enscript-a4-[0-9]* enscript-letterdj-[0-9]* INFO= enscript +CPE_VENDOR= gnu PS?= Letter PAPERSIZE?= ${PS:tl} |