aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-12-06 12:39:37 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2020-12-06 12:39:37 +0000
commitcabbbbdd9a72a363eb41e1cecad75bea45953842 (patch)
treee6405ce48f7c50547a466b9b79e2bfa41b1f7295 /net-im
parentaf1db8946fade6983ec5f8ec50a068c033232332 (diff)
downloadports-cabbbbdd9a72a363eb41e1cecad75bea45953842.tar.gz
ports-cabbbbdd9a72a363eb41e1cecad75bea45953842.zip
Update net-im/neochat to a recent upstream commit
This is still unreleased, but very functional and rapidly-evolving, software, so bump it for the past two weeks of development. One PORTREVISION got skipped on the way; I didn't get around to committing the update for KF5 5.76 when that landed.
Notes
Notes: svn path=/head/; revision=557133
Diffstat (limited to 'net-im')
-rw-r--r--net-im/neochat/Makefile4
-rw-r--r--net-im/neochat/distinfo6
-rw-r--r--net-im/neochat/files/patch-CMakeLists.txt11
3 files changed, 5 insertions, 16 deletions
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
@@ -2,7 +2,7 @@
PORTNAME= neochat
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -24,7 +24,7 @@ USE_QT= core dbus declarative graphicaleffects gui imageformats \
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
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)