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 /UPDATING | |
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 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ time you update your ports collection, before attempting any port upgrades. 20090617: + AFFECTS: users of emulators/virtualbox + AUTHOR: beat@FreeBSD.org + + The GID of virtualbox has changed due to a conflict with databases/couchdb. + Update GID of vboxusers after updating the port: + + # pw groupmod vboxusers -g 920 + +20090617: AFFECTS: users of math/fftw3 math/fftw3-long math/fftw3-float AUTHOR: db@FreeBSD.org |