Date: Sun, 25 Aug 2024 13:21:48 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5482e72da0f4 - main - */*: Bump PORTVERSION of libmusicbrainz(5) consumers Message-ID: <202408251321.47PDLmDc021435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5482e72da0f439a7d6a0c9543517293612ebb1c4 commit 5482e72da0f439a7d6a0c9543517293612ebb1c4 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-08-25 13:20:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-08-25 13:21:37 +0000 */*: Bump PORTVERSION of libmusicbrainz(5) consumers ..due to shlib change Reported by: jhale --- audio/cyanrip/Makefile | 1 + audio/goobox/Makefile | 2 +- audio/libkcddb/Makefile | 1 + audio/sound-juicer/Makefile | 2 +- x11-fm/sushi/Makefile | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile index f8b193b1b73a..8aa00040ee7d 100644 --- a/audio/cyanrip/Makefile +++ b/audio/cyanrip/Makefile @@ -1,6 +1,7 @@ PORTNAME= cyanrip DISTVERSIONPREFIX= v DISTVERSION= 0.9.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/cyanreg/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ DISTNAME= ${PORTNAME}-src-${DISTVERSIONFULL} diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index adae0e19a284..b438ac95f2dc 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -1,6 +1,6 @@ PORTNAME= goobox PORTVERSION= 3.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/audio/libkcddb/Makefile b/audio/libkcddb/Makefile index b77fffda1453..e593a5125ab0 100644 --- a/audio/libkcddb/Makefile +++ b/audio/libkcddb/Makefile @@ -1,5 +1,6 @@ PORTNAME= libkcddb DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 91ed8f3f62c1..25765695d7cc 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,6 +1,6 @@ PORTNAME= sound-juicer PORTVERSION= 3.38.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index e9a8fe3bb115..af84567d9f3c 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -1,6 +1,6 @@ PORTNAME= sushi PORTVERSION= 42.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408251321.47PDLmDc021435>