diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-21 22:07:26 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-21 22:07:26 +0000 |
commit | d064ea7a2d300da22186e939e3db953997ce9d96 (patch) | |
tree | 55441d68c3283f4e6012c45759c3a6c21ee5061f /net-im/nheko | |
parent | 314f4b1c3dd6691a2a00f924bc39247947089a2c (diff) |
Notes
Diffstat (limited to 'net-im/nheko')
-rw-r--r-- | net-im/nheko/Makefile | 18 | ||||
-rw-r--r-- | net-im/nheko/distinfo | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index f71351937f6a..0b30bad9e2d4 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -2,8 +2,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v -DISTVERSION= 0.7.2 -PORTREVISION= 3 +DISTVERSION= 0.8.0 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -15,18 +14,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json # All those boost-libs are pulled in through mtxclient, which # links to them but stage-qa still complains. -LIB_DEPENDS= liblmdb.so:databases/lmdb \ - libfmt.so:devel/libfmt \ - libmatrix_client.so:net-im/mtxclient \ - libsodium.so:security/libsodium \ - libolm.so:security/olm \ - libcmark.so:textproc/cmark \ - libboost_date_time.so:devel/boost-libs \ +LIB_DEPENDS= \ libboost_chrono.so:devel/boost-libs \ + libboost_date_time.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ + libcmark.so:textproc/cmark \ + libfmt.so:devel/libfmt \ + liblmdb.so:databases/lmdb \ + libmatrix_client.so:net-im/mtxclient \ + libolm.so:security/olm \ + libqt5keychain.so:security/qtkeychain \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang pkgconfig \ diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo index c12bae269134..4cc4239e6d92 100644 --- a/net-im/nheko/distinfo +++ b/net-im/nheko/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1592215601 -SHA256 (Nheko-Reborn-nheko-v0.7.2_GH0.tar.gz) = 412908fcec0e66a0557db5359556b65e85dd22b8644a6a2ed569a90dea4bde3c -SIZE (Nheko-Reborn-nheko-v0.7.2_GH0.tar.gz) = 899562 +TIMESTAMP = 1611264445 +SHA256 (Nheko-Reborn-nheko-v0.8.0_GH0.tar.gz) = 07f58142cabd76809fb5d8c3f97488b9bd5be7858aaee4826cd6a35d966f5c98 +SIZE (Nheko-Reborn-nheko-v0.8.0_GH0.tar.gz) = 1150754 SHA256 (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd SIZE (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 47524 SHA256 (mobius3-tweeny-6a5033372fe53c4c731c66c8a2d56261746cd85c_GH0.tar.gz) = c9fcabcdbeb89e4236bbb773ddacf6293ca2a8618f2b1a67e689e3edb704ecd3 |