Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 17:56:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382698 - head/textproc/xerces-c3
Message-ID:  <201503301756.t2UHuPuI025032@svn.freebsd.org>

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



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