diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/grilo/Makefile | 17 | ||||
-rw-r--r-- | net/grilo/distinfo | 6 | ||||
-rw-r--r-- | net/grilo/pkg-plist | 4 | ||||
-rw-r--r-- | net/haproxy30/Makefile | 4 |
4 files changed, 19 insertions, 12 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index f41f7bbf91ea..9be76d2d3b81 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,24 +1,26 @@ PORTNAME= grilo -PORTVERSION= 0.3.16 +PORTVERSION= 0.3.19 +PORTREVISION= 1 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 \ +USES= cpe gettext-tools gnome localbase meson pathfix pkgconfig \ python:build tar:xz vala:build CPE_VENDOR= gnome USE_LDCONFIG= yes -USE_GNOME= glib20 introspection:build libxml2 +# libxml2 is not really needed at all, see: + https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/109 +USE_GNOME= glib20 introspection:build libxml2:build BINARY_ALIAS= python=${PYTHON_VERSION} MESON_ARGS= -Denable-gtk-doc=false -Dsoup3=true @@ -28,8 +30,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 diff --git a/net/haproxy30/Makefile b/net/haproxy30/Makefile index 3535f05cd8f8..02bc29f7eb97 100644 --- a/net/haproxy30/Makefile +++ b/net/haproxy30/Makefile @@ -19,9 +19,9 @@ USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua haproxy-wolfssl lua_CONFLICTS_INSTALL= haproxy-devel haproxy-wolfssl -lua_PKGNAMESUFFIX= 30-lua +lua_PKGNAMESUFFIX:= 30-lua wolfssl_CONFLICTS_INSTALL= haproxy-devel haproxy-lua -wolfssl_PKGNAMESUFFIX= -wolfssl +wolfssl_PKGNAMESUFFIX= 30-wolfssl CONFLICTS_INSTALL= haproxy haproxy24 haproxy26 haproxy28 |