svn commit: r380874 - head/print/enscript-letter

Johan van Selst johans at FreeBSD.org
Mon Mar 9 19:41:20 UTC 2015


Author: johans
Date: Mon Mar  9 19:41:18 2015
New Revision: 380874
URL: https://svnweb.freebsd.org/changeset/ports/380874
QAT: https://qat.redports.org/buildarchive/r380874/

Log:
  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 at dropcut.net

Modified:
  head/print/enscript-letter/Makefile

Modified: head/print/enscript-letter/Makefile
==============================================================================
--- head/print/enscript-letter/Makefile	Mon Mar  9 18:36:06 2015	(r380873)
+++ head/print/enscript-letter/Makefile	Mon Mar  9 19:41:18 2015	(r380874)
@@ -12,7 +12,7 @@ DISTNAME=	enscript-${PORTVERSION}
 MAINTAINER?=	johans at 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}


More information about the svn-ports-head mailing list