diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-11-07 15:40:39 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-11-07 15:40:39 +0000 |
commit | 395d49b82988c16bb0d417978f6adc8bcc7f26ec (patch) | |
tree | 29d87ebbcd53a40d5435f4ca86c5c346cf01b8d5 /emulators/virtualbox-ose-kmod-legacy | |
parent | 0d99308aed542d5ef5e7c653b502e2170e9bd392 (diff) | |
download | freebsd-ports-395d49b82988c16bb0d417978f6adc8bcc7f26ec.zip |
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD
- Pet portlint about LICENSE variables
Reported by: avg
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |