Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 18:59:31 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493180 - head/x11-fonts/xfs
Message-ID:  <201902171859.x1HIxVTx011437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171859.x1HIxVTx011437>