aboutsummaryrefslogtreecommitdiff
path: root/net-im/nheko
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-06-15 11:36:42 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2020-06-15 11:36:42 +0000
commitf75dd037d9501177b98ae888c0b17eb7b665d1e2 (patch)
tree8143c14bd5d8fa5e3d865d892184135dd16efb15 /net-im/nheko
parenta3db6d8797e5d316645190dffada077d241376bb (diff)
downloadports-f75dd037d9501177b98ae888c0b17eb7b665d1e2.tar.gz
ports-f75dd037d9501177b98ae888c0b17eb7b665d1e2.zip
Update net-im/nheko and support libraries to latest upstream
Notes
Notes: svn path=/head/; revision=538873
Diffstat (limited to 'net-im/nheko')
-rw-r--r--net-im/nheko/Makefile11
-rw-r--r--net-im/nheko/distinfo6
-rw-r--r--net-im/nheko/files/patch-src_ui_Avatar.cpp8
-rw-r--r--net-im/nheko/files/patch-src_ui_InfoMessage.cpp10
-rw-r--r--net-im/nheko/files/patch-src_ui_Painter.h10
5 files changed, 4 insertions, 41 deletions
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 061b3981a1d6..74a10b8b9b84 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -2,8 +2,7 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
-DISTVERSION= 0.7.1
-PORTREVISION= 1
+DISTVERSION= 0.7.2
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -55,12 +54,4 @@ GH_TUPLE= drycpp:lmdbxx:0b43ca87d8cfabba392dfe884eb1edb83874de02:lmdb/deps/lmdb
post-extract:
cd ${WRKSRC}/deps/tweeny && ${LN} -s include tweeny
-# Includes <json.hpp> without referencing where it's installed,
-# so hackishly correct all the broken paths.
-post-patch:
- ${FIND} ${WRKSRC} -type f -print0 | \
- ${XARGS} -0 ${REINPLACE_CMD} \
- -e 's+include <json.hpp>+include <nlohmann/json.hpp>+' \
- -e 's+include "json.hpp"+include <nlohmann/json.hpp>+'
-
.include <bsd.port.mk>
diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo
index 1da2420920e5..c12bae269134 100644
--- a/net-im/nheko/distinfo
+++ b/net-im/nheko/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1588506704
-SHA256 (Nheko-Reborn-nheko-v0.7.1_GH0.tar.gz) = ce7ddacbf54707c7e76a816ffca51d73bb6360a38a96807666e3ddeeab8fccf4
-SIZE (Nheko-Reborn-nheko-v0.7.1_GH0.tar.gz) = 781856
+TIMESTAMP = 1592215601
+SHA256 (Nheko-Reborn-nheko-v0.7.2_GH0.tar.gz) = 412908fcec0e66a0557db5359556b65e85dd22b8644a6a2ed569a90dea4bde3c
+SIZE (Nheko-Reborn-nheko-v0.7.2_GH0.tar.gz) = 899562
SHA256 (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd
SIZE (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 47524
SHA256 (mobius3-tweeny-6a5033372fe53c4c731c66c8a2d56261746cd85c_GH0.tar.gz) = c9fcabcdbeb89e4236bbb773ddacf6293ca2a8618f2b1a67e689e3edb704ecd3
diff --git a/net-im/nheko/files/patch-src_ui_Avatar.cpp b/net-im/nheko/files/patch-src_ui_Avatar.cpp
deleted file mode 100644
index 535d7a8588be..000000000000
--- a/net-im/nheko/files/patch-src_ui_Avatar.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/ui/Avatar.cpp.orig 2020-05-21 11:23:51 UTC
-+++ src/ui/Avatar.cpp
-@@ -1,4 +1,5 @@
- #include <QPainter>
-+#include <QPainterPath>
- #include <QSettings>
-
- #include "AvatarProvider.h"
diff --git a/net-im/nheko/files/patch-src_ui_InfoMessage.cpp b/net-im/nheko/files/patch-src_ui_InfoMessage.cpp
deleted file mode 100644
index 25be5703f4ef..000000000000
--- a/net-im/nheko/files/patch-src_ui_InfoMessage.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/ui/InfoMessage.cpp.orig 2020-05-21 11:28:08 UTC
-+++ src/ui/InfoMessage.cpp
-@@ -4,6 +4,7 @@
- #include <QDateTime>
- #include <QLocale>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QPen>
- #include <QtGlobal>
-
diff --git a/net-im/nheko/files/patch-src_ui_Painter.h b/net-im/nheko/files/patch-src_ui_Painter.h
deleted file mode 100644
index 48e5adfab45c..000000000000
--- a/net-im/nheko/files/patch-src_ui_Painter.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/ui/Painter.h.orig 2020-05-21 11:21:08 UTC
-+++ src/ui/Painter.h
-@@ -3,6 +3,7 @@
- #include <QFontMetrics>
- #include <QPaintDevice>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QtGlobal>
-
- class Painter : public QPainter