diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-09-27 14:10:15 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-09-27 14:36:30 +0000 |
commit | 21d8008e86830262f2a33a6dca9ddf2478cd6487 (patch) | |
tree | 55cb75e874b5c845f0916dd0c3c444f1f2414b8d /net-p2p | |
parent | 358336d31aa7b14c5b62e4ad128c2d4454f0c954 (diff) |
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin-utils/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/monero-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index dcdb544d7c99..cdfa80ae6515 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?= 24 +PORTREVISION?= 25 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile index 80b730798e34..c1f33f99d9c1 100644 --- a/net-p2p/litecoin-daemon/Makefile +++ b/net-p2p/litecoin-daemon/Makefile @@ -1,5 +1,5 @@ MASTERDIR= ${.CURDIR}/../litecoin -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile index 34dc75893388..eb6595f5d547 100644 --- a/net-p2p/litecoin-utils/Makefile +++ b/net-p2p/litecoin-utils/Makefile @@ -1,5 +1,5 @@ MASTERDIR= ${.CURDIR}/../litecoin -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 1611e736e999..7ccb18a1c6b2 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -1,7 +1,7 @@ PORTNAME= litecoin DISTVERSIONPREFIX= v DISTVERSION= 0.21.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p finance MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index f6ac397d2d91..71b0a301660d 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= monero-cli # To build from an arbitrary git commit comment DISTVERSION and PORTREVISION (if present) DISTVERSION= 0.18.2.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-b6420e1) #PORTVERSION= 0 diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index f9afa07a51d5..cb0c988182a4 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -1,5 +1,6 @@ PORTNAME= namecoin DISTVERSION= 24.0 +PORTREVISION= 1 DISTVERSIONPREFIX= nc PORTEPOCH= 1 CATEGORIES= net-p2p dns |