diff --git a/net/liferea/Makefile b/net/liferea/Makefile index ba677084c196..c9a504048911 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,46 +1,43 @@ PORTNAME= liferea -DISTVERSION= 1.14.6 -PORTREVISION= 2 +DISTVERSION= 1.16-RC4 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cmt@FreeBSD.org COMMENT= Simple RSS/RDF feed reader WWW= https://lzone.de/liferea/ LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ - libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ - libpeas-1.0.so:devel/libpeas1 \ + libsoup-3.0.so:devel/libsoup3 \ + libwebkit2gtk-4.1.so:www/webkit2-gtk@41 \ + libpeas-2.so:devel/libpeas \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} USES= compiler:c++11-lang cpe desktop-file-utils gettext \ gmake gnome libtool localbase \ pathfix pkgconfig python sqlite tar:bzip2 USE_GNOME= cairo dconf:run gtk30 gdkpixbuf intltool introspection \ libxslt libxml2 GLIB_SCHEMAS= net.sf.liferea.gschema.xml GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection # Introspection starts the program, but it may hang or crash-abort # without an X server because the Webkit compositor tries to initialize # a graphics backend MAKE_ENV+= WEBKIT_DISABLE_COMPOSITING_MODE=1 INSTALL_TARGET= install-strip -EXTRA_PATCHES= ${FILESDIR}/extra-patch-libxml:-p1 - .include diff --git a/net/liferea/distinfo b/net/liferea/distinfo index 6f3db185d4fc..fbdeb3ad9824 100644 --- a/net/liferea/distinfo +++ b/net/liferea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720963009 -SHA256 (liferea-1.14.6.tar.bz2) = 36f28e51d26eebcbd3460c53eb5cb012855a5fc6cce6bca58103dfc06353cc72 -SIZE (liferea-1.14.6.tar.bz2) = 1750293 +TIMESTAMP = 1752322945 +SHA256 (liferea-1.16-RC4.tar.bz2) = 184996d7aa568be05972ac9710d9bd2cfd53446055200efe238c89d4d736df22 +SIZE (liferea-1.16-RC4.tar.bz2) = 1794049 diff --git a/net/liferea/files/extra-patch-libxml b/net/liferea/files/extra-patch-libxml deleted file mode 100644 index abe1fb137669..000000000000 --- a/net/liferea/files/extra-patch-libxml +++ /dev/null @@ -1,28 +0,0 @@ -From be8ef494586d9ef73c04ec4ca058a9a158ae3562 Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich -Date: Sun, 31 Dec 2023 22:26:31 +0000 -Subject: [PATCH] src/node_type.h: add `#include ` for - `xmlNodePtr` type - -Without the change build fails on `libxml2-2.12.3` as: - - ../../src/node_type.h:62:64: error: unknown type name 'xmlNodePtr'; did you mean 'nodePtr'? - 62 | void (*export) (nodePtr node, xmlNodePtr cur, gboolean trusted); - | ^~~~~~~~~~ - | nodePtr ---- - src/node_type.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/node_type.h b/src/node_type.h -index fcd3e7223..a41ff52fc 100644 ---- a/src/node_type.h -+++ b/src/node_type.h -@@ -23,6 +23,7 @@ - - #include "node.h" - -+#include - #include - #include - diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist index 2777022aa05e..cd0b24f95375 100644 --- a/net/liferea/pkg-plist +++ b/net/liferea/pkg-plist @@ -1,214 +1,206 @@ bin/liferea bin/liferea-add-feed lib/liferea/girepository-1.0/Liferea-3.0.typelib lib/liferea/plugins/add-bookmark-site.plugin lib/liferea/plugins/add-bookmark-site.py lib/liferea/plugins/add-bookmark-site.ui lib/liferea/plugins/bold-unread.plugin lib/liferea/plugins/bold-unread.py +lib/liferea/plugins/download-manager.plugin +lib/liferea/plugins/download-manager.py +lib/liferea/plugins/download-manager.ui lib/liferea/plugins/getfocus.plugin lib/liferea/plugins/getfocus.py +lib/liferea/plugins/getfocus.ui lib/liferea/plugins/gnome-keyring.plugin lib/liferea/plugins/gnome-keyring.py lib/liferea/plugins/headerbar.plugin lib/liferea/plugins/headerbar.py lib/liferea/plugins/libnotify.plugin lib/liferea/plugins/libnotify.py -lib/liferea/plugins/media-player.plugin -lib/liferea/plugins/media-player.py -lib/liferea/plugins/pane.plugin -lib/liferea/plugins/pane.py -lib/liferea/plugins/plugin-installer.plugin -lib/liferea/plugins/plugin-installer.py lib/liferea/plugins/trayicon.plugin lib/liferea/plugins/trayicon.py lib/liferea/web-extension/liblifereawebextension.a lib/liferea/web-extension/liblifereawebextension.so share/applications/net.sourceforge.liferea.desktop share/dbus-1/services/net.sourceforge.liferea.service share/GConf/gsettings/liferea.convert share/icons/hicolor/16x16/apps/net.sourceforge.liferea.png share/icons/hicolor/22x22/apps/net.sourceforge.liferea.png share/icons/hicolor/24x24/apps/net.sourceforge.liferea.png share/icons/hicolor/32x32/apps/net.sourceforge.liferea.png share/icons/hicolor/48x48/apps/net.sourceforge.liferea.png share/icons/hicolor/scalable/apps/net.sourceforge.liferea-symbolic.svg share/icons/hicolor/scalable/apps/net.sourceforge.liferea.svg %%DATADIR%%/about.ui %%DATADIR%%/auth.ui %%DATADIR%%/css/liferea.css %%DATADIR%%/css/user.css %%DATADIR%%/doc/html/about_de.html %%DATADIR%%/doc/html/about_en.html %%DATADIR%%/doc/html/about_it.html +%%DATADIR%%/doc/html/about_ru.html %%DATADIR%%/doc/html/concepts_de.html %%DATADIR%%/doc/html/concepts_en.html %%DATADIR%%/doc/html/concepts_it.html -%%DATADIR%%/doc/html/enclosures_de.html -%%DATADIR%%/doc/html/enclosures_en.html -%%DATADIR%%/doc/html/enclosures_it.html +%%DATADIR%%/doc/html/concepts_ru.html %%DATADIR%%/doc/html/faq_de.html %%DATADIR%%/doc/html/faq_en.html %%DATADIR%%/doc/html/faq_it.html +%%DATADIR%%/doc/html/faq_ru.html %%DATADIR%%/doc/html/folders_de.html %%DATADIR%%/doc/html/folders_en.html %%DATADIR%%/doc/html/folders_it.html +%%DATADIR%%/doc/html/folders_ru.html %%DATADIR%%/doc/html/headlines_de.html %%DATADIR%%/doc/html/headlines_en.html %%DATADIR%%/doc/html/headlines_it.html +%%DATADIR%%/doc/html/headlines_ru.html %%DATADIR%%/doc/html/help_feed_default.png %%DATADIR%%/doc/html/help_feed_error.png %%DATADIR%%/doc/html/help_feed_prop_adv_1.6.0.png %%DATADIR%%/doc/html/help_feed_prop_cache_1.6.0.png %%DATADIR%%/doc/html/help_feed_prop_downl_1.6.0.png %%DATADIR%%/doc/html/help_feed_prop_general_1.6.0.png %%DATADIR%%/doc/html/help_feed_prop_source_1.6.0.png %%DATADIR%%/doc/html/help_folder.png %%DATADIR%%/doc/html/help_item_flag.png %%DATADIR%%/doc/html/help_item_unread.png %%DATADIR%%/doc/html/help_opml.png %%DATADIR%%/doc/html/help_prefs_browser_1.14.0.png %%DATADIR%%/doc/html/help_prefs_desktop_1.14.0.png -%%DATADIR%%/doc/html/help_prefs_enclosures_1.14.0.png %%DATADIR%%/doc/html/help_prefs_feeds_1.14.0.png %%DATADIR%%/doc/html/help_prefs_folders_1.14.0.png %%DATADIR%%/doc/html/help_prefs_headlines_1.14.0.png %%DATADIR%%/doc/html/help_prefs_proxy_1.14.0.png %%DATADIR%%/doc/html/help_search_1.6.0.png %%DATADIR%%/doc/html/help_subscribe_1.6.0.png %%DATADIR%%/doc/html/help_subscribe_adv_1.6.0.png %%DATADIR%%/doc/html/help_vfolder_1.6.0.png %%DATADIR%%/doc/html/newsbin_de.html %%DATADIR%%/doc/html/newsbin_en.html %%DATADIR%%/doc/html/newsbin_it.html +%%DATADIR%%/doc/html/newsbin_ru.html %%DATADIR%%/doc/html/onlineservices_de.html %%DATADIR%%/doc/html/onlineservices_en.html %%DATADIR%%/doc/html/onlineservices_it.html +%%DATADIR%%/doc/html/onlineservices_ru.html %%DATADIR%%/doc/html/preferences_de.html %%DATADIR%%/doc/html/preferences_en.html %%DATADIR%%/doc/html/preferences_it.html +%%DATADIR%%/doc/html/preferences_ru.html %%DATADIR%%/doc/html/reference_de.html %%DATADIR%%/doc/html/reference_en.html %%DATADIR%%/doc/html/reference_it.html +%%DATADIR%%/doc/html/reference_ru.html %%DATADIR%%/doc/html/reference.css %%DATADIR%%/doc/html/searching_de.html %%DATADIR%%/doc/html/searching_en.html %%DATADIR%%/doc/html/searching_it.html +%%DATADIR%%/doc/html/searching_ru.html %%DATADIR%%/doc/html/subscriptions_de.html %%DATADIR%%/doc/html/subscriptions_en.html %%DATADIR%%/doc/html/subscriptions_it.html +%%DATADIR%%/doc/html/subscriptions_ru.html %%DATADIR%%/doc/html/topics_de.html %%DATADIR%%/doc/html/topics_en.html %%DATADIR%%/doc/html/topics_it.html +%%DATADIR%%/doc/html/topics_ru.html %%DATADIR%%/doc/html/updating_de.html %%DATADIR%%/doc/html/updating_en.html %%DATADIR%%/doc/html/updating_it.html +%%DATADIR%%/doc/html/updating_ru.html %%DATADIR%%/dtd/html.ent -%%DATADIR%%/enclosure_handler.ui %%DATADIR%%/gir-1.0/Liferea-3.0.gir %%DATADIR%%/google_source.ui -%%DATADIR%%/js/gresource.xml -%%DATADIR%%/js/htmlview.js -%%DATADIR%%/js/Readability.js -%%DATADIR%%/js/Readability-readerable.js %%DATADIR%%/liferea_menu.ui %%DATADIR%%/liferea_toolbar.ui %%DATADIR%%/liferea.css %%DATADIR%%/mainwindow.ui %%DATADIR%%/mark_read_dialog.ui %%DATADIR%%/new_folder.ui %%DATADIR%%/new_newsbin.ui %%DATADIR%%/new_subscription.ui %%DATADIR%%/node_source.ui %%DATADIR%%/opml_source.ui %%DATADIR%%/opml/feedlist_bg.opml %%DATADIR%%/opml/feedlist_ca.opml %%DATADIR%%/opml/feedlist_de.opml %%DATADIR%%/opml/feedlist_en.opml %%DATADIR%%/opml/feedlist_es.opml %%DATADIR%%/opml/feedlist_eu.opml %%DATADIR%%/opml/feedlist_fa.opml %%DATADIR%%/opml/feedlist_fr.opml %%DATADIR%%/opml/feedlist_gl.opml %%DATADIR%%/opml/feedlist_he.opml %%DATADIR%%/opml/feedlist_hu.opml %%DATADIR%%/opml/feedlist_id.opml %%DATADIR%%/opml/feedlist_it.opml %%DATADIR%%/opml/feedlist_nl.opml %%DATADIR%%/opml/feedlist_no.opml %%DATADIR%%/opml/feedlist_pl.opml %%DATADIR%%/opml/feedlist_pt_BR.opml %%DATADIR%%/opml/feedlist_pt.opml %%DATADIR%%/opml/feedlist_sk.opml %%DATADIR%%/opml/feedlist_sv.opml %%DATADIR%%/pixmaps/default.svg -%%DATADIR%%/pixmaps/emblem-important.png +%%DATADIR%%/pixmaps/emblem-important.svg %%DATADIR%%/pixmaps/emblem-web.svg %%DATADIR%%/pixmaps/fl_opml.png %%DATADIR%%/pixmaps/folder-saved-search.png %%DATADIR%%/pixmaps/folder.png -%%DATADIR%%/pixmaps/mail-attachment.png %%DATADIR%%/pixmaps/newsbin.png %%DATADIR%%/pixmaps/unread.png +%%DATADIR%%/plugins.ui %%DATADIR%%/prefs.ui %%DATADIR%%/properties.ui %%DATADIR%%/reedah_source.ui %%DATADIR%%/rename_node.ui %%DATADIR%%/search_folder.ui %%DATADIR%%/search.ui %%DATADIR%%/simple_search.ui %%DATADIR%%/simple_subscription.ui %%DATADIR%%/theoldreader_source.ui %%DATADIR%%/ttrss_source.ui %%DATADIR%%/update_monitor.ui -%%DATADIR%%/xslt/feed.xml -%%DATADIR%%/xslt/folder.xml -%%DATADIR%%/xslt/html5-extract.xml -%%DATADIR%%/xslt/html-extract.xml -%%DATADIR%%/xslt/i18n-filter.xslt -%%DATADIR%%/xslt/item.xml -%%DATADIR%%/xslt/newsbin.xml -%%DATADIR%%/xslt/reader.xml -%%DATADIR%%/xslt/source.xml -%%DATADIR%%/xslt/vfolder.xml share/locale/ar/LC_MESSAGES/liferea.mo share/locale/ast/LC_MESSAGES/liferea.mo share/locale/be@latin/LC_MESSAGES/liferea.mo share/locale/bg/LC_MESSAGES/liferea.mo share/locale/ca/LC_MESSAGES/liferea.mo share/locale/cs/LC_MESSAGES/liferea.mo share/locale/da/LC_MESSAGES/liferea.mo share/locale/de/LC_MESSAGES/liferea.mo share/locale/el/LC_MESSAGES/liferea.mo share/locale/en_GB/LC_MESSAGES/liferea.mo share/locale/es/LC_MESSAGES/liferea.mo share/locale/eu/LC_MESSAGES/liferea.mo share/locale/fi/LC_MESSAGES/liferea.mo share/locale/fr/LC_MESSAGES/liferea.mo share/locale/gl/LC_MESSAGES/liferea.mo share/locale/he/LC_MESSAGES/liferea.mo share/locale/hu/LC_MESSAGES/liferea.mo share/locale/id/LC_MESSAGES/liferea.mo share/locale/it/LC_MESSAGES/liferea.mo share/locale/ja/LC_MESSAGES/liferea.mo share/locale/ko/LC_MESSAGES/liferea.mo share/locale/lt/LC_MESSAGES/liferea.mo share/locale/lv/LC_MESSAGES/liferea.mo share/locale/mk/LC_MESSAGES/liferea.mo share/locale/nl/LC_MESSAGES/liferea.mo share/locale/pl/LC_MESSAGES/liferea.mo share/locale/pt_BR/LC_MESSAGES/liferea.mo share/locale/pt/LC_MESSAGES/liferea.mo share/locale/ro/LC_MESSAGES/liferea.mo share/locale/ru/LC_MESSAGES/liferea.mo share/locale/sk/LC_MESSAGES/liferea.mo share/locale/sq/LC_MESSAGES/liferea.mo share/locale/sv/LC_MESSAGES/liferea.mo share/locale/tr/LC_MESSAGES/liferea.mo share/locale/uk/LC_MESSAGES/liferea.mo share/locale/vi/LC_MESSAGES/liferea.mo share/locale/zh_CN/LC_MESSAGES/liferea.mo share/locale/zh_TW/LC_MESSAGES/liferea.mo share/man/it/man1/liferea.1.gz share/man/man1/liferea.1.gz share/metainfo/net.sourceforge.liferea.appdata.xml