svn commit: r382698 - head/textproc/xerces-c3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 30 17:56:25 UTC 2015


Author: sunpoet
Date: Mon Mar 30 17:56:24 2015
New Revision: 382698
URL: https://svnweb.freebsd.org/changeset/ports/382698
QAT: https://qat.redports.org/buildarchive/r382698/

Log:
  - Add CPE information
  
  PR:		199036
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Mon Mar 30 17:50:39 2015	(r382697)
+++ head/textproc/xerces-c3/Makefile	Mon Mar 30 17:56:24 2015	(r382698)
@@ -21,10 +21,13 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 MAKE_ENV=	XERCESCROOT=${WRKSRC}
 USE_LDCONFIG=	yes
-USES=		gmake libtool pathfix
+USES=		cpe gmake libtool pathfix
 
 PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
 
+CPE_PRODUCT=	xerces-c++
+CPE_VENDOR=	apache
+
 post-install:
 	${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
 


More information about the svn-ports-head mailing list