aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2023-02-17 19:59:28 +0000
committerNeel Chauhan <nc@FreeBSD.org>2023-02-17 19:59:28 +0000
commit6a96a7f9e67a05bfbd78b82b1a9cbe258d003274 (patch)
treec667f631f532dbd5a543d51cbd28cf657f55a5c7
parent6cd74a63fac38b89ee13206d2234e863d0175a8b (diff)
downloadports-6a96a7f9e67a05bfbd78b82b1a9cbe258d003274.tar.gz
ports-6a96a7f9e67a05bfbd78b82b1a9cbe258d003274.zip
deskutils/gnome-calendar: Use libsoup3
-rw-r--r--deskutils/gnome-calendar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/gnome-calendar/Makefile b/deskutils/gnome-calendar/Makefile
index 6545699a215d..78e602559b15 100644
--- a/deskutils/gnome-calendar/Makefile
+++ b/deskutils/gnome-calendar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gnome-calendar
PORTVERSION= 42.2
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
LIB_DEPENDS= libical.so:devel/libical \
libdazzle-1.0.so:x11-toolkits/libdazzle \
- libsoup-2.4.so:devel/libsoup \
+ libsoup-3.0.so:devel/libsoup3 \
libgweather-4.so:net/libgweather4 \
libgeoclue-2.so:net/geoclue \
libgeocode-glib.so:net/geocode-glib \