Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 09:06:59 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368433 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod
Message-ID:  <201409180906.s8I96x9r011652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Thu Sep 18 09:06:59 2014
New Revision: 368433
URL: http://svnweb.freebsd.org/changeset/ports/368433
QAT: https://qat.redports.org/buildarchive/r368433/

Log:
  - Add CPE information to virtualbox ports

Modified:
  head/emulators/virtualbox-ose-additions/Makefile
  head/emulators/virtualbox-ose-kmod/Makefile
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile	Thu Sep 18 08:53:05 2014	(r368432)
+++ head/emulators/virtualbox-ose-additions/Makefile	Thu Sep 18 09:06:59 2014	(r368433)
@@ -19,11 +19,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm \
 		kmk:${PORTSDIR}/devel/kBuild
 
+CPE_VENDOR=	oracle
+CPE_PRODUCT=	vm_virtualbox
+
 UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 PATCHDIR=	${.CURDIR}/../${PORTNAME}/files
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
 USE_RC_SUBR=	vboxguest vboxservice
-USES=		compiler:features iconv kmod tar:bzip2
+USES=		compiler:features cpe iconv kmod tar:bzip2
 ONLY_FOR_ARCHS=	i386 amd64
 USE_PYTHON_BUILD=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/emulators/virtualbox-ose-kmod/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod/Makefile	Thu Sep 18 08:53:05 2014	(r368432)
+++ head/emulators/virtualbox-ose-kmod/Makefile	Thu Sep 18 09:06:59 2014	(r368433)
@@ -18,7 +18,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	kmk:${PORTSDIR}/devel/kBuild
 
-USES=		kmod tar:bzip2
+CPE_VENDOR=	oracle
+CPE_PRODUCT=	vm_virtualbox
+
+USES=		cpe kmod tar:bzip2
 UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 PATCHDIR=	${.CURDIR}/../${PORTNAME}/files
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Thu Sep 18 08:53:05 2014	(r368432)
+++ head/emulators/virtualbox-ose/Makefile	Thu Sep 18 09:06:59 2014	(r368433)
@@ -28,9 +28,12 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 RUN_DEPENDS=	${LOCALBASE}/etc/rc.d/vboxnet:${PORTSDIR}/emulators/virtualbox-ose-kmod \
 		cdrecord:${PORTSDIR}/sysutils/cdrtools
 
+CPE_VENDOR=	oracle
+CPE_PRODUCT=	vm_virtualbox
+
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
 ONLY_FOR_ARCHS=	i386 amd64
-USES=		compiler iconv pkgconfig tar:bzip2
+USES=		compiler cpe iconv pkgconfig tar:bzip2
 USE_GNOME=	libidl
 USE_PYTHON_BUILD=	yes
 



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