diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2016-11-09 23:23:14 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2016-11-09 23:23:14 +0000 |
commit | 43503ba239007eaa21469bb581ef2db56bbd851c (patch) | |
tree | 360464438ab3589b94999330817d00e9c79c1ed1 /net-im/ricochet/Makefile | |
parent | f53ad284316b8c26b94c57a4ab2a2de34ae635ca (diff) | |
download | ports-43503ba239007eaa21469bb581ef2db56bbd851c.tar.gz ports-43503ba239007eaa21469bb581ef2db56bbd851c.zip |
Maintainer update to new 1.1.4 release.
ChangeLog:
https://github.com/ricochet-im/ricochet/releases/tag/v1.1.4
Next time, please tag the PR with "[MAINTAINER UPDATE]" so we can
identify it more easily.
PR: 214331
Submitted by: Yuri Victorovich (maintainer)
Notes
Notes:
svn path=/head/; revision=425817
Diffstat (limited to 'net-im/ricochet/Makefile')
-rw-r--r-- | net-im/ricochet/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index fd29e84bb429..99529e2264e1 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ricochet -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -22,10 +22,9 @@ BROKEN_FreeBSD_9_amd64= does not build USE_GITHUB= yes GH_ACCOUNT= ricochet-im -USES= compiler:c++11-lib gmake pkgconfig qmake -USE_OPENSSL= yes +USES= compiler:c++11-lib gmake pkgconfig qmake ssl USE_GL= gl -USE_QT5= core gui network qml quick quickcontrols widgets multimedia buildtools_build linguisttools_build +USE_QT5= core gui network qml quick widgets multimedia buildtools_build linguisttools_build QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${LOCALBASE} PLIST_FILES= bin/ricochet \ |