diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixxx/Makefile | 2 | ||||
-rw-r--r-- | audio/mumble-server/Makefile | 2 | ||||
-rw-r--r-- | audio/mumble/Makefile | 2 | ||||
-rw-r--r-- | audio/murmur/Makefile | 2 | ||||
-rw-r--r-- | audio/py-torchaudio/Makefile | 2 | ||||
-rw-r--r-- | audio/sfizz/Makefile | 1 | ||||
-rw-r--r-- | audio/webrtc-audio-processing/Makefile | 1 | ||||
-rw-r--r-- | audio/webrtc-audio-processing2/Makefile | 1 |
8 files changed, 8 insertions, 5 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index ab1e9631bb74..7d222b53a0b1 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= mixxx DISTVERSION= 2.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile index e494d4f68e13..589dfe061c51 100644 --- a/audio/mumble-server/Makefile +++ b/audio/mumble-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= mumble-server DISTVERSION= 1.5.735 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION} diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 2950203ea956..a7f3f0470f63 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -1,6 +1,6 @@ PORTNAME= mumble DISTVERSION= 1.5.735 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}-voip/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 5470aa34d61b..712b7db53eb9 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -1,6 +1,6 @@ PORTNAME= murmur DISTVERSION= 1.3.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio net MAINTAINER= vvd@FreeBSD.org diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile index 0c9f12813c10..bff36adb061a 100644 --- a/audio/py-torchaudio/Makefile +++ b/audio/py-torchaudio/Makefile @@ -1,7 +1,7 @@ PORTNAME= torchaudio DISTVERSIONPREFIX= v DISTVERSION= 2.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio python # machine-learning MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile index 094ae7cb05fd..c20f87b666d8 100644 --- a/audio/sfizz/Makefile +++ b/audio/sfizz/Makefile @@ -1,5 +1,6 @@ PORTNAME= sfizz DISTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/webrtc-audio-processing/Makefile b/audio/webrtc-audio-processing/Makefile index 51a02818ff06..33864009b6be 100644 --- a/audio/webrtc-audio-processing/Makefile +++ b/audio/webrtc-audio-processing/Makefile @@ -1,5 +1,6 @@ PORTNAME= webrtc-audio-processing DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/ diff --git a/audio/webrtc-audio-processing2/Makefile b/audio/webrtc-audio-processing2/Makefile index c21236f06bd6..6194521ab7db 100644 --- a/audio/webrtc-audio-processing2/Makefile +++ b/audio/webrtc-audio-processing2/Makefile @@ -1,5 +1,6 @@ PORTNAME= webrtc-audio-processing DISTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/ PKGNAMESUFFIX= 2 |