aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-07-01 14:06:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-07-01 14:25:28 +0000
commit63080ad5e376f73947de5f570ef7ee74e0bad0b5 (patch)
tree2a20936c75a6c4ef589bfef03795daeb40e8681c
parent7908ee7e36e76be2b89293298b19c07abbd22ce6 (diff)
downloadports-63080ad5e376f73947de5f570ef7ee74e0bad0b5.tar.gz
ports-63080ad5e376f73947de5f570ef7ee74e0bad0b5.zip
deskutils/bijiben: prefer tracker3 over tracker2
While the port can use every version of tracker, tracker3 is preferred Note that tracker2 is discontinued upstream
-rw-r--r--deskutils/bijiben/Makefile4
1 files 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 \