diff options
Diffstat (limited to 'net-p2p')
35 files changed, 62 insertions, 72 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 96b5e8521f34..383886468433 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -1,6 +1,6 @@ PORTNAME= amule PORTVERSION= 2.3.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} @@ -66,7 +66,7 @@ AMULEDAEMON_USE= RC_SUBR=amuled AMULEGUI_CONFIGURE_ENABLE= amule-gui BOOST_CONFIGURE_WITH= boost -BOOST_LIB_DEPENDS= libboost_system.so:devel/boost-libs +BOOST_LIB_DEPENDS= libboost_thread.so:devel/boost-libs CAS_CONFIGURE_ENABLE= cas CAS_LIB_DEPENDS= libgd.so:graphics/gd diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index 6b104057de1e..d8dd9e9f544d 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 6d5b32515f90..402bd69f0aa6 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 2ea5b0eb7303..7189a5914a90 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 498238899b7c..6266fc6eba13 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -1,5 +1,6 @@ PORTNAME= bitcoin PORTVERSION= 29.1 +PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 064012f7d252..8d91ef4f6066 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index 7527b495c864..d0dc751f4479 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index 7ec1efe22419..6a40e81c4b44 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index f75f93b4009e..35a31de6f0a3 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,7 +1,7 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index d52b763fe546..f606f83e2069 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -1,7 +1,7 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION?= 34 +PORTREVISION?= 35 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib @@ -22,7 +22,7 @@ EXTRA_PATCHES= ${GENTOO_PATCHES_PREFIX}-ipv6_upnp.patch:-p1 \ USE_GITHUB= yes .if !defined (MASTERDIR) -LIB_DEPENDS= libboost_system.so:devel/boost-libs +LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake gettext compiler:c++11-lib ssl USE_LDCONFIG= yes diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 2b9f21ebb7a7..82f71bd9f692 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/hostd/Makefile b/net-p2p/hostd/Makefile index 88e8ac1948d6..7c7c49786ac0 100644 --- a/net-p2p/hostd/Makefile +++ b/net-p2p/hostd/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostd DISTVERSIONPREFIX= v DISTVERSION= 2.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 2c2da3c134f2..21ab319e0c19 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= libtorrent-rasterbar DISTVERSION= 1.2.20 # 2.x is unusable until memory problems are resolved, see https://github.com/arvidn/libtorrent/issues/6781 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= net-p2p MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/ @@ -17,7 +17,7 @@ BROKEN= fails to build with Boost>=1.87, see https://github.com/arvidn/libtorre LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs + libboost_thread.so:devel/boost-libs USES= cmake compiler:c++17-lang iconv:wchar_t localbase:ldflags pathfix pkgconfig python:test shebangfix ssl SHEBANG_FILES= test/socks.py test/web_server.py diff --git a/net-p2p/libtorrent-rasterbar2/Makefile b/net-p2p/libtorrent-rasterbar2/Makefile index c2708bf48d55..3e4380e34427 100644 --- a/net-p2p/libtorrent-rasterbar2/Makefile +++ b/net-p2p/libtorrent-rasterbar2/Makefile @@ -1,7 +1,7 @@ PORTNAME= libtorrent-rasterbar DISTVERSIONPREFIX= v DISTVERSION= 2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p #MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 2 @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs + libboost_thread.so:devel/boost-libs USES= cmake:testing compiler:c++11-lib iconv:wchar_t \ localbase:ldflags pathfix pkgconfig python:test shebangfix ssl diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 0a2da6201cd6..a9ebfdc614c6 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtorrent -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 7bebc5e606c8..2ced4eacf28e 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757101252 -SHA256 (libtorrent-0.16.0.tar.gz) = 623a75e85a23f7471c9531ea67a01bb652165c6b2b6a829a7f1c6117eac938ec -SIZE (libtorrent-0.16.0.tar.gz) = 885568 +TIMESTAMP = 1760641418 +SHA256 (libtorrent-0.16.1.tar.gz) = 1521e77c70fedd28638646766b5e32c7a0b612a7a2cedf75de89c7009ec8e4fe +SIZE (libtorrent-0.16.1.tar.gz) = 888505 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 826b7588ff53..273689f2255a 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -26,15 +26,16 @@ include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h include/torrent/net/address_info.h +include/torrent/net/connection_state.h include/torrent/net/fd.h include/torrent/net/http_get.h include/torrent/net/http_stack.h +include/torrent/net/network_config.h include/torrent/net/resolver.h include/torrent/net/socket_address.h include/torrent/net/socket_address_key.h include/torrent/net/socket_event.h include/torrent/net/types.h -include/torrent/net/utils.h include/torrent/object.h include/torrent/object_raw_bencode.h include/torrent/object_static_map.h @@ -67,9 +68,10 @@ include/torrent/utils/ranges.h include/torrent/utils/resume.h include/torrent/utils/scheduler.h include/torrent/utils/signal_bitfield.h +include/torrent/utils/string_manip.h include/torrent/utils/thread.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.30 -lib/libtorrent.so.30.0.0 +lib/libtorrent.so.31 +lib/libtorrent.so.31.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile index 9f88b24639a1..b81acfe3877b 100644 --- a/net-p2p/litecoin-daemon/Makefile +++ b/net-p2p/litecoin-daemon/Makefile @@ -1,5 +1,5 @@ MASTERDIR= ${.CURDIR}/../litecoin -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile index 7bae3867ff98..d72ac93a5ea1 100644 --- a/net-p2p/litecoin-utils/Makefile +++ b/net-p2p/litecoin-utils/Makefile @@ -1,5 +1,5 @@ MASTERDIR= ${.CURDIR}/../litecoin -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index d53d744c9ae3..787eac81d441 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -1,7 +1,7 @@ PORTNAME= litecoin DISTVERSIONPREFIX= v DISTVERSION= 0.21.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p finance MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/mkbrr/Makefile b/net-p2p/mkbrr/Makefile index ac4fa9f264d2..8bf4573188c0 100644 --- a/net-p2p/mkbrr/Makefile +++ b/net-p2p/mkbrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= mkbrr DISTVERSIONPREFIX= v DISTVERSION= 1.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= diizzy@FreeBSD.org diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index e6f956a37dde..5649f493ed1c 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= monero-cli DISTVERSIONPREFIX= v DISTVERSION= 0.18.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= alex.perechnev@gmail.com @@ -22,7 +22,6 @@ LIB_DEPENDS= \ libboost_program_options.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_serialization.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libminiupnpc.so:net/miniupnpc \ libnorm.so:net/norm \ diff --git a/net-p2p/namecoin-daemon/Makefile b/net-p2p/namecoin-daemon/Makefile index f54a1b3bbbab..9be46b6633a3 100644 --- a/net-p2p/namecoin-daemon/Makefile +++ b/net-p2p/namecoin-daemon/Makefile @@ -1,6 +1,6 @@ MASTERDIR= ${.CURDIR}/../namecoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -daemon COMMENT= Decentralized, open DNS and more (Daemon) diff --git a/net-p2p/namecoin-utils/Makefile b/net-p2p/namecoin-utils/Makefile index 63c25895e987..5761ebf69acb 100644 --- a/net-p2p/namecoin-utils/Makefile +++ b/net-p2p/namecoin-utils/Makefile @@ -1,6 +1,6 @@ MASTERDIR= ${.CURDIR}/../namecoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -utils COMMENT= Decentralized, open DNS and more (CLI and Utilities) diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 6f621cd973fa..c1d97ae43d89 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -1,7 +1,7 @@ PORTNAME= namecoin DISTVERSIONPREFIX= nc DISTVERSION= 24.0 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= net-p2p dns MASTER_SITES+= https://same.name/static/:icon diff --git a/net-p2p/py-libtorrent-rasterbar/Makefile b/net-p2p/py-libtorrent-rasterbar/Makefile index 55cab3d83780..7fcee369af36 100644 --- a/net-p2p/py-libtorrent-rasterbar/Makefile +++ b/net-p2p/py-libtorrent-rasterbar/Makefile @@ -1,7 +1,7 @@ PORTNAME= libtorrent-rasterbar DISTVERSIONPREFIX= v DISTVERSION= 1.2.20 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../COPYING BUILD_DEPENDS= b2:devel/boost_build -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ ${PY_BOOST} diff --git a/net-p2p/py-tremc/Makefile b/net-p2p/py-tremc/Makefile index 2092080abcb1..a2456c6a9bba 100644 --- a/net-p2p/py-tremc/Makefile +++ b/net-p2p/py-tremc/Makefile @@ -1,9 +1,9 @@ PORTNAME= tremc -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.5 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Console client for the BitTorrent client Transmission WWW= https://github.com/tremc/tremc @@ -12,11 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= python shebangfix USE_GITHUB= yes + +SHEBANG_FILES= ${PORTNAME} + NO_ARCH= yes NO_BUILD= yes -SHEBANG_FILES= ${PORTNAME} -OPTIONS_DEFINE= ADNS IPY PYPERCLIP +OPTIONS_DEFINE= ADNS IPY PYPERCLIP OPTIONS_DEFAULT= ADNS IPY PYPERCLIP ADNS_DESC= Resolve IPs to host names diff --git a/net-p2p/py-tremc/distinfo b/net-p2p/py-tremc/distinfo index c2f88ac53474..2b72a906a5ca 100644 --- a/net-p2p/py-tremc/distinfo +++ b/net-p2p/py-tremc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751886921 -SHA256 (tremc-tremc-0.9.4_GH0.tar.gz) = f8cd45f2bfc1fa67dc8816659d81beacb9fd7b7a4a4b8402604a71c29836bd6f -SIZE (tremc-tremc-0.9.4_GH0.tar.gz) = 340109 +TIMESTAMP = 1760767641 +SHA256 (tremc-tremc-0.9.5_GH0.tar.gz) = 7fe1a873465c3bbcc9c96c2447bcad56915249cc07b9ee232182d8975b4dfadd +SIZE (tremc-tremc-0.9.5_GH0.tar.gz) = 341206 diff --git a/net-p2p/renterd/Makefile b/net-p2p/renterd/Makefile index d864e19cc6fc..b68dabc61202 100644 --- a/net-p2p/renterd/Makefile +++ b/net-p2p/renterd/Makefile @@ -1,7 +1,7 @@ PORTNAME= renterd DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 0d2db49d588b..6d42ed40f1ad 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtorrent -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 9d4974b6f14a..bda3b65a2a1c 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757102139 -SHA256 (rtorrent-0.16.0.tar.gz) = fe8f8793f3bae8de157f567d9d89629dfd6fc21bc18d7db4537c4014a23dc1d9 -SIZE (rtorrent-0.16.0.tar.gz) = 854573 +TIMESTAMP = 1760641917 +SHA256 (rtorrent-0.16.1.tar.gz) = b2cdf8898b62f3763b29df94e4ad47d52cea2aa33b76581097a18894dd116073 +SIZE (rtorrent-0.16.1.tar.gz) = 851083 diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile index 78f28211820f..c45d1570ff80 100644 --- a/net-p2p/tremotesf/Makefile +++ b/net-p2p/tremotesf/Makefile @@ -1,8 +1,8 @@ PORTNAME= tremotesf -DISTVERSION= 2.8.2 -PORTREVISION= 1 +DISTVERSION= 2.9.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/equeim/${PORTNAME}2/releases/download/${DISTVERSION}/ +PKGNAMESUFFIX= -qt6 MAINTAINER= vsasjason@gmail.com COMMENT= Remote GUI for transmission-daemon @@ -15,28 +15,12 @@ BUILD_DEPENDS= cxxopts>0:devel/cxxopts LIB_DEPENDS= libfmt.so:devel/libfmt \ libpsl.so:dns/libpsl -FLAVORS= qt6 qt5 -FLAVOR?= ${FLAVORS:[1]} +USES= cmake:testing compiler:c++23-lang desktop-file-utils \ + gettext-tools gl kde:6 pkgconfig qt:6 tar:zst xorg -qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 -qt6_PKGNAMESUFFIX= -qt6 -qt6_CONFLICTS_INSTALL= ${PORTNAME} - -USES= cmake:testing compiler:c++20-lang desktop-file-utils \ - gettext-tools pkgconfig tar:zst xorg - -.if ${FLAVOR} == qt5 -USES+= kde:5 qt:5 -USE_QT= core dbus gui network widgets buildtools:build \ - linguisttools:build qmake:build testlib:build -CMAKE_OFF= TREMOTESF_QT6 -.else -USES+= gl kde:6 qt:6 USE_GL= opengl -USE_QT= base -.endif - USE_KDE= widgetsaddons windowsystem +USE_QT= base USE_XORG= x11 EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/src/3rdparty/cpp-httplib \ diff --git a/net-p2p/tremotesf/distinfo b/net-p2p/tremotesf/distinfo index a1de3ca6f619..4c7396436bdf 100644 --- a/net-p2p/tremotesf/distinfo +++ b/net-p2p/tremotesf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744881971 -SHA256 (tremotesf-2.8.2.tar.zst) = 92397488908cfdd57cc0e1651338b9ca16470d871fdb12dff48b3884f0c52026 -SIZE (tremotesf-2.8.2.tar.zst) = 2545547 +TIMESTAMP = 1759580202 +SHA256 (tremotesf-2.9.0.tar.zst) = 7cc4f249b4ec377a0f2054cb438b4e63537488efc5d665014fa6d7a32e189f81 +SIZE (tremotesf-2.9.0.tar.zst) = 2565650 diff --git a/net-p2p/tremotesf/pkg-descr b/net-p2p/tremotesf/pkg-descr index ec3713c484f6..147042c32f68 100644 --- a/net-p2p/tremotesf/pkg-descr +++ b/net-p2p/tremotesf/pkg-descr @@ -1,5 +1,5 @@ -Tremotesf is yet another, but modern (first-released in 2016) cross-platfom GUI -for Transmission daemon written in C++ and Qt. +Tremotesf is yet another cross-platfom GUI for Transmission daemon written in +C++ and Qt. Features include, but not necessarily limited to: * View torrent list diff --git a/net-p2p/walletd/Makefile b/net-p2p/walletd/Makefile index 22ed55430fda..0fde8a31f40f 100644 --- a/net-p2p/walletd/Makefile +++ b/net-p2p/walletd/Makefile @@ -1,7 +1,7 @@ PORTNAME= walletd DISTVERSIONPREFIX= v DISTVERSION= 2.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p |