mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
9e346814a8
commit
288febf9fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380874
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ DISTNAME= enscript-${PORTVERSION}
|
||||||
MAINTAINER?= johans@FreeBSD.org
|
MAINTAINER?= johans@FreeBSD.org
|
||||||
COMMENT= ASCII to PostScript filter
|
COMMENT= ASCII to PostScript filter
|
||||||
|
|
||||||
USES= shebangfix perl5
|
USES= cpe shebangfix perl5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-media=${PS}
|
CONFIGURE_ARGS= --with-media=${PS}
|
||||||
SHEBANG_FILES= scripts/diffpp.in scripts/sliceprint.in
|
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]*
|
CONFLICTS?= enscript-a4-[0-9]* enscript-letterdj-[0-9]*
|
||||||
|
|
||||||
INFO= enscript
|
INFO= enscript
|
||||||
|
CPE_VENDOR= gnu
|
||||||
|
|
||||||
PS?= Letter
|
PS?= Letter
|
||||||
PAPERSIZE?= ${PS:tl}
|
PAPERSIZE?= ${PS:tl}
|
||||||
|
|
Loading…
Add table
Reference in a new issue