git: 6a96a7f9e67a - main - deskutils/gnome-calendar: Use libsoup3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Feb 2023 19:59:01 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a96a7f9e67a05bfbd78b82b1a9cbe258d003274 commit 6a96a7f9e67a05bfbd78b82b1a9cbe258d003274 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2023-02-17 19:59:28 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2023-02-17 19:59:28 +0000 deskutils/gnome-calendar: Use libsoup3 --- deskutils/gnome-calendar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \