diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-12 20:56:41 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-12 20:56:41 +0800 |
commit | af10b61a0841ffc10c3eb5a03883b9caa40c1276 (patch) | |
tree | d8d2edfeef38a041c4339d97a5f8b091e5090b25 /www/otter-browser | |
parent | 49a6d30635d879bb2f17bdffca465a358b353a9e (diff) | |
download | freebsd-ports-gnome-af10b61a0841ffc10c3eb5a03883b9caa40c1276.tar.gz freebsd-ports-gnome-af10b61a0841ffc10c3eb5a03883b9caa40c1276.tar.zst freebsd-ports-gnome-af10b61a0841ffc10c3eb5a03883b9caa40c1276.zip |
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
Diffstat (limited to 'www/otter-browser')
-rw-r--r-- | www/otter-browser/Makefile | 7 | ||||
-rw-r--r-- | www/otter-browser/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index 873f762837d8..202e02756a0a 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -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 multimedia network printsupport \ USE_GITHUB= yes GH_ACCOUNT= OtterBrowser +GH_TAGNAME= 22de58d OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= QTWEBENGINE QTWEBKIT diff --git a/www/otter-browser/distinfo b/www/otter-browser/distinfo index 2f4a735ca009..ec374fcb3662 100644 --- a/www/otter-browser/distinfo +++ b/www/otter-browser/distinfo @@ -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 |