diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 3d0ddb9f592e..516145067b4e 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= neochat PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Glossy Matrix IM client based on KDE technologies LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt LIB_DEPENDS= libcmark.so:textproc/cmark \ libqt5keychain.so:security/qtkeychain BUILD_DEPENDS= libquotient>=0.6.2:net-im/libquotient USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:bz2 USE_GL= gl USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 \ svg widgets xml \ buildtools_build linguist_build qmake_build USE_KDE= config i18n kirigami2 notifications \ ecm_build -COMMIT= 32b82d247fc5c346c3eace25645c8d9dc28a96d8 +COMMIT= 1ed467bd193b7e210cdafd1ce61f5150fa566190 DISTFILES= ${PORTNAME}-${COMMIT}.tar.bz2:neochat MASTER_SITES= https://invent.kde.org/network/${PORTNAME}/-/archive/${COMMIT}/:neochat # This is a hack before the first KDE release service release, since we're # fetching GIT hashes rather than a tidy tarball. WRKSRC= ${WRKDIR}/${PORTNAME}-${COMMIT} .include diff --git a/net-im/neochat/distinfo b/net-im/neochat/distinfo index acc967d5068d..1b242e0164dd 100644 --- a/net-im/neochat/distinfo +++ b/net-im/neochat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606253630 -SHA256 (neochat-32b82d247fc5c346c3eace25645c8d9dc28a96d8.tar.bz2) = a50b252e5a26a160b065ac1de976f25a3e63d2f1e1de2e06db9cb19254af2b5b -SIZE (neochat-32b82d247fc5c346c3eace25645c8d9dc28a96d8.tar.bz2) = 132052 +TIMESTAMP = 1607256253 +SHA256 (neochat-1ed467bd193b7e210cdafd1ce61f5150fa566190.tar.bz2) = da888d303dcf42779c8567b284790ca35cfb15254d9b9911ef6fa49a5552e837 +SIZE (neochat-1ed467bd193b7e210cdafd1ce61f5150fa566190.tar.bz2) = 153927 diff --git a/net-im/neochat/files/patch-CMakeLists.txt b/net-im/neochat/files/patch-CMakeLists.txt deleted file mode 100644 index 483c192697d3..000000000000 --- a/net-im/neochat/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2020-11-20 16:39:59 UTC -+++ CMakeLists.txt -@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) - - project(Neochat) - --set(KF5_MIN_VERSION "5.76.0") -+set(KF5_MIN_VERSION "5.75.0") - set(QT_MIN_VERSION "5.15.0") - - find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)