svn commit: r493180 - head/x11-fonts/xfs

Niclas Zeising zeising at FreeBSD.org
Sun Feb 17 18:59:31 UTC 2019


Author: zeising
Date: Sun Feb 17 18:59:30 2019
New Revision: 493180
URL: https://svnweb.freebsd.org/changeset/ports/493180

Log:
  x11-fonts/xfs: Add CPE info
  
  Add CPE info to xfs.  Use x as vendor, since that's what's used through out
  the ports tree.  Looking at the NVD CPE database, both x and x.org seem to
  be used.
  
  PR:		211797 (based on)
  Submitted by:	shun
  Sponsored by:	B3 Init (zeising)

Modified:
  head/x11-fonts/xfs/Makefile

Modified: head/x11-fonts/xfs/Makefile
==============================================================================
--- head/x11-fonts/xfs/Makefile	Sun Feb 17 17:55:11 2019	(r493179)
+++ head/x11-fonts/xfs/Makefile	Sun Feb 17 18:59:30 2019	(r493180)
@@ -9,7 +9,9 @@ MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org font server
 
 XORG_CAT=	app
-USES=		gmake
+USES=		cpe gmake
+CPE_VENDOR=	x
+CPE_PRODUCT=	x_font_server
 USE_XORG=	libfs xfont2 xorgproto xtrans
 USE_RC_SUBR=	xfs
 CONFIGURE_ARGS=	--without-xmlto --without-fop


More information about the svn-ports-all mailing list