svn commit: r382707 - head/textproc/apache-solr

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


Author: sunpoet
Date: Mon Mar 30 18:55:39 2015
New Revision: 382707
URL: https://svnweb.freebsd.org/changeset/ports/382707
QAT: https://qat.redports.org/buildarchive/r382707/

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

Modified:
  head/textproc/apache-solr/Makefile

Modified: head/textproc/apache-solr/Makefile
==============================================================================
--- head/textproc/apache-solr/Makefile	Mon Mar 30 18:41:10 2015	(r382706)
+++ head/textproc/apache-solr/Makefile	Mon Mar 30 18:55:39 2015	(r382707)
@@ -15,7 +15,7 @@ LICENSE=	APACHE20
 
 CONFLICT=	apache-solr-3.6.*
 
-USES=	shebangfix tar:tgz
+USES=		cpe shebangfix tar:tgz
 SHEBANG_FILES=	example/etc/create-solrtest.keystore.sh
 JAVA_VERSION=	1.7+
 NO_BUILD=	yes
@@ -26,6 +26,9 @@ PORTEXAMPLES=	*
 LATEST_LINK=	apache-solr
 USE_RC_SUBR=	solr
 
+CPE_PRODUCT=	solr
+CPE_VENDOR=	apache
+
 do-install:
 	cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-head mailing list