Index: head/www/otter-browser/files/patch-git_8b5934 =================================================================== --- head/www/otter-browser/files/patch-git_8b5934 (revision 457643) +++ head/www/otter-browser/files/patch-git_8b5934 (nonexistent) @@ -1,22 +0,0 @@ -From 8b5934e3aff890b8111d72eff258c6c922985ade Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20Dutkiewicz?= -Date: Fri, 10 Feb 2017 19:39:33 +0100 -Subject: [PATCH] Look for Hunspell 1.6 - ---- - cmake/FindHunspell.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/FindHunspell.cmake b/cmake/FindHunspell.cmake -index 8aeaf8d..de0dfdd 100644 ---- cmake/FindHunspell.cmake -+++ cmake/FindHunspell.cmake -@@ -12,7 +12,7 @@ IF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx) --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE Property changes on: head/www/otter-browser/files/patch-git_8b5934 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/otter-browser/Makefile =================================================================== --- head/www/otter-browser/Makefile (revision 457643) +++ head/www/otter-browser/Makefile (revision 457644) @@ -1,25 +1,37 @@ # $FreeBSD$ PORTNAME= otter-browser -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.93 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= www MAINTAINER= kde@FreeBSD.org COMMENT= Browser based on Qt 5 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING 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 Index: head/www/otter-browser/distinfo =================================================================== --- head/www/otter-browser/distinfo (revision 457643) +++ head/www/otter-browser/distinfo (revision 457644) @@ -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 Index: head/www/otter-browser/pkg-message =================================================================== --- head/www/otter-browser/pkg-message (nonexistent) +++ head/www/otter-browser/pkg-message (revision 457644) @@ -0,0 +1,9 @@ +============================================================================= + +To switch to the newer QtWebEngine web backend, add this section to the +~/.config/otter/otter.conf: + +[Backends] +Web=qtwebengine + +============================================================================= Property changes on: head/www/otter-browser/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property