svn commit: r383960 - head/textproc/apache-solr3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 13 19:26:24 UTC 2015
Author: sunpoet
Date: Mon Apr 13 19:26:23 2015
New Revision: 383960
URL: https://svnweb.freebsd.org/changeset/ports/383960
Log:
- Add CPE information
- While I'm here, use USES=tar:tgz
PR: 199033
Submitted by: shun <shun.fbsd.pr at dropcut.net>
Approved by: maintainer (timeout, 14 days)
Modified:
head/textproc/apache-solr3/Makefile
Modified: head/textproc/apache-solr3/Makefile
==============================================================================
--- head/textproc/apache-solr3/Makefile Mon Apr 13 19:26:18 2015 (r383959)
+++ head/textproc/apache-solr3/Makefile Mon Apr 13 19:26:23 2015 (r383960)
@@ -7,7 +7,6 @@ CATEGORIES= textproc java
MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/
PKGNAMESUFFIX= 3
-EXTRACT_SUFX= .tgz
MAINTAINER= gaod at hychen.org
COMMENT= High performance search server built using Lucene Java
@@ -21,6 +20,9 @@ NO_BUILD= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_JAVA= yes
PORTEXAMPLES= *
+USES= cpe tar:tgz
+CPE_PRODUCT= solr
+CPE_VENDOR= apache
do-install:
cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
More information about the svn-ports-head
mailing list