svn commit: r476019 - in head: . audio/sndio audio/sndio/files
Tobias Kortkamp
tobik at FreeBSD.org
Tue Jul 31 19:40:26 UTC 2018
Author: tobik
Date: Tue Jul 31 19:40:24 2018
New Revision: 476019
URL: https://svnweb.freebsd.org/changeset/ports/476019
Log:
audio/sndio: Update to 1.5.0
Deleted:
head/audio/sndio/files/patch-configure
head/audio/sndio/files/patch-libsndio_sio.c
head/audio/sndio/files/patch-libsndio_sio__oss.c
Modified:
head/UPDATING
head/audio/sndio/Makefile
head/audio/sndio/distinfo
head/audio/sndio/files/sndiod.in
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Tue Jul 31 19:18:34 2018 (r476018)
+++ head/UPDATING Tue Jul 31 19:40:24 2018 (r476019)
@@ -6,6 +6,18 @@ You should get into the habit of checking this file fo
you update your ports collection, before attempting any port upgrades.
20180731:
+ AFFECTS: users of audio/sndio
+ AUTHOR: tobik at FreeBSD.org
+
+ sndiod(8) will now use the default audio device /dev/dsp instead
+ of /dev/dsp0 if no device was specified.
+
+ The location of ~/.aucat_cookie has moved to ~/.sndio/cookie. If
+ you share audio devices via sndiod(8) on the network or between
+ local users, please migrate it manually to the new location to
+ guarantee a smooth upgrade.
+
+20180731:
AFFECTS: users of x11/xorg and all ports with USE_XORG=*proto
AUTHOR: zeising at daemonic.se
Modified: head/audio/sndio/Makefile
==============================================================================
--- head/audio/sndio/Makefile Tue Jul 31 19:18:34 2018 (r476018)
+++ head/audio/sndio/Makefile Tue Jul 31 19:40:24 2018 (r476019)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sndio
-PORTVERSION= 1.4.0
+PORTVERSION= 1.5.0
CATEGORIES= audio
MASTER_SITES= http://www.sndio.org/
Modified: head/audio/sndio/distinfo
==============================================================================
--- head/audio/sndio/distinfo Tue Jul 31 19:18:34 2018 (r476018)
+++ head/audio/sndio/distinfo Tue Jul 31 19:40:24 2018 (r476019)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515842737
-SHA256 (sndio-1.4.0.tar.gz) = 68713db624797dbff69c0f4ce1b24054fb0803da340508edbc5e08d6778f9781
-SIZE (sndio-1.4.0.tar.gz) = 126007
+TIMESTAMP = 1533063551
+SHA256 (sndio-1.5.0.tar.gz) = 12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253
+SIZE (sndio-1.5.0.tar.gz) = 125661
Modified: head/audio/sndio/files/sndiod.in
==============================================================================
--- head/audio/sndio/files/sndiod.in Tue Jul 31 19:18:34 2018 (r476018)
+++ head/audio/sndio/files/sndiod.in Tue Jul 31 19:40:24 2018 (r476019)
@@ -14,9 +14,8 @@ rcvar=sndiod_enable
load_rc_config $name
-: ${sndiod_dev="rsnd/$($SYSCTL -n hw.snd.default_unit)"}
: ${sndiod_enable="NO"}
-: ${sndiod_flags="-f ${sndiod_dev} -c 0:7 -j off -s default -m mon -s monitor"}
+: ${sndiod_flags="-c 0:7 -j off -s default -m mon -s monitor"}
command="%%PREFIX%%/bin/sndiod"
More information about the svn-ports-all
mailing list