git: 4beeb0346a86 - main - net-p2p/cardano-node: Remove testnet, add preview and preprod networks.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Sep 2022 07:13:38 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4beeb0346a86dce3920a98904c97bc1c64e601f7 commit 4beeb0346a86dce3920a98904c97bc1c64e601f7 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-09-22 13:22:16 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-09-26 07:13:32 +0000 net-p2p/cardano-node: Remove testnet, add preview and preprod networks. --- net-p2p/cardano-node/Makefile | 1 + net-p2p/cardano-node/files/cardano_node.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index 69e4ee10e1a2..9b510a851e95 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -1,5 +1,6 @@ PORTNAME= cardano-node PORTVERSION= 1.35.3 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= arrowd@FreeBSD.org diff --git a/net-p2p/cardano-node/files/cardano_node.in b/net-p2p/cardano-node/files/cardano_node.in index 69e4e4f69567..53d33cbebd45 100644 --- a/net-p2p/cardano-node/files/cardano_node.in +++ b/net-p2p/cardano-node/files/cardano_node.in @@ -96,7 +96,7 @@ command=%%PREFIX%%/bin/cardano-node cardano_deployment_url="https://raw.githubusercontent.com/cardano-bsd-alliance/freebsd-ports-cardano-artifacts/master/cardano-node" cardano_config_files="config byron-genesis shelley-genesis alonzo-genesis topology submit-api-config" -cardano_networks="mainnet testnet" +cardano_networks="mainnet preview preprod" start_cmd="cardano_node_start" start_precmd="cardano_node_prestart"