Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2023 09:09:16 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cd8f4d00331 - main - x11-fm/thunar: Update/correct dependencies
Message-ID:  <202310020909.39299GdQ053381@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit 0cd8f4d00331e76340db43b9c39f3cfe8d5904d3
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-10-02 09:06:38 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-10-02 09:06:38 +0000

    x11-fm/thunar: Update/correct dependencies
    
    - xfce4-tumbler is being used at runtime via dbus
    - --enable-pcre configure option was retired
    - the sbr-plugin option is depending on pcre2, which is not used
      otherwise
---
 x11-fm/thunar/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 81e15ac0f535..cf4e905e5ebc 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	thunar
 DISTVERSION=	4.18.7
+PORTREVISION=	1
 CATEGORIES=	x11-fm xfce
 MASTER_SITES=	XFCE
 DIST_SUBDIR=	xfce4
@@ -13,10 +14,9 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LIB
 
-LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
-		libpcre2-8.so:devel/pcre2 \
-		libtumbler-1.so:deskutils/xfce4-tumbler
-RUN_DEPENDS=	pkexec:sysutils/polkit
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
+RUN_DEPENDS=	pkexec:sysutils/polkit \
+		xfce4-tumbler>0:deskutils/xfce4-tumbler
 
 USES=		compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \
 		libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
@@ -62,8 +62,8 @@ NOTIFY_LIB_DEPENDS=		libnotify.so:devel/libnotify
 PLUG_APR_CONFIGURE_ENABLE=	apr-plugin exif
 PLUG_APR_LIB_DEPENDS=		libexif.so:graphics/libexif
 
-PLUG_SBR_CONFIGURE_ENABLE=	pcre sbr-plugin
-PLUG_SBR_LIB_DEPENDS=		libpcre.so:devel/pcre
+PLUG_SBR_CONFIGURE_ENABLE=	sbr-plugin
+PLUG_SBR_LIB_DEPENDS=		libpcre2-8.so:devel/pcre2
 
 PLUG_TPA_CONFIGURE_ENABLE=	tpa-plugin
 PLUG_TPA_USE=			GNOME=gvfs \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310020909.39299GdQ053381>