7143d361cb
libQuotient is a Matrix-client library used by several Matrix clients in the ports tree. 0.6.6 fixes a crash that can be triggered remotely. Bump two consumers to make them rebuild. net-im/spectral isn't bumped because it doesn't see any development, needs a specific bundled git hash, etc .. While here mark the old-old name of libQuotient as deprecated; I don't think it has any consumers.
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libquotient
|
|
DISTVERSION= 0.6.6
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM support library using Qt technologies
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= libqmatrixclient\*
|
|
|
|
USES= cmake compiler:c++14-lang qt:5 tar:xz
|
|
USE_QT= core gui multimedia network \
|
|
buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
GH_PROJECT= libQuotient
|
|
|
|
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
|
|
|
|
.include <bsd.port.mk>
|