Forgot to cc ports ----- Original message ----- From: Adam Wolk <[email protected]> To: Rafael Sadowski <[email protected]>, Adam Wolk <[email protected]> Subject: Re: UPDATE: www/otter-browser Date: Wednesday, February 19, 2020 9:02 AM
On Wed, Feb 19, 2020, at 8:49 AM, Rafael Sadowski wrote: > On Wed Feb 12, 2020 at 09:37:38AM +0100, Rafael Sadowski wrote: > > Update otter-browser to the latest stable version which supports > > qtwebkit from https://github.com/qtwebkit/qtwebkit or qtwebengin (Which > > is not ported) but no more qtwebkit 5.9.0. > > > > Tested with upcoming x11/qt5/qtwebkit update. > > > > OK? > > Hi Adam, > > any objections? We want to go in with the qtwebkit update. No objections. Sorry for holding up, wanted to test past weekend but something popped up. ok awolk@ > RS > > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/otter-browser/Makefile,v > > retrieving revision 1.30 > > diff -u -p -u -p -r1.30 Makefile > > --- Makefile 12 Jul 2019 20:50:49 -0000 1.30 > > +++ Makefile 12 Feb 2020 05:19:00 -0000 > > @@ -2,8 +2,7 @@ > > > > COMMENT = browser aiming to recreate classic Opera (12.x) UI using Qt5 > > > > -DISTNAME = otter-browser-0.9.94 > > -REVISION = 2 > > +DISTNAME = otter-browser-1.0.01 > > > > CATEGORIES = www > > > > @@ -30,7 +29,7 @@ LIB_DEPENDS = textproc/hunspell \ > > x11/qt5/qtdeclarative \ > > x11/qt5/qtmultimedia \ > > x11/qt5/qtsvg \ > > - x11/qt5/qtwebkit \ > > + x11/qt5/qtwebkit>=5.212.0 \ > > x11/qt5/qtxmlpatterns > > > > NO_TEST = Yes > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/www/otter-browser/distinfo,v > > retrieving revision 1.17 > > diff -u -p -u -p -r1.17 distinfo > > --- distinfo 4 Jan 2018 18:55:16 -0000 1.17 > > +++ distinfo 12 Feb 2020 05:19:00 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (otter-browser-0.9.94.tar.bz2) = > > 9ylzbT4pzVwPOfLqqjdUpjK+6XJF5i7KbsdaHMa2jeM= > > -SIZE (otter-browser-0.9.94.tar.bz2) = 3029327 > > +SHA256 (otter-browser-1.0.01.tar.bz2) = > > CG15d7yoIcpiSmywSaSldtuFfOhV+oujWlccoevzxrA= > > +SIZE (otter-browser-1.0.01.tar.bz2) = 3189343 > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/www/otter-browser/pkg/PLIST,v > > retrieving revision 1.10 > > diff -u -p -u -p -r1.10 PLIST > > --- pkg/PLIST 29 Jun 2018 22:16:22 -0000 1.10 > > +++ pkg/PLIST 12 Feb 2020 05:19:00 -0000 > > @@ -24,6 +24,7 @@ share/otter-browser/locale/otter-browser > > share/otter-browser/locale/otter-browser_et.qm > > share/otter-browser/locale/otter-browser_fi.qm > > share/otter-browser/locale/otter-browser_fr.qm > > +share/otter-browser/locale/otter-browser_gl.qm > > share/otter-browser/locale/otter-browser_he.qm > > share/otter-browser/locale/otter-browser_hr.qm > > share/otter-browser/locale/otter-browser_hu.qm > > @@ -47,6 +48,7 @@ share/otter-browser/locale/otter-browser > > share/otter-browser/locale/[email protected] > > share/otter-browser/locale/[email protected] > > share/otter-browser/locale/otter-browser_sv.qm > > +share/otter-browser/locale/otter-browser_th.qm > > share/otter-browser/locale/otter-browser_tr.qm > > share/otter-browser/locale/otter-browser_uk.qm > > share/otter-browser/locale/otter-browser_yue.qm > > >
