Hi ports@,

Otter browser beta 7 has been released yesterday

Notable changes since previous port:
 - the port no longer needs any patches, man pages
   are now properly installed to the correct path
   using a CMAKE variable by the upstream
 - in pk/PLIST drop fr_CA translation & add sv translation

Screenshot of the browser running with serveral MDI
windows & the about dialog:
  http://i.imgur.com/KRaQAXb.png

Notable changes since version 0.9.06 (app wise):
    added support for customizing context menu;
    added Opera notes import;
    added initial support for auto updates;
    added dialog allowing to decide what to do with downloaded file;
    MDI actions are now enabled by default;
    multiple fixes and improvements for MacOS X;
    allow to specify default arguments using arguments.txt;
    various minor fixes and improvements.
Known issues:
    under Windows downloading files might lead to crash;
    restoring existing session from previous releases might lead to non
    maximized tabs, you can use Maximize All to maximize them; older Qt
    versions might cause crashes while rendering tab thumbnails, as
    workaround you can set TabBar/EnablePreviews to false in
    about:config.

Tested on amd64 -current snapshot from 22nd of August using the Gnome
desktop using qt5-5.4.1p8.

Please note I wasn't able to test on the latest snapshot as the 09.02
snapshot doesn't properly set up my re0 via dhcp during install. This
has been reported to misc@ but so far the email didn't land on the
mailing list yet (spamd doesn't like me today).

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/otter-browser/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    4 Jun 2015 11:00:11 -0000       1.8
+++ Makefile    2 Sep 2015 13:26:32 -0000
@@ -3,7 +3,7 @@ COMMENT =               browser aiming to recreate cl
 
 GH_ACCOUNT =           OtterBrowser
 GH_PROJECT =           otter-browser
-V =                    0.9.06
+V =                    0.9.07
 GH_TAGNAME =           v$V
 
 DISTNAME =             ${GH_PROJECT}-$V
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/otter-browser/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    4 Jun 2015 11:00:11 -0000       1.5
+++ distinfo    2 Sep 2015 13:26:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (otter-browser-0.9.06.tar.gz) = 
Ba1kMp5yyaagmKFy6AYHhrno7l8kkJpnFPj2ZdwJfSI=
-SIZE (otter-browser-0.9.06.tar.gz) = 2484916
+SHA256 (otter-browser-0.9.07.tar.gz) = 
HCdQn5c2qcmeEqPvI7CMxBVIrX9tdIG/BwIPtHF4jak=
+SIZE (otter-browser-0.9.07.tar.gz) = 2634317
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        4 Jun 2015 11:00:11 -0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.3 2015/06/04 11:00:11 sthen Exp $
---- CMakeLists.txt.orig        Mon Jun  1 22:33:43 2015
-+++ CMakeLists.txt     Tue Jun  2 11:37:52 2015
-@@ -335,5 +335,5 @@ install(FILES resources/icons/otter-browser-64.png DES
- install(FILES resources/icons/otter-browser-128.png DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps/ RENAME 
otter-browser.png)
- install(FILES resources/icons/otter-browser-256.png DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/256x256/apps/ RENAME 
otter-browser.png)
- install(FILES otter-browser.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
--install(FILES man/otter-browser.1 DESTINATION share/man/man1/)
-+install(FILES man/otter-browser.1 DESTINATION man/man1/)
- install(TARGETS otter-browser DESTINATION bin/)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/otter-browser/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   4 Jun 2015 11:00:11 -0000       1.3
+++ pkg/PLIST   2 Sep 2015 13:26:32 -0000
@@ -21,7 +21,6 @@ share/otter-browser/locale/otter-browser
 share/otter-browser/locale/otter-browser_es_MX.qm
 share/otter-browser/locale/otter-browser_et.qm
 share/otter-browser/locale/otter-browser_fi.qm
-share/otter-browser/locale/otter-browser_fr_CA.qm
 share/otter-browser/locale/otter-browser_fr_FR.qm
 share/otter-browser/locale/otter-browser_hr_HR.qm
 share/otter-browser/locale/otter-browser_hu.qm
@@ -43,6 +42,7 @@ share/otter-browser/locale/otter-browser
 share/otter-browser/locale/otter-browser...@ijekavian.qm
 share/otter-browser/locale/otter-browser...@ijekavianlatin.qm
 share/otter-browser/locale/otter-browser...@latin.qm
+share/otter-browser/locale/otter-browser_sv.qm
 share/otter-browser/locale/otter-browser_tr_TR.qm
 share/otter-browser/locale/otter-browser_uk_UA.qm
 share/otter-browser/locale/otter-browser_zh_CN.qm

Reply via email to