git: 5fef0afc12d5 - main - audio/alsa-utils: update to 1.2.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 11:28:14 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fef0afc12d500d14311bb43b788b138ec47fef3 commit 5fef0afc12d500d14311bb43b788b138ec47fef3 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-01-29 10:21:14 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-01-29 10:21:14 +0000 audio/alsa-utils: update to 1.2.13 Changelog: https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13 Major changes: * aplaymidi: Allow to pass 0 to -u option, too * aplaymidi2/arecordmidi2 (MIDI v2.0) --- audio/alsa-utils/Makefile | 2 +- audio/alsa-utils/distinfo | 6 +++--- audio/alsa-utils/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index ab670f5ca71c..a2e1bef09e88 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= alsa-utils -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 CATEGORIES= audio MASTER_SITES= https://www.alsa-project.org/files/pub/utils/ diff --git a/audio/alsa-utils/distinfo b/audio/alsa-utils/distinfo index 4e0b2276aba4..061d2ed6c339 100644 --- a/audio/alsa-utils/distinfo +++ b/audio/alsa-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719262400 -SHA256 (alsa-utils-1.2.12.tar.bz2) = 98bc6677d0c0074006679051822324a0ab0879aea558a8f68b511780d30cd924 -SIZE (alsa-utils-1.2.12.tar.bz2) = 1631895 +TIMESTAMP = 1738145690 +SHA256 (alsa-utils-1.2.13.tar.bz2) = 1702a6b1cdf9ba3e996ecbc1ddcf9171e6808f5961d503d0f27e80ee162f1daa +SIZE (alsa-utils-1.2.13.tar.bz2) = 1642028 diff --git a/audio/alsa-utils/pkg-plist b/audio/alsa-utils/pkg-plist index f3565a06399a..ecb5b0dc8aa4 100644 --- a/audio/alsa-utils/pkg-plist +++ b/audio/alsa-utils/pkg-plist @@ -8,8 +8,10 @@ bin/amidi bin/amixer bin/aplay bin/aplaymidi +bin/aplaymidi2 bin/arecord bin/arecordmidi +bin/arecordmidi2 bin/aseqdump bin/aseqsend bin/aseqnet @@ -32,8 +34,10 @@ lib/udev/90-alsa-restore.rules %%MANPAGES%%share/man/man1/amixer.1.gz %%MANPAGES%%share/man/man1/aplay.1.gz %%MANPAGES%%share/man/man1/aplaymidi.1.gz +%%MANPAGES%%share/man/man1/aplaymidi2.1.gz %%MANPAGES%%share/man/man1/arecord.1.gz %%MANPAGES%%share/man/man1/arecordmidi.1.gz +%%MANPAGES%%share/man/man1/arecordmidi2.1.gz %%MANPAGES%%share/man/man1/aseqdump.1.gz %%MANPAGES%%share/man/man1/aseqsend.1.gz %%MANPAGES%%share/man/man1/aseqnet.1.gz