svn commit: r382708 - head/textproc/apache-poi

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


Author: sunpoet
Date: Mon Mar 30 18:56:10 2015
New Revision: 382708
URL: https://svnweb.freebsd.org/changeset/ports/382708
QAT: https://qat.redports.org/buildarchive/r382708/

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

Modified:
  head/textproc/apache-poi/Makefile

Modified: head/textproc/apache-poi/Makefile
==============================================================================
--- head/textproc/apache-poi/Makefile	Mon Mar 30 18:55:39 2015	(r382707)
+++ head/textproc/apache-poi/Makefile	Mon Mar 30 18:56:10 2015	(r382708)
@@ -24,6 +24,9 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
 OPTIONS_DEFINE=	DOCS
 
+USES=		cpe
+CPE_VENDOR=	apache
+
 .for i in ${JARNAMES}
 PLIST_FILES+=	%%JAVAJARDIR%%/${PORTNAME}-${i}.jar
 .endfor


More information about the svn-ports-head mailing list