Date: Sat, 30 Dec 2017 22:00:03 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457644 - in head/www/otter-browser: . files Message-ID: <201712302200.vBUM03If054678@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Sat Dec 30 22:00:03 2017 New Revision: 457644 URL: https://svnweb.freebsd.org/changeset/ports/457644 Log: Update www/otter-browser to latest released version. See https://github.com/OtterBrowser/otter-browser/releases/tag/v0.9.93 , only minor changes since last month's upstream release, but FreeBSD is 10 months behind on otter releases. Default options build both WebKit and WebEngine, which is possibly a bit heavy. PR: 224607 Submitted by: Dmitri Goutnik Reported by: Dmitri Goutnik Approved by: tcberner (mentor) Added: head/www/otter-browser/pkg-message (contents, props changed) Deleted: head/www/otter-browser/files/ Modified: head/www/otter-browser/Makefile head/www/otter-browser/distinfo Modified: head/www/otter-browser/Makefile ============================================================================== --- head/www/otter-browser/Makefile Sat Dec 30 21:52:15 2017 (r457643) +++ head/www/otter-browser/Makefile Sat Dec 30 22:00:03 2017 (r457644) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= otter-browser -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.93 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= www MAINTAINER= kde@FreeBSD.org @@ -16,10 +15,23 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell USES= cmake:outsource compiler:c++11-lib desktop-file-utils USE_QT5= concurrent core dbus gui multimedia network printsupport \ - qml script sql sql-sqlite3 webkit widgets xmlpatterns \ + qml script sql sql-sqlite3 svg widgets xmlpatterns \ buildtools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= OtterBrowser + +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= QTWEBENGINE QTWEBKIT +OPTIONS_DEFAULT= QTWEBENGINE QTWEBKIT + +QTWEBENGINE_DESC= Build QtWebEngine backend +QTWEBKIT_DESC= Build QtWebKit backend + +QTWEBENGINE_USE= qt5=location,quick,webchannel,webengine +QTWEBENGINE_CMAKE_BOOL= ENABLE_QTWEBENGINE + +QTWEBKIT_USE= qt5=webkit +QTWEBKIT_CMAKE_BOOL= ENABLE_QTWEBKIT .include <bsd.port.mk> Modified: head/www/otter-browser/distinfo ============================================================================== --- head/www/otter-browser/distinfo Sat Dec 30 21:52:15 2017 (r457643) +++ head/www/otter-browser/distinfo Sat Dec 30 22:00:03 2017 (r457644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483369301 -SHA256 (OtterBrowser-otter-browser-v0.9.12_GH0.tar.gz) = 1a184561b9dbf3443cf1f83ad8604976b1b06cc00a93306331b364f237363e20 -SIZE (OtterBrowser-otter-browser-v0.9.12_GH0.tar.gz) = 4211473 +TIMESTAMP = 1514309977 +SHA256 (OtterBrowser-otter-browser-v0.9.93_GH0.tar.gz) = b0f14132fce8265b74ff14ce19ed9f4848e5c5a4bd3f28ca1db2264591777a7d +SIZE (OtterBrowser-otter-browser-v0.9.93_GH0.tar.gz) = 4518279 Added: head/www/otter-browser/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/otter-browser/pkg-message Sat Dec 30 22:00:03 2017 (r457644) @@ -0,0 +1,9 @@ +============================================================================= + +To switch to the newer QtWebEngine web backend, add this section to the +~/.config/otter/otter.conf: + +[Backends] +Web=qtwebengine + +=============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712302200.vBUM03If054678>