This diff updates sndiortp to the latest version and syncs pkg/DESCR to the README.
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/sndiortp/Makefile,v diff -u -p -r1.1.1.1 Makefile --- Makefile 6 Jul 2025 09:58:07 -0000 1.1.1.1 +++ Makefile 28 Aug 2026 14:06:43 -0000 @@ -2,7 +2,7 @@ COMMENT= play RTP streams or send record GH_ACCOUNT= ratchov GH_PROJECT= sndiortp -GH_TAGNAME= v1.0.1 +GH_TAGNAME= v1.1.0 CATEGORIES= audio MAINTAINER= Alexandre Ratchov <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/audio/sndiortp/distinfo,v diff -u -p -r1.1.1.1 distinfo --- distinfo 6 Jul 2025 09:58:07 -0000 1.1.1.1 +++ distinfo 28 Aug 2026 14:06:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (sndiortp-1.0.1.tar.gz) = A7L1rNKI9iBAIyzOOrRQKAXhAUwvMakWd7IKB5uEShc= -SIZE (sndiortp-1.0.1.tar.gz) = 10078 +SHA256 (sndiortp-1.1.0.tar.gz) = YR9AefonR6hwI8zWK4Qm2G89u/kmEJ52lkCjetLOAuY= +SIZE (sndiortp-1.1.0.tar.gz) = 13051 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/audio/sndiortp/pkg/DESCR,v diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 6 Jul 2025 09:58:07 -0000 1.1.1.1 +++ pkg/DESCR 28 Aug 2026 14:06:43 -0000 @@ -1,6 +1,3 @@ The sndiortp utility can record audio from a sndio(7) audio device and send it on the network over RTP. Similarly it can receive audio streams over RTP and play the result on the device. - -This utility is mainly intended to test RTP capable audio equipment but -it may also be used to broadcast audio over a fast local area network.
