git: de5d06eb1d80 - main - depedencies: fix wrong dependencies on libcanberra-gtk.so

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Fri, 20 May 2022 07:04:09 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de5d06eb1d804c136e8c7ac8a971d890160de842

commit de5d06eb1d804c136e8c7ac8a971d890160de842
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-05-20 07:01:59 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-05-20 07:04:07 +0000

    depedencies: fix wrong dependencies on libcanberra-gtk.so
    
    Since those packages were switced to gtk3 they never depended on
    libcanberra-gtk.so anymore (gtk2)
    
    PR:             264092
    Reported by:    Jonathan Chen <jonc@chen.org.nz>
---
 audio/mate-media/Makefile              | 5 ++---
 deskutils/mate-utils/Makefile          | 2 +-
 graphics/rawtherapee/Makefile          | 3 +--
 sysutils/mate-control-center/Makefile  | 5 ++---
 sysutils/mate-power-manager/Makefile   | 4 ++--
 sysutils/mate-settings-daemon/Makefile | 2 +-
 6 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile
index 28e7b5018ae7..4f45d5225ea7 100644
--- a/audio/mate-media/Makefile
+++ b/audio/mate-media/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mate-media
 PORTVERSION=	1.26.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -14,8 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
-LIB_DEPENDS=	libcanberra-gtk.so:audio/libcanberra \
-		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libstartup-notification-1.so:x11/startup-notification \
diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile
index bc3d44fab8f3..124a33fa2470 100644
--- a/deskutils/mate-utils/Makefile
+++ b/deskutils/mate-utils/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mate-utils
 PORTVERSION=	1.26.0
+PORTREVISION=	1
 CATEGORIES=	deskutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -18,7 +19,6 @@ LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING.libs
 BUILD_DEPENDS=	itstool:textproc/itstool
 
 LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \
-		libcanberra-gtk.so:audio/libcanberra \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3
 
 PORTSCOUT=	limitw:1,even
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index 070210741f53..5f6f3c1b0a73 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	rawtherapee
 PORTVERSION=	5.8
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	https://rawtherapee.com/shared/source/ \
 		LOCAL/mandree/
@@ -14,7 +14,6 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	\
 		liblensfun.so:graphics/lensfun \
-		libcanberra-gtk.so:audio/libcanberra \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libexpat.so:textproc/expat2 \
 		libfftw3.so:math/fftw3 \
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile
index 4b5ef0b48926..9a1dcbbd0749 100644
--- a/sysutils/mate-control-center/Makefile
+++ b/sysutils/mate-control-center/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mate-control-center
 PORTVERSION=	1.26.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -15,8 +15,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
-LIB_DEPENDS=	libcanberra-gtk.so:audio/libcanberra \
-		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libxklavier.so:x11/libxklavier \
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile
index 0a5c5a846274..ba2b2a5eace1 100644
--- a/sysutils/mate-power-manager/Makefile
+++ b/sysutils/mate-power-manager/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mate-power-manager
 PORTVERSION=	1.26.0
+PORTREVISION=	1
 CATEGORIES=	sysutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -13,8 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
-LIB_DEPENDS=	libcanberra-gtk.so:audio/libcanberra \
-		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libfontconfig.so:x11-fonts/fontconfig \
diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile
index 1cf736781f88..9073794ac862 100644
--- a/sysutils/mate-settings-daemon/Makefile
+++ b/sysutils/mate-settings-daemon/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mate-settings-daemon
 PORTVERSION=	1.26.0
+PORTREVISION=	1
 CATEGORIES=	sysutils mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -20,7 +21,6 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libpolkit-gobject-1.so:sysutils/polkit \
 		libstartup-notification-1.so:x11/startup-notification \
-		libcanberra-gtk.so:audio/libcanberra \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libnspr4.so:devel/nspr \
 		libnotify.so:devel/libnotify