diff options
author | Alonso Schaich <alonso@FreeBSD.org> | 2014-09-01 09:13:20 +0000 |
---|---|---|
committer | Alonso Schaich <alonso@FreeBSD.org> | 2014-09-01 09:13:20 +0000 |
commit | 89400cdd84ce9e2a4d334c1effc17628e30745b5 (patch) | |
tree | a25bdfeb264fc0c9ead6d4024857d4f2fb650fba /www/otter-browser/Makefile | |
parent | dcf609ad818c7e33a715337145f911e97ba8609d (diff) | |
download | ports-89400cdd84ce9e2a4d334c1effc17628e30745b5.tar.gz ports-89400cdd84ce9e2a4d334c1effc17628e30745b5.zip |
Notes
Diffstat (limited to 'www/otter-browser/Makefile')
-rw-r--r-- | www/otter-browser/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index aa9eb6ad99ab..7637889b08cb 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= otter -PORTVERSION= 0.9.01 -PORTREVISION= 1 +PORTVERSION= 0.9.02 CATEGORIES= www # Avoid pkgname conflict with misc/otter PKGNAMESUFFIX= -browser @@ -11,15 +10,15 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Browser based on Qt 5 -USE_QT5= core gui network printsupport script sql webkit widgets \ - buildtools_build +USE_QT5= concurrent core gui network printsupport script sql webkit \ + widgets buildtools_build USES= desktop-file-utils qmake:outsource USE_GITHUB= yes GH_ACCOUNT= Emdek GH_PROJECT= otter GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 24e4053 +GH_COMMIT= f33f3ae PLIST_FILES= bin/otter-browser \ share/applications/otter-browser.desktop |