aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-07-13 14:40:50 +0800
committermarcus <marcus@FreeBSD.org>2007-07-13 14:40:50 +0800
commitaf8a409f5a718f0d4af1d20b75c2aa450a223ebc (patch)
treef8a19f7e6e0b81e9d0099d8e6939380705397404
parent741724e11b46577748befdd60b6dde7f1185bd09 (diff)
downloadfreebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.tar.gz
freebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.tar.zst
freebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.zip
Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to stay
in sync with the distribution.
-rw-r--r--GIDs2
-rw-r--r--UPDATING9
-rw-r--r--audio/pulseaudio/Makefile2
-rw-r--r--audio/pulseaudio/pkg-install2
4 files changed, 12 insertions, 3 deletions
diff --git a/GIDs b/GIDs
index 061a711f3c34..29471aaaa171 100644
--- a/GIDs
+++ b/GIDs
@@ -102,7 +102,7 @@ ejabberd:*:544:
qtss:*:554:
ircdru:*:555:
messagebus:*:556:
-realtime:*:557:
+pulse-rt:*:557:
avahi:*:558:
tacacs:*:559:
distcc:*:561:
diff --git a/UPDATING b/UPDATING
index a211784afac8..1be5038c5c3e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070713:
+ AFFECTS: users of audio/pulseaudio
+ AUTHOR: gnome@FreeBSD.org
+
+ The realtime group (default GID of 557) has been renamed pulse-rt to keep
+ in sync with the pulseaudio distribution. If you are upgrading from a
+ previous version of pulseaudio, you will need to modify /etc/group and
+ change the name of the group with ID 557 to ``pulse-rt''.
+
20070706:
AFFECTS: users of www/gallery
AUTHOR: freebsd-ports@varju.ca
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 2347487b4769..5b5367e142d8 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pulseaudio
PORTVERSION= 0.9.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
diff --git a/audio/pulseaudio/pkg-install b/audio/pulseaudio/pkg-install
index 7460a0eab52d..2c316a5e6514 100644
--- a/audio/pulseaudio/pkg-install
+++ b/audio/pulseaudio/pkg-install
@@ -2,7 +2,7 @@
case $2 in
POST-INSTALL)
- RGROUP=realtime
+ RGROUP=pulse-rt
SUSER=pulse
SGROUP=${SUSER}
AGROUP=pulse-access