4a4fc77883
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
27 lines
514 B
Makefile
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>
|