diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile index fd44d5e30b5f..30d14881b95f 100644 --- a/net-im/kaidan/Makefile +++ b/net-im/kaidan/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= kaidan DISTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= User-friendly XMPP client for every device LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 tar:xz USE_KDE= ecm kirigami2 notifications USE_QT= core dbus declarative gui network quickcontrols2 sql svg widgets xml \ buildtools_build qmake_build .include diff --git a/net-im/qxmpp-qt5/Makefile b/net-im/qxmpp-qt5/Makefile index a2a958e93e2e..196ce2b6820e 100644 --- a/net-im/qxmpp-qt5/Makefile +++ b/net-im/qxmpp-qt5/Makefile @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= qxmpp DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.2.1 CATEGORIES= net-im PKGNAMESUFFIX= -qt5 MAINTAINER= kde@FreeBSD.org COMMENT= QXmpp is an xmpp client library based on Qt & 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 diff --git a/net-im/qxmpp-qt5/distinfo b/net-im/qxmpp-qt5/distinfo index 362bd6c8738f..769d20b4745e 100644 --- a/net-im/qxmpp-qt5/distinfo +++ b/net-im/qxmpp-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581103447 -SHA256 (qxmpp-project-qxmpp-v1.2.0_GH0.tar.gz) = 76916839b816e24961c4cd7a7a2561adfcc3538c1ec4b0f2a89a5d746b917ee5 -SIZE (qxmpp-project-qxmpp-v1.2.0_GH0.tar.gz) = 310801 +TIMESTAMP = 1586074018 +SHA256 (qxmpp-project-qxmpp-v1.2.1_GH0.tar.gz) = f83eb44e2b21b070a7568b2b234e269a6ab7c64007728d62b01487de843688ee +SIZE (qxmpp-project-qxmpp-v1.2.1_GH0.tar.gz) = 312945 diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index f57b74aa42b6..1ce00e00e1c1 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -1,71 +1,71 @@ # Created by: Jacek Pelka # $FreeBSD$ PORTNAME= kadu PORTVERSION= 4.3 -PORTREVISION= 19 +PORTREVISION= 20 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ http://download.kadu.im/stable/:kadu \ http://download.kadu.im/additions/:additions DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kadu DIST_SUBDIR= kadu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash \ pl-libgadu>=1.12.2:polish/libgadu LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libsndfile.so:audio/libsndfile \ libinjeqt.so:devel/injeqt \ libidn.so:dns/libidn \ libqxmpp.so:net-im/qxmpp-qt5 \ libgadu.so:polish/libgadu \ libgcrypt.so:security/libgcrypt \ libotr.so.5:security/libotr \ libenchant.so:textproc/enchant # TODO ntrack and ntrack-qt (needs porting) ? # TODO separate ports for plugins and themes (possible starting with 0.10) GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USES= cmake:insource compiler:c++11-lib gettext-runtime gnome \ libarchive pkgconfig qca qt:5 readline tar:bzip2 xorg USE_XORG= x11 xext xfixes xscrnsaver USE_GNOME= glib20 USE_QT= concurrent core dbus declarative gui multimedia network \ script scripttools sql webkit widgets x11extras \ xml xmlpatterns buildtools_build linguisttools_build \ qmake_build imageformats_run sql-sqlite3_run # Setting KADU_VERSION disables git invocation CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \ -DENABLE_TESTS=OFF LDFLAGS+= -lexecinfo OPTIONS_DEFINE= GG_EMOTS OPTIONS_SUB= yes GG_EMOTS_DESC= GG-compatible emoticons GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions post-patch: @${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \ ${WRKSRC}/kadu-core/plugin/CMakeLists.txt post-install-GG_EMOTS-on: @${MKDIR} ${WRKSRC}/varia/themes/emoticons @cd ${WRKSRC}/varia/themes/emoticons && \ ${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \ ${MV} kompatybilne_z_GG6 gg6_compatible && \ cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} @cd ${WRKSRC}/varia/themes/emoticons && \ ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons .include