svn commit: r383878 - head/databases/hbase

Bartek Rutkowski robak at FreeBSD.org
Sun Apr 12 18:10:24 UTC 2015


Author: robak
Date: Sun Apr 12 18:10:23 2015
New Revision: 383878
URL: https://svnweb.freebsd.org/changeset/ports/383878

Log:
  databases/hbase: add CPE information
  
  - Maintainer's timeout (demon at FreeBSD.org)
  
  PR:		198964
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/databases/hbase/Makefile

Modified: head/databases/hbase/Makefile
==============================================================================
--- head/databases/hbase/Makefile	Sun Apr 12 17:28:07 2015	(r383877)
+++ head/databases/hbase/Makefile	Sun Apr 12 18:10:23 2015	(r383878)
@@ -22,6 +22,8 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yarn:${PORTSDIR}/devel/hadoop2
 
+USES+=		cpe
+CPE_VENDOR=	apache
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
 


More information about the svn-ports-all mailing list