aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-12 09:30:28 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-12 09:30:28 +0000
commita167bf51dddbbc1d94a1027e5dc312670c86bae5 (patch)
tree4d85d188cd7fb53f0443ee52f107dc5fd2ffdb0a
parentb8a5946b484ee664fab36f0b3f3e8563dc18786a (diff)
downloadports-a167bf51dddbbc1d94a1027e5dc312670c86bae5.tar.gz
ports-a167bf51dddbbc1d94a1027e5dc312670c86bae5.zip
audio/sndio: Update to 1.7.0
Notes
Notes: svn path=/head/; revision=542069
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/alsa-sndio/Makefile1
-rw-r--r--audio/aqualung/Makefile2
-rw-r--r--audio/aucatctl/Makefile30
-rw-r--r--audio/aucatctl/distinfo3
-rw-r--r--audio/aucatctl/files/patch-aucatctl.c10
-rw-r--r--audio/aucatctl/pkg-descr4
-rw-r--r--audio/cava/Makefile1
-rw-r--r--audio/cmus/Makefile2
-rw-r--r--audio/fluidsynth/Makefile1
-rw-r--r--audio/gstreamer-plugins-sndio/Makefile1
-rw-r--r--audio/gstreamer1-plugins-sndio/Makefile1
-rw-r--r--audio/jack/Makefile2
-rw-r--r--audio/libao/Makefile2
-rw-r--r--audio/lmms/Makefile1
-rw-r--r--audio/madplay/Makefile2
-rw-r--r--audio/mio2jack/Makefile1
-rw-r--r--audio/mous/Makefile2
-rw-r--r--audio/mpg123/Makefile1
-rw-r--r--audio/musicpd/Makefile1
-rw-r--r--audio/openal-soft/Makefile2
-rw-r--r--audio/portaudio/Makefile2
-rw-r--r--audio/pulseaudio-module-sndio/Makefile1
-rw-r--r--audio/rsynth/Makefile2
-rw-r--r--audio/shairport-sync/Makefile2
-rw-r--r--audio/siren/Makefile2
-rw-r--r--audio/sndio/Makefile12
-rw-r--r--audio/sndio/distinfo6
-rw-r--r--audio/sndio/files/patch-libsndio_Makefile.in13
-rw-r--r--audio/sndio/files/sndiod.in1
-rw-r--r--audio/sndio/pkg-plist71
-rw-r--r--audio/sox/Makefile2
-rw-r--r--audio/spectrogram/Makefile1
-rw-r--r--audio/xmp/Makefile2
-rw-r--r--devel/allegro/Makefile1
-rw-r--r--devel/sdl12/Makefile2
-rw-r--r--devel/sdl20/Makefile1
-rw-r--r--emulators/dolphin-emu/Makefile1
-rw-r--r--games/scummvm/Makefile1
-rw-r--r--java/openjfx8-devel/Makefile2
-rw-r--r--multimedia/audacious-plugins/Makefile1
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/kodi-devel/Makefile2
-rw-r--r--multimedia/kodi/Makefile2
-rw-r--r--multimedia/libxine/Makefile2
-rw-r--r--multimedia/mencoder/Makefile2
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mpv/Makefile2
-rw-r--r--multimedia/musikcube/Makefile1
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--www/chromium/Makefile1
-rw-r--r--www/iridium/Makefile2
-rw-r--r--www/qt5-webengine/Makefile1
-rw-r--r--x11-wm/e16/Makefile2
55 files changed, 94 insertions, 127 deletions
diff --git a/MOVED b/MOVED
index f47e84e9581c..fae8112fabce 100644
--- a/MOVED
+++ b/MOVED
@@ -15152,3 +15152,4 @@ devel/pear-channel-phpunit||2020-07-09|Remove obsolete
multimedia/f3d|graphics/f3d|2020-07-09|Move to a proper category
textproc/py-sphinx-hieroglyph|textproc/py-hieroglyph|2020-07-11|Renamed to reflect official name at PyPI
devel/py-Pint|devel/py-pint|2020-07-11|Rename to match our py- port naming
+audio/aucatctl|audio/sndio|2020-07-12|Use sndioctl from audio/sndio instead
diff --git a/audio/Makefile b/audio/Makefile
index 24bc541c7a36..d8189a6db9a0 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -39,7 +39,6 @@
SUBDIR += asunder
SUBDIR += atunes
SUBDIR += aubio
- SUBDIR += aucatctl
SUBDIR += audacity
SUBDIR += audiere
SUBDIR += audiocd-kio
diff --git a/audio/alsa-sndio/Makefile b/audio/alsa-sndio/Makefile
index fd9590722a1c..967463bbe4bd 100644
--- a/audio/alsa-sndio/Makefile
+++ b/audio/alsa-sndio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= alsa-sndio
DISTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index 1eb7f7e055e2..b27a84e61c17 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aqualung
PORTVERSION= 1.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/aucatctl/Makefile b/audio/aucatctl/Makefile
deleted file mode 100644
index c8fa07e0d4a6..000000000000
--- a/audio/aucatctl/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Tobias Kortkamp <t@tobik.me>
-# $FreeBSD$
-
-# Based on the OpenBSD port audio/aucatctl
-# $OpenBSD: Makefile,v 1.3 2014/07/13 11:40:23 armani Exp $
-
-PORTNAME= aucatctl
-PORTVERSION= 0.1
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://www.sndio.org/
-
-MAINTAINER= tobik@FreeBSD.org
-COMMENT= Control sndiod and/or aucat volumes
-
-LICENSE= ISCL
-
-LIB_DEPENDS= libsndio.so:audio/sndio
-
-MAKE_ARGS= INCLUDE="-I${LOCALBASE}/include" \
- LIB="-L${LOCALBASE}/lib"
-
-PLIST_FILES= bin/aucatctl \
- man/man1/aucatctl.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/audio/aucatctl/distinfo b/audio/aucatctl/distinfo
deleted file mode 100644
index 703ad6213a23..000000000000
--- a/audio/aucatctl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1469051487
-SHA256 (aucatctl-0.1.tar.gz) = 524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0
-SIZE (aucatctl-0.1.tar.gz) = 4364
diff --git a/audio/aucatctl/files/patch-aucatctl.c b/audio/aucatctl/files/patch-aucatctl.c
deleted file mode 100644
index ce2084cfaac1..000000000000
--- a/audio/aucatctl/files/patch-aucatctl.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- aucatctl.c.orig 2016-12-22 19:50:06 UTC
-+++ aucatctl.c
-@@ -69,6 +69,7 @@ setmaster(unsigned vol)
-
- msg.start = SYSEX_START;
- msg.type = SYSEX_TYPE_RT;
-+ msg.dev = 0;
- msg.id0 = SYSEX_CONTROL;
- msg.id1 = SYSEX_MASTER;
- msg.u.master.fine = 0;
diff --git a/audio/aucatctl/pkg-descr b/audio/aucatctl/pkg-descr
deleted file mode 100644
index 0ec714406b80..000000000000
--- a/audio/aucatctl/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The aucatctl utility sends MIDI messages to control sndiod and/or
-aucat volumes.
-
-WWW: http://www.sndio.org/
diff --git a/audio/cava/Makefile b/audio/cava/Makefile
index 1112b4eafedf..f897060319d7 100644
--- a/audio/cava/Makefile
+++ b/audio/cava/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cava
DISTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index f4dd17d5981d..c1ce43938495 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -4,7 +4,7 @@
PORTNAME= cmus
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index ba09b3c75559..93a09d6f9707 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -4,6 +4,7 @@
PORTNAME= fluidsynth
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org
diff --git a/audio/gstreamer-plugins-sndio/Makefile b/audio/gstreamer-plugins-sndio/Makefile
index a23a03fe8225..ce6947eae152 100644
--- a/audio/gstreamer-plugins-sndio/Makefile
+++ b/audio/gstreamer-plugins-sndio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gstreamer-plugins-sndio
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.31.1
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/gstreamer1-plugins-sndio/Makefile b/audio/gstreamer1-plugins-sndio/Makefile
index 992c2cb23c46..e8a2fdedc565 100644
--- a/audio/gstreamer1-plugins-sndio/Makefile
+++ b/audio/gstreamer1-plugins-sndio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gstreamer1-plugins-sndio
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0.1
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 857f295ab70d..2b333ac83a5d 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jackit
PORTVERSION= 0.125.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 6a7fad763811..7ab2f6ce924f 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libao
PORTVERSION= 1.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ao/
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index bfca10c0d755..3968720edef5 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -4,6 +4,7 @@
PORTNAME= lmms
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= audio
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 1b90a0a7f5b8..f2101920b8af 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -3,7 +3,7 @@
PORTNAME= madplay
PORTVERSION= 0.15.2b
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \
ftp://ftp.mars.org/pub/mpeg/
diff --git a/audio/mio2jack/Makefile b/audio/mio2jack/Makefile
index 4e877be3a91c..f86eb84a0bb6 100644
--- a/audio/mio2jack/Makefile
+++ b/audio/mio2jack/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mio2jack
PORTVERSION= g20180501
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 9f6daace7924..a8e75a081513 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mous
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= shen.elf@gmail.com
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index c81548176cff..8e94ea20cd7f 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpg123
PORTVERSION= 1.26.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF \
https://www.mpg123.de/download/
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 090348bb4fa4..e099509db4e8 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.21.24
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index 28fc0bda06d2..292aa1ae988c 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openal-soft
PORTVERSION= 1.20.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://openal-soft.org/openal-releases/
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile
index 0d46033fe80e..5c57dd71b2e2 100644
--- a/audio/portaudio/Makefile
+++ b/audio/portaudio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= portaudio
PORTVERSION= 19.6.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www.portaudio.com/archives/
diff --git a/audio/pulseaudio-module-sndio/Makefile b/audio/pulseaudio-module-sndio/Makefile
index fde7e65ae9cf..56589062d3a5 100644
--- a/audio/pulseaudio-module-sndio/Makefile
+++ b/audio/pulseaudio-module-sndio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pulseaudio-module-sndio
DISTVERSION= 13.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/t6/pulseaudio-module-sndio/releases/download/${DISTVERSION}/
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
index 8236a5af5453..e48e643ba842 100644
--- a/audio/rsynth/Makefile
+++ b/audio/rsynth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rsynth
PORTVERSION= 2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio accessibility
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \
ftp://ftp.enst.fr/pub/unix/multimedia/
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index 154ef615dfd4..f13bc4cc25d6 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shairport-sync
DISTVERSION= 3.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
diff --git a/audio/siren/Makefile b/audio/siren/Makefile
index aa70835bfc5f..a452e0bef3dd 100644
--- a/audio/siren/Makefile
+++ b/audio/siren/Makefile
@@ -3,7 +3,7 @@
PORTNAME= siren
PORTVERSION= 0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/
diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile
index ed561b08525c..5939f2568f7e 100644
--- a/audio/sndio/Makefile
+++ b/audio/sndio/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sndio
-PORTVERSION= 1.6.0
+PORTVERSION= 1.7.0
CATEGORIES= audio
MASTER_SITES= http://www.sndio.org/
@@ -15,7 +15,7 @@ USE_LDCONFIG= yes
USE_RC_SUBR= sndiod
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man \
+CONFIGURE_ARGS= --default-dev="rsnd/default" \
--prefix=${PREFIX}
# Parallel build leads to problems, but sndio is very quick to compile
@@ -31,10 +31,8 @@ post-patch:
${WRKSRC}/sndiod/sndiod.c
post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/lib/libsndio.so.6.1 \
- ${STAGEDIR}${PREFIX}/bin/sndiod \
- ${STAGEDIR}${PREFIX}/bin/aucat \
- ${STAGEDIR}${PREFIX}/bin/midicat
+ cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} \
+ aucat midicat sndioctl sndiod
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsndio.so.7.1
.include <bsd.port.mk>
diff --git a/audio/sndio/distinfo b/audio/sndio/distinfo
index 28eb9d868aa6..9998aaea03d1 100644
--- a/audio/sndio/distinfo
+++ b/audio/sndio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563479949
-SHA256 (sndio-1.6.0.tar.gz) = 99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1
-SIZE (sndio-1.6.0.tar.gz) = 125898
+TIMESTAMP = 1594536994
+SHA256 (sndio-1.7.0.tar.gz) = dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552
+SIZE (sndio-1.7.0.tar.gz) = 147989
diff --git a/audio/sndio/files/patch-libsndio_Makefile.in b/audio/sndio/files/patch-libsndio_Makefile.in
deleted file mode 100644
index f242543352ba..000000000000
--- a/audio/sndio/files/patch-libsndio_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- libsndio/Makefile.in.orig 2018-01-13 12:32:33 UTC
-+++ libsndio/Makefile.in
-@@ -42,8 +42,8 @@ MAN7 = sndio.7
- #
- # libraries to build and install
- #
--MAJ = 7
--MIN = 0
-+MAJ = 6
-+MIN = 1
- SO = @so@
- SO_LINK = @so_link@
-
diff --git a/audio/sndio/files/sndiod.in b/audio/sndio/files/sndiod.in
index e001bc3627f5..e88ba89d9c1a 100644
--- a/audio/sndio/files/sndiod.in
+++ b/audio/sndio/files/sndiod.in
@@ -15,7 +15,6 @@ rcvar=sndiod_enable
load_rc_config $name
: ${sndiod_enable="NO"}
-: ${sndiod_flags="-c 0:7 -j off -s default -m mon -s monitor"}
command="%%PREFIX%%/bin/sndiod"
diff --git a/audio/sndio/pkg-plist b/audio/sndio/pkg-plist
index 1425a6ddc6de..b631cad5addb 100644
--- a/audio/sndio/pkg-plist
+++ b/audio/sndio/pkg-plist
@@ -1,35 +1,46 @@
bin/aucat
bin/midicat
+bin/sndioctl
bin/sndiod
include/sndio.h
lib/libsndio.so
-lib/libsndio.so.6.1
-man/man1/aucat.1.gz
-man/man1/midicat.1.gz
-man/man3/mio_close.3.gz
-man/man3/mio_eof.3.gz
-man/man3/mio_nfds.3.gz
-man/man3/mio_open.3.gz
-man/man3/mio_pollfd.3.gz
-man/man3/mio_read.3.gz
-man/man3/mio_revents.3.gz
-man/man3/mio_write.3.gz
-man/man3/sio_close.3.gz
-man/man3/sio_eof.3.gz
-man/man3/sio_getcap.3.gz
-man/man3/sio_getpar.3.gz
-man/man3/sio_initpar.3.gz
-man/man3/sio_nfds.3.gz
-man/man3/sio_onmove.3.gz
-man/man3/sio_onvol.3.gz
-man/man3/sio_open.3.gz
-man/man3/sio_pollfd.3.gz
-man/man3/sio_read.3.gz
-man/man3/sio_revents.3.gz
-man/man3/sio_setpar.3.gz
-man/man3/sio_setvol.3.gz
-man/man3/sio_start.3.gz
-man/man3/sio_stop.3.gz
-man/man3/sio_write.3.gz
-man/man7/sndio.7.gz
-man/man8/sndiod.8.gz
+lib/libsndio.so.7.1
+share/man/man1/aucat.1.gz
+share/man/man1/midicat.1.gz
+share/man/man1/sndioctl.1.gz
+share/man/man3/mio_close.3.gz
+share/man/man3/mio_eof.3.gz
+share/man/man3/mio_nfds.3.gz
+share/man/man3/mio_open.3.gz
+share/man/man3/mio_pollfd.3.gz
+share/man/man3/mio_read.3.gz
+share/man/man3/mio_revents.3.gz
+share/man/man3/mio_write.3.gz
+share/man/man3/sio_close.3.gz
+share/man/man3/sio_eof.3.gz
+share/man/man3/sio_getcap.3.gz
+share/man/man3/sio_getpar.3.gz
+share/man/man3/sio_initpar.3.gz
+share/man/man3/sio_nfds.3.gz
+share/man/man3/sio_onmove.3.gz
+share/man/man3/sio_onvol.3.gz
+share/man/man3/sio_open.3.gz
+share/man/man3/sio_pollfd.3.gz
+share/man/man3/sio_read.3.gz
+share/man/man3/sio_revents.3.gz
+share/man/man3/sio_setpar.3.gz
+share/man/man3/sio_setvol.3.gz
+share/man/man3/sio_start.3.gz
+share/man/man3/sio_stop.3.gz
+share/man/man3/sio_write.3.gz
+share/man/man3/sioctl_close.3.gz
+share/man/man3/sioctl_eof.3.gz
+share/man/man3/sioctl_nfds.3.gz
+share/man/man3/sioctl_ondesc.3.gz
+share/man/man3/sioctl_onval.3.gz
+share/man/man3/sioctl_open.3.gz
+share/man/man3/sioctl_pollfd.3.gz
+share/man/man3/sioctl_revents.3.gz
+share/man/man3/sioctl_setval.3.gz
+share/man/man7/sndio.7.gz
+share/man/man8/sndiod.8.gz
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index e2cce1d38300..59f510020147 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sox
PORTVERSION= 14.4.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/spectrogram/Makefile b/audio/spectrogram/Makefile
index 10148a2697a2..7925495bfbae 100644
--- a/audio/spectrogram/Makefile
+++ b/audio/spectrogram/Makefile
@@ -3,6 +3,7 @@
PORTNAME= spectrogram
PORTVERSION= 20161017
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index e3dcd89fce6d..be9aa16b8d53 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmp
PORTVERSION= 4.1.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index 6b91678dde50..d4ccc5cd4b5d 100644
--- a/devel/allegro/Makefile
+++ b/devel/allegro/Makefile
@@ -3,6 +3,7 @@
PORTNAME= allegro
DISTVERSION= 4.4.3.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/liballeg/allegro5/releases/download/${DISTVERSION}/
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index f741ca86a4e7..a4af0c33c7d2 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sdl
PORTVERSION= 1.2.15
-PORTREVISION= 14
+PORTREVISION= 15
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= https://www.libsdl.org/release/
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index aa5c7c86e154..a3abdd733cca 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sdl2
PORTVERSION= 2.0.12
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.libsdl.org/release/
DISTNAME= SDL2-${PORTVERSION}
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 1e3dd4dd0884..ce68b5ba40b2 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dolphin-emu
PORTVERSION= 5.0.10960
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 0c79e8e32fdf..067b667e5f6f 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= scummvm
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= http://www.scummvm.org/frs/scummvm/${PORTVERSION}/
diff --git a/java/openjfx8-devel/Makefile b/java/openjfx8-devel/Makefile
index 23163efddc8e..8bb07f706327 100644
--- a/java/openjfx8-devel/Makefile
+++ b/java/openjfx8-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openjfx8
DISTVERSION= 8u202-b07
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= java x11-toolkits devel
MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index c797d6ffce90..011cc8124312 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -3,6 +3,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 4.0.5
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 460c11d4d3b8..2597cc17c64f 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 4.3
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= multimedia audio net
MASTER_SITES= https://ffmpeg.org/releases/
diff --git a/multimedia/kodi-devel/Makefile b/multimedia/kodi-devel/Makefile
index f1a16c3d42f6..7b8b1cb2a1ba 100644
--- a/multimedia/kodi-devel/Makefile
+++ b/multimedia/kodi-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kodi
DISTVERSION= 19.0.a20200630
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
PKGNAMESUFFIX= -devel
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index f0ce79952295..fd20365381a1 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kodi
DISTVERSION= 17.6
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= multimedia java
MAINTAINER= ports@FreeBSD.org
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index e81e6189c10c..ea1f0bf38f0f 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xine
PORTVERSION= 1.2.9
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 3381be65e938..65891bbb761a 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 718978156556..3c2b489374a8 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 8ce71c505e81..f0c06fe0f368 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mpv
DISTVERSIONPREFIX= v
DISTVERSION= 0.32.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= multimedia audio
MASTER_SITES= https://waf.io/:waf
diff --git a/multimedia/musikcube/Makefile b/multimedia/musikcube/Makefile
index ee8c00382701..411679ef9f2c 100644
--- a/multimedia/musikcube/Makefile
+++ b/multimedia/musikcube/Makefile
@@ -2,6 +2,7 @@
PORTNAME= musikcube
DISTVERSION= 0.92.1
+PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 885f1dabc181..2638a40d2d48 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 3.0.11
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index dcd72abf224b..74143db8aa0d 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -3,6 +3,7 @@
PORTNAME= chromium
PORTVERSION= 83.0.4103.116
+PORTREVISION= 1
CATEGORIES?= www java
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
LOCAL/cpm/chromium/:fonts
diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index 457c47fa7e4b..6d5fc15705cd 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -3,7 +3,7 @@
PORTNAME= iridium
PORTVERSION= 2019.04.73
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= www
MASTER_SITES= https://downloads.iridiumbrowser.de/source/
PKGNAMESUFFIX= -browser
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile
index db861e455bbc..6611f58c591d 100644
--- a/www/qt5-webengine/Makefile
+++ b/www/qt5-webengine/Makefile
@@ -18,6 +18,7 @@
PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index f1d8848133db..e9118791a5db 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -3,7 +3,7 @@
PORTNAME= e16
PORTVERSION= 1.0.22
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/