git: 63080ad5e376 - main - deskutils/bijiben: prefer tracker3 over tracker2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 14:25:30 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63080ad5e376f73947de5f570ef7ee74e0bad0b5
commit 63080ad5e376f73947de5f570ef7ee74e0bad0b5
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-07-01 14:06:51 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-07-01 14:25:28 +0000
deskutils/bijiben: prefer tracker3 over tracker2
While the port can use every version of tracker, tracker3 is preferred
Note that tracker2 is discontinued upstream
---
deskutils/bijiben/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile
index 2b876018b55c..ad71282435b6 100644
--- a/deskutils/bijiben/Makefile
+++ b/deskutils/bijiben/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bijiben
PORTVERSION= 40.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -17,7 +17,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
-LIB_DEPENDS= libtracker-control-2.0.so:sysutils/tracker \
+LIB_DEPENDS= libtracker-sparql-3.0.so:sysutils/tracker3 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libgoa-1.0.so:net/gnome-online-accounts \
libical.so:devel/libical \