Hi

The attached patch brings otter to the newest release 0.9.04 (wich has support 
for  mouse gestures).


mfg Tobias
Index: Makefile
===================================================================
--- Makefile	(revision 376817)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	otter
-PORTVERSION=	0.9.03
+PORTVERSION=	0.9.04
 CATEGORIES=	www
 # Avoid pkgname conflict with misc/otter
 PKGNAMESUFFIX=	-browser
@@ -18,7 +18,7 @@
 GH_ACCOUNT=	Emdek
 GH_PROJECT=	otter
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	cc6c9a7
+GH_COMMIT=	869d29d
 
 PLIST_FILES=	bin/otter-browser \
 		share/applications/otter-browser.desktop
Index: distinfo
===================================================================
--- distinfo	(revision 376817)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (otter-v0.9.03.tar.gz) = 0387e5b79187637580a045ad7f13cb6efc8891d7fe0c52b088db52a6293d6f27
-SIZE (otter-v0.9.03.tar.gz) = 1497676
+SHA256 (otter-v0.9.04.tar.gz) = 41d69f4494bbb0fb92012c9672e25381d315cdc013aade11729dad6ac50fb86c
+SIZE (otter-v0.9.04.tar.gz) = 1829415
Index: files/patch-CMakeLists.txt
===================================================================
--- files/patch-CMakeLists.txt	(revision 376817)
+++ files/patch-CMakeLists.txt	(working copy)
@@ -1,10 +1,10 @@
---- CMakeLists.txt.orig        2014-11-01 22:44:51.000000000 +0100
-+++ CMakeLists.txt     2014-11-17 16:36:54.938559771 +0100
-@@ -54,6 +54,7 @@
+--- CMakeLists.txt.orig	2015-01-12 08:54:49 UTC
++++ CMakeLists.txt
+@@ -54,6 +54,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
  set(CMAKE_AUTOMOC ON)
  
  find_package(Qt5Core REQUIRED)
 +find_package(Qt5Concurrent REQUIRED)
+ find_package(Qt5Gui REQUIRED)
+ find_package(Qt5Multimedia REQUIRED)
  find_package(Qt5Network REQUIRED)
- find_package(Qt5PrintSupport REQUIRED)
- find_package(Qt5Script REQUIRED)
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to