Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 12:56:42 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514333 - head/www/otter-browser
Message-ID:  <201910121256.x9CCuguV007337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sat Oct 12 12:56:41 2019
New Revision: 514333
URL: https://svnweb.freebsd.org/changeset/ports/514333

Log:
  Update otter-browser to a snapshot.
  
  The last official release was 1.0.01 in january 2019, way too long
  ago for a web browser. Many Linux distro's also offer weekly
  snapshots of this browser (often calling it 1.0.81). Instead,
  bump to a different fake release number; I'm concerned that
  1.0.81 might be too high.
  
  Fixes in the tree relate to both QtWebKit and QtWebEngine compatibility,
  as well as Qt 5.13 compatibility.
  
  Initial patch by George; I bumped to a different (newer) revision in week 300.
  
  PR:		239203
  Reported by:	George

Modified:
  head/www/otter-browser/Makefile
  head/www/otter-browser/distinfo

Modified: head/www/otter-browser/Makefile
==============================================================================
--- head/www/otter-browser/Makefile	Sat Oct 12 12:46:54 2019	(r514332)
+++ head/www/otter-browser/Makefile	Sat Oct 12 12:56:41 2019	(r514333)
@@ -2,8 +2,10 @@
 
 PORTNAME=	otter-browser
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.01
-PORTREVISION=	3
+# Latest upstream release is 1.0.01, this is "after 1.0.01 but before
+# whatever comes next".
+# DISTVERSION=	1.0.01
+PORTVERSION=	1.0.01.1
 CATEGORIES=	www
 
 MAINTAINER=	kde@FreeBSD.org
@@ -21,6 +23,7 @@ USE_QT=		concurrent core dbus declarative gui multimed
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	OtterBrowser
+GH_TAGNAME=	22de58d
 
 OPTIONS_MULTI=		BACKEND
 OPTIONS_MULTI_BACKEND=	QTWEBENGINE QTWEBKIT

Modified: head/www/otter-browser/distinfo
==============================================================================
--- head/www/otter-browser/distinfo	Sat Oct 12 12:46:54 2019	(r514332)
+++ head/www/otter-browser/distinfo	Sat Oct 12 12:56:41 2019	(r514333)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546547975
-SHA256 (OtterBrowser-otter-browser-v1.0.01_GH0.tar.gz) = 85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b
-SIZE (OtterBrowser-otter-browser-v1.0.01_GH0.tar.gz) = 4866820
+TIMESTAMP = 1570882759
+SHA256 (OtterBrowser-otter-browser-v1.0.01.1-22de58d_GH0.tar.gz) = b7905fd7e0aa6a9612b293a4e518ec91af0cf3840b1b875540ccf4a929c45c55
+SIZE (OtterBrowser-otter-browser-v1.0.01.1-22de58d_GH0.tar.gz) = 4889476



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910121256.x9CCuguV007337>