From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 09:07:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABB0FCC3; Thu, 18 Sep 2014 09:07:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E0B135D; Thu, 18 Sep 2014 09:07:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8I970rv011663; Thu, 18 Sep 2014 09:07:00 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8I96x9r011652; Thu, 18 Sep 2014 09:06:59 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201409180906.s8I96x9r011652@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 18 Sep 2014 09:06:59 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 09:07:00 -0000 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