diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:33:39 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:46:46 +0800 |
| commit | f7e42ce5d5a3f11265d1e253b04212001992eca2 (patch) | |
| tree | e321cbfdfcccaf77d9cfd281d2c6c4a1fdacabf0 /audio | |
| parent | sysutils/zbackup: Fix build with protobuf 3.18.0+ (diff) | |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
| -rw-r--r-- | audio/mixxx/Makefile | 2 | ||||
| -rw-r--r-- | audio/mixxx22/Makefile | 2 | ||||
| -rw-r--r-- | audio/mumble/Makefile | 2 | ||||
| -rw-r--r-- | audio/murmur/Makefile | 2 | ||||
| -rw-r--r-- | audio/strawberry/Makefile | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 75e2b60d3d4f..5aac10ddae87 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -2,7 +2,7 @@ PORTNAME= clementine DISTVERSION= 1.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index a68b9b7fa63a..17550a80a199 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -2,7 +2,7 @@ PORTNAME= mixxx DISTVERSION= 2.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org diff --git a/audio/mixxx22/Makefile b/audio/mixxx22/Makefile index 16493f3bc077..1b5f36381aa1 100644 --- a/audio/mixxx22/Makefile +++ b/audio/mixxx22/Makefile @@ -3,7 +3,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.2.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio PKGNAMESUFFIX?= 22 diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 775f1cf37518..07794bd5b489 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -2,7 +2,7 @@ PORTNAME= mumble PORTVERSION= 1.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index c3147e378321..3835083797db 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -2,7 +2,7 @@ PORTNAME= murmur PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index ed60c21fb162..ca5327adb774 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,5 +1,6 @@ PORTNAME= strawberry DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://files.jkvinge.net/packages/strawberry/ |
