diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-15 02:01:21 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-15 02:01:21 +0800 |
commit | 2deece5a53b901e7e231c1d3ac856996ee579490 (patch) | |
tree | 8be4856d08180919e686868d429e1dd440ef67c5 /www/otter-browser | |
parent | e0d88b42205f60250b1f8e1c09626b6873550f49 (diff) | |
download | freebsd-ports-gnome-2deece5a53b901e7e231c1d3ac856996ee579490.tar.gz freebsd-ports-gnome-2deece5a53b901e7e231c1d3ac856996ee579490.tar.zst freebsd-ports-gnome-2deece5a53b901e7e231c1d3ac856996ee579490.zip |
Update to 0.9.01.
Add a dependency on desktop-file-utils, since the port ships a .desktop file
with a MimeType line. This part comes from ports/190934.
The update itself comes from Schaich Alonso from kde@'s area51 repository.
PR: 190934 [1]
Submitted by: Ronald Klop <ronald-lists@klop.ws> [1], Schaich Alonso <alonsoschaich@fastmail.fm>
Diffstat (limited to 'www/otter-browser')
-rw-r--r-- | www/otter-browser/Makefile | 6 | ||||
-rw-r--r-- | www/otter-browser/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index 73792e54766b..42ca77c34a13 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= otter -PORTVERSION= 0.3.01 +PORTVERSION= 0.9.01 CATEGORIES= www # Avoid pkgname conflict with misc/otter PKGNAMESUFFIX= -browser @@ -12,13 +12,13 @@ COMMENT= Browser based on Qt 5 USE_QT5= core gui network printsupport script sql webkit widgets \ buildtools_build -USES= qmake:outsource +USES= desktop-file-utils qmake:outsource USE_GITHUB= yes GH_ACCOUNT= Emdek GH_PROJECT= otter GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 76c2bc2 +GH_COMMIT= 24e4053 PLIST_FILES= bin/otter-browser \ share/applications/otter-browser.desktop diff --git a/www/otter-browser/distinfo b/www/otter-browser/distinfo index 75f82055df5c..eefd830cbb45 100644 --- a/www/otter-browser/distinfo +++ b/www/otter-browser/distinfo @@ -1,2 +1,2 @@ -SHA256 (otter-v0.3.01.tar.gz) = a17303f36413665fed7c6e04c62b43dae4099b25820d80cf62d08fb498c1e478 -SIZE (otter-v0.3.01.tar.gz) = 266340 +SHA256 (otter-v0.9.01.tar.gz) = 4820239cd3e9fea9a61e8eb7066f3069402946be812b5acb68e386335aa891f3 +SIZE (otter-v0.9.01.tar.gz) = 735635 |