svn commit: r381933 - head/x11/libXext

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 22 15:57:10 UTC 2015


Author: robak
Date: Sun Mar 22 15:57:08 2015
New Revision: 381933
URL: https://svnweb.freebsd.org/changeset/ports/381933
QAT: https://qat.redports.org/buildarchive/r381933/

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

Modified:
  head/x11/libXext/Makefile

Modified: head/x11/libXext/Makefile
==============================================================================
--- head/x11/libXext/Makefile	Sun Mar 22 15:44:53 2015	(r381932)
+++ head/x11/libXext/Makefile	Sun Mar 22 15:57:08 2015	(r381933)
@@ -15,5 +15,8 @@ XORG_CAT=	lib
 USE_XORG=	xproto x11 xextproto:both xau
 CONFIGURE_ARGS+=--disable-specs --without-xmlto
 INSTALL_TARGET=	install-strip
+USES+=	cpe
+CPE_PRODUCT=	libxext
+CPE_VENDOR=	x
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list