From owner-svn-ports-all@freebsd.org Tue May 23 21:17:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD3CDD7BCC0; Tue, 23 May 2017 21:17:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B951FF5; Tue, 23 May 2017 21:17:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4NLGx7K021862; Tue, 23 May 2017 21:16:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4NLGx4r021859; Tue, 23 May 2017 21:16:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705232116.v4NLGx4r021859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 23 May 2017 21:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441552 - head/net/liferea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 21:17:00 -0000 Author: kwm Date: Tue May 23 21:16:59 2017 New Revision: 441552 URL: https://svnweb.freebsd.org/changeset/ports/441552 Log: Update liferea to 1.12-rc3. * Switch to webkit2-gtk3 \o/ (which is maintained upstream) * Review dependancies Modified: head/net/liferea/Makefile head/net/liferea/distinfo head/net/liferea/pkg-plist Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Tue May 23 20:10:27 2017 (r441551) +++ head/net/liferea/Makefile Tue May 23 21:16:59 2017 (r441552) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= liferea -PORTVERSION= 1.10.18 +DISTVERSION= 1.12-rc3 CATEGORIES= net gnome -MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION:S/.r/-rc/}/ MAINTAINER= kwm@FreeBSD.org COMMENT= Simple RSS/RDF feed reader @@ -12,29 +12,22 @@ COMMENT= Simple RSS/RDF feed reader LICENSE= GPLv2 BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libpeas-1.0.so:devel/libpeas \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas + ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - python:2 sqlite tar:bzip2 -USE_GNOME= dconf:run gtk30 intltool introspection:build \ - libxslt:build libxml2 +USES= desktop-file-utils gettext gmake gnome libtool localbase \ + pathfix pkgconfig python:3 sqlite tar:bzip2 +USE_GNOME= cairo dconf:run gtk30 intltool introspection \ + libxslt libxml2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-libindicate --enable-introspection +CONFIGURE_ARGS= --enable-introspection GLIB_SCHEMAS= net.sf.liferea.gschema.xml INSTALLS_ICONS= yes -OPTIONS_DEFINE= NOTIFY -OPTIONS_DEFAULT=NOTIFY - -NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify -NOTIFY_CONFIGURE_ENABLE=libnotify - .include Modified: head/net/liferea/distinfo ============================================================================== --- head/net/liferea/distinfo Tue May 23 20:10:27 2017 (r441551) +++ head/net/liferea/distinfo Tue May 23 21:16:59 2017 (r441552) @@ -1,2 +1,3 @@ -SHA256 (liferea-1.10.18.tar.bz2) = 0f55a3ee77b84d2494a8c27fc0c3ea92eefda519af42e162324b08382a06de77 -SIZE (liferea-1.10.18.tar.bz2) = 1446932 +TIMESTAMP = 1493330118 +SHA256 (liferea-1.12-rc3.tar.bz2) = 798e2d54c7b212e3763bcb08048bc261a9443a26c3d3d49bd197b08d7584a635 +SIZE (liferea-1.12-rc3.tar.bz2) = 1474948 Modified: head/net/liferea/pkg-plist ============================================================================== --- head/net/liferea/pkg-plist Tue May 23 20:10:27 2017 (r441551) +++ head/net/liferea/pkg-plist Tue May 23 21:16:59 2017 (r441552) @@ -3,19 +3,28 @@ bin/liferea-add-feed lib/liferea/girepository-1.0/Liferea-3.0.typelib lib/liferea/plugins/gnome-keyring.plugin lib/liferea/plugins/gnome-keyring.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/trayicon.plugin +lib/liferea/plugins/trayicon.py +lib/liferea/web-extension/liblifereawebextension.a +lib/liferea/web-extension/liblifereawebextension.so man/man1/liferea.1.gz man/pl/man1/liferea.1.gz share/GConf/gsettings/liferea.convert share/appdata/liferea.appdata.xml -share/applications/liferea.desktop +share/applications/net.sourceforge.liferea.desktop +share/dbus-1/services/net.sourceforge.liferea.service share/icons/hicolor/16x16/apps/liferea.png share/icons/hicolor/22x22/apps/liferea.png share/icons/hicolor/24x24/apps/liferea.png share/icons/hicolor/32x32/apps/liferea.png share/icons/hicolor/48x48/apps/liferea.png +share/icons/hicolor/scalable/apps/liferea-symbolic.svg share/icons/hicolor/scalable/apps/liferea.svg +%%DATADIR%%/about.ui %%DATADIR%%/auth.ui %%DATADIR%%/css/adblock.css %%DATADIR%%/css/liferea.css @@ -72,10 +81,14 @@ share/icons/hicolor/scalable/apps/lifere %%DATADIR%%/doc/html/updating_de.html %%DATADIR%%/doc/html/updating_en.html %%DATADIR%%/dtd/html.ent +%%DATADIR%%/enclosure_handler.ui %%DATADIR%%/gir-1.0/Liferea-3.0.gir %%DATADIR%%/google_source.ui %%DATADIR%%/inoreader_source.ui -%%DATADIR%%/liferea.ui +%%DATADIR%%/liferea.css +%%DATADIR%%/mainwindow.ui +%%DATADIR%%/new_folder.ui +%%DATADIR%%/new_newsbin.ui %%DATADIR%%/new_subscription.ui %%DATADIR%%/node_source.ui %%DATADIR%%/opml/feedlist_bg.opml @@ -96,28 +109,29 @@ share/icons/hicolor/scalable/apps/lifere %%DATADIR%%/opml/feedlist_sk.opml %%DATADIR%%/opml/feedlist_sv.opml %%DATADIR%%/opml_source.ui -%%DATADIR%%/pixmaps/attachment.png %%DATADIR%%/pixmaps/available.png %%DATADIR%%/pixmaps/available_offline.png -%%DATADIR%%/pixmaps/bookmark.png -%%DATADIR%%/pixmaps/comments.png %%DATADIR%%/pixmaps/default.png -%%DATADIR%%/pixmaps/directory.png +%%DATADIR%%/pixmaps/emblem-important.png %%DATADIR%%/pixmaps/empty.png %%DATADIR%%/pixmaps/empty_offline.png %%DATADIR%%/pixmaps/fl_opml.png -%%DATADIR%%/pixmaps/flag.png -%%DATADIR%%/pixmaps/grayflag.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%%/pixmaps/vfolder.png %%DATADIR%%/prefs.ui +%%DATADIR%%/properties.ui %%DATADIR%%/reedah_source.ui +%%DATADIR%%/rename_node.ui %%DATADIR%%/search.ui %%DATADIR%%/search_folder.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/i18n-filter.xslt @@ -141,6 +155,7 @@ 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