diff options
author | beat <beat@FreeBSD.org> | 2009-06-18 04:52:53 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-06-18 04:52:53 +0800 |
commit | 09d021ae003722a0eb46285b61b29e2b14f9448d (patch) | |
tree | 37e88da6681b635f3f7753263b2003cb78a7b1e5 /emulators/virtualbox-ose-kmod | |
parent | 11cf67641d488bdd6ee0c867e7a6003f662fd6ae (diff) | |
download | freebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.tar.gz freebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.tar.zst freebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.zip |
- Add GID and UID for emulators/virtualbox.
- Change virtualbox GID in port Makefile due to a conflict with
databases/couchdb and add UPDATING note.
- Bump PORTREVISION.
Reported by: Mike Harding <mvh AT ix.netcom.com>
Diffstat (limited to 'emulators/virtualbox-ose-kmod')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 84ac0744fc2a..70c1c1d4b56a 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= virtualbox DISTVERSION= 2.2.51.r20457 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -43,7 +43,7 @@ USE_LDCONFIG= ${PREFIX}/lib/virtualbox CONFLICTS= bcc-[0-9]* VBOXGROUP?= vboxusers -VBOXGID?= 919 +VBOXGID?= 920 VBOX_FRONTENDS= VBoxBFE VBoxHeadless VBoxSDL VBOX_GUEST_VER= 2.2.4 |