Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2025 20:59:58 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2122511a9988 - main - net/grilo: update to 0.3.19
Message-ID:  <202506222059.55MKxw37048739@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2122511a998816f176a1ac5b0041ca63d09956df

commit 2122511a998816f176a1ac5b0041ca63d09956df
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2025-06-22 20:32:00 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-22 20:59:28 +0000

    net/grilo: update to 0.3.19
    
    - Update to 0.3.19
    
    - Fix LICENSE block
    
    - Adjust WWW entry (wiki page has been retired)
    
    - libxml2 is not needed (truckman)
    
    PR:             287544 286697
---
 net/grilo/Makefile  | 12 ++++++------
 net/grilo/distinfo  |  6 +++---
 net/grilo/pkg-plist |  4 ++++
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/net/grilo/Makefile b/net/grilo/Makefile
index f41f7bbf91ea..f147e0fb3366 100644
--- a/net/grilo/Makefile
+++ b/net/grilo/Makefile
@@ -1,24 +1,23 @@
 PORTNAME=	grilo
-PORTVERSION=	0.3.16
+PORTVERSION=	0.3.19
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Framework focused on making media discovery and browsing
-WWW=		https://wiki.gnome.org/Grilo
+WWW=		https://gitlab.gnome.org/GNOME/grilo
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsoup-3.0.so:devel/libsoup3 \
-		liboauth.so:net/liboauth \
 		libtotem-plparser.so:multimedia/totem-pl-parser
 
 USES=		cpe gettext gnome localbase meson pathfix pkgconfig \
 		python:build tar:xz vala:build
 CPE_VENDOR=	gnome
 USE_LDCONFIG=	yes
-USE_GNOME=	glib20 introspection:build libxml2
+USE_GNOME=	glib20 introspection:build
 BINARY_ALIAS=	python=${PYTHON_VERSION}
 
 MESON_ARGS=	-Denable-gtk-doc=false -Dsoup3=true
@@ -28,8 +27,9 @@ OPTIONS_DEFINE=	UI
 
 UI_DESC=	Enable testing UI
 UI_MESON_TRUE=	enable-test-ui
+UI_LIB_DEPENDS=	liboauth.so:net/liboauth
 UI_USE=		GNOME=gdkpixbuf,gtk30
 
-PLIST_SUB+=	LIBVER=316
+PLIST_SUB+=	LIBVER=319
 
 .include <bsd.port.mk>
diff --git a/net/grilo/distinfo b/net/grilo/distinfo
index 361764556fe3..3a5cb6f3768c 100644
--- a/net/grilo/distinfo
+++ b/net/grilo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741163162
-SHA256 (grilo-0.3.16.tar.xz) = 884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96
-SIZE (grilo-0.3.16.tar.xz) = 241660
+TIMESTAMP = 1749917040
+SHA256 (grilo-0.3.19.tar.xz) = 0869c81d19ab139c667d79567c14ddcb6cb5cbfc0108d04cade287eb29536706
+SIZE (grilo-0.3.19.tar.xz) = 246376
diff --git a/net/grilo/pkg-plist b/net/grilo/pkg-plist
index 2eccd82c91c2..9d232930fc49 100644
--- a/net/grilo/pkg-plist
+++ b/net/grilo/pkg-plist
@@ -65,12 +65,14 @@ share/locale/fr/LC_MESSAGES/grilo.mo
 share/locale/fur/LC_MESSAGES/grilo.mo
 share/locale/gl/LC_MESSAGES/grilo.mo
 share/locale/he/LC_MESSAGES/grilo.mo
+share/locale/hi/LC_MESSAGES/grilo.mo
 share/locale/hr/LC_MESSAGES/grilo.mo
 share/locale/hu/LC_MESSAGES/grilo.mo
 share/locale/id/LC_MESSAGES/grilo.mo
 share/locale/it/LC_MESSAGES/grilo.mo
 share/locale/ja/LC_MESSAGES/grilo.mo
 share/locale/ka/LC_MESSAGES/grilo.mo
+share/locale/kab/LC_MESSAGES/grilo.mo
 share/locale/ko/LC_MESSAGES/grilo.mo
 share/locale/lt/LC_MESSAGES/grilo.mo
 share/locale/lv/LC_MESSAGES/grilo.mo
@@ -91,9 +93,11 @@ share/locale/sl/LC_MESSAGES/grilo.mo
 share/locale/sr/LC_MESSAGES/grilo.mo
 share/locale/sr@latin/LC_MESSAGES/grilo.mo
 share/locale/sv/LC_MESSAGES/grilo.mo
+share/locale/th/LC_MESSAGES/grilo.mo
 share/locale/tg/LC_MESSAGES/grilo.mo
 share/locale/tr/LC_MESSAGES/grilo.mo
 share/locale/uk/LC_MESSAGES/grilo.mo
+share/locale/uz/LC_MESSAGES/grilo.mo
 share/locale/zh_CN/LC_MESSAGES/grilo.mo
 share/locale/zh_HK/LC_MESSAGES/grilo.mo
 share/locale/zh_TW/LC_MESSAGES/grilo.mo


help

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