svn commit: r382105 - head/x11/libXres

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 24 14:31:48 UTC 2015


Author: robak
Date: Tue Mar 24 14:31:47 2015
New Revision: 382105
URL: https://svnweb.freebsd.org/changeset/ports/382105
QAT: https://qat.redports.org/buildarchive/r382105/

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

Modified:
  head/x11/libXres/Makefile

Modified: head/x11/libXres/Makefile
==============================================================================
--- head/x11/libXres/Makefile	Tue Mar 24 14:22:42 2015	(r382104)
+++ head/x11/libXres/Makefile	Tue Mar 24 14:31:47 2015	(r382105)
@@ -13,5 +13,8 @@ LICENSE=	MIT
 
 XORG_CAT=	lib
 USE_XORG=	x11 xext xextproto resourceproto xproto:both
+USES+=	cpe
+CPE_PRODUCT=	libxres
+CPE_VENDOR=	x
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list