diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:23:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:29:54 +0000 |
commit | c4b51c2028302d40de3907a04d99a92001bb83b1 (patch) | |
tree | 9fb1ef7d12ca77a7dc3fb3836d2785731e7c0272 /net-p2p | |
parent | all: Bump after lang/go122 update (diff) |
all: Bump after lang/go121 update
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/autoscan/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bitmark-cli/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitmark-daemon/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitmark-recorder/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitmark/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/go-ethereum/Makefile | 2 |
6 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index d464297ba1f3..1f3d8377a039 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 69d807a7249b..0d0811139946 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index 6a340882da29..04a547fbe151 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index a28b16524718..18dfd391be23 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index f79f6954328b..f943cabb9141 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,6 +1,7 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.15.7 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 970d975baf17..48980feed9f6 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= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com |