svn commit: r382008 - head/x11/libXfixes

Bartek Rutkowski robak at FreeBSD.org
Mon Mar 23 15:21:08 UTC 2015


Author: robak
Date: Mon Mar 23 15:21:07 2015
New Revision: 382008
URL: https://svnweb.freebsd.org/changeset/ports/382008
QAT: https://qat.redports.org/buildarchive/r382008/

Log:
  x11/libXfixes: add CPE information
  
  - Maintainer's timeout (x11 at FreeBSD.org)
  
  PR:		197736
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/x11/libXfixes/Makefile

Modified: head/x11/libXfixes/Makefile
==============================================================================
--- head/x11/libXfixes/Makefile	Mon Mar 23 15:21:01 2015	(r382007)
+++ head/x11/libXfixes/Makefile	Mon Mar 23 15:21:07 2015	(r382008)
@@ -13,5 +13,8 @@ LICENSE=	MIT
 
 XORG_CAT=	lib
 USE_XORG=	x11 fixesproto:both xproto:both xextproto
+USES+=	cpe
+CPE_PRODUCT=	libxfixes
+CPE_VENDOR=	x
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list