Index: head/www/otter-browser/Makefile =================================================================== --- head/www/otter-browser/Makefile (revision 439256) +++ head/www/otter-browser/Makefile (revision 439257) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= otter-browser PORTVERSION= 0.9.12 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 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 \ buildtools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= OtterBrowser .include Index: head/www/otter-browser/files/patch-git_8b5934 =================================================================== --- head/www/otter-browser/files/patch-git_8b5934 (nonexistent) +++ head/www/otter-browser/files/patch-git_8b5934 (revision 439257) @@ -0,0 +1,22 @@ +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 ___________________________________________________________________ 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