From 395d49b82988c16bb0d417978f6adc8bcc7f26ec Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 7 Nov 2011 15:40:39 +0000 Subject: [PATCH] - Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD - Pet portlint about LICENSE variables Reported by: avg --- emulators/virtualbox-ose-kmod-legacy/Makefile | 8 ++++---- emulators/virtualbox-ose-kmod/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index c9564778be53..ad14b5105274 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -7,7 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 3.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -18,13 +18,13 @@ DISTNAME= VirtualBox-${DISTVERSION}-OSE MAINTAINER= vbox@FreeBSD.org COMMENT= VirtualBox kernel module for FreeBSD +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ kmk:${PORTSDIR}/devel/kBuild -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE USE_RC_SUBR= vboxnet diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 1b5f01501bc1..20fd1a844e14 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.12 +PORTREVISION= 1 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -17,13 +18,13 @@ DISTNAME= VirtualBox-${DISTVERSION} MAINTAINER= vbox@FreeBSD.org COMMENT= VirtualBox kernel module for FreeBSD +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ kmk:${PORTSDIR}/devel/kBuild -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE USE_RC_SUBR= vboxnet