freebsd-ports/net-im/qxmpp-qt5/Makefile
Adriaan de Groot 4a4fc77883 Update net-im/qxmpp-qt5 to latest upstream release
Release notes at
	https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.1

The most important change of this release is the fix of CVE-2017-5603.
QXmpp is not vulnerable to roster push attacks (CVE-2016-9928).

Reported by:	portscout
MFH:		2020Q3
2020-07-21 07:46:13 +00:00

27 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= qxmpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
CATEGORIES= net-im
PKGNAMESUFFIX= -qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= XMPP client library based on Qt and C++
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
USES= cmake compiler:c++11-lang libtool pathfix pkgconfig qt:5
USE_QT= core gui network xml \
buildtools_build qmake_build testlib_build
QMAKE_ARGS= QXMPP_NO_TESTS=1
USE_GITHUB= yes
GH_ACCOUNT= qxmpp-project
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>