aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2024-11-20 10:04:37 +0000
committerDima Panov <fluffy@FreeBSD.org>2024-11-20 10:05:25 +0000
commit312ee18b022b4abcb14973bb10894ba152b8f60b (patch)
tree20a54092480ae312624019075e6f11b23f633d91 /net-p2p
parent5c098030c586218be70f38a7fa261afad60c6201 (diff)
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/Makefile2
-rw-r--r--net-p2p/bitcoin-daemon/Makefile1
-rw-r--r--net-p2p/bitcoin-utils/Makefile1
-rw-r--r--net-p2p/bitcoin/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar2/Makefile2
-rw-r--r--net-p2p/namecoin-daemon/Makefile2
-rw-r--r--net-p2p/namecoin-utils/Makefile2
-rw-r--r--net-p2p/namecoin/Makefile2
10 files changed, 10 insertions, 8 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 1c79982b3c36..29c9e06ac0c5 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -1,6 +1,6 @@
PORTNAME= amule
PORTVERSION= 2.3.3
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
DISTNAME= aMule-${PORTVERSION}
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 48b7037240c2..68c612488efb 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,4 +1,5 @@
MASTERDIR= ${.CURDIR}/../bitcoin
+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 c9e58a91c339..13983c44eb65 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -1,4 +1,5 @@
MASTERDIR= ${.CURDIR}/../bitcoin
+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 c70ca1846bcb..3be8f603ca40 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bitcoin
PORTVERSION= 28.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
LOCAL/swills:icon
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index dcbdc1ecbb66..350f9e2462f7 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?= 29
+PORTREVISION?= 30
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index eada65abab57..eb4685825bc7 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libtorrent-rasterbar
DISTVERSION= 1.2.19 # 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}/
diff --git a/net-p2p/libtorrent-rasterbar2/Makefile b/net-p2p/libtorrent-rasterbar2/Makefile
index ddacb9cdd5ca..98226ea21e9a 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.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
#MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= 2
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 fd3b88dbfceb..e600698f42fb 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -1,7 +1,7 @@
PORTNAME= namecoin
DISTVERSIONPREFIX= nc
DISTVERSION= 24.0
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= net-p2p dns
MASTER_SITES+= https://same.name/static/:icon