aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/monero-cli
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2018-07-14 06:39:15 +0000
committerVasil Dimov <vd@FreeBSD.org>2018-07-14 06:39:15 +0000
commit2f534b6fd1075b31ec891df8b578dace37477fe6 (patch)
tree652bf0b7d211b1674eaee03c8f3b79b44df3a3c7 /net-p2p/monero-cli
parentd07f46f5a6c79612e32f874557a9731a5d1047e9 (diff)
downloadports-2f534b6fd1075b31ec891df8b578dace37477fe6.tar.gz
ports-2f534b6fd1075b31ec891df8b578dace37477fe6.zip
net-p2p/monero-cli: Upgrade from 0.12.2.0 to 0.12.3.0
Notes
Notes: svn path=/head/; revision=474615
Diffstat (limited to 'net-p2p/monero-cli')
-rw-r--r--net-p2p/monero-cli/Makefile2
-rw-r--r--net-p2p/monero-cli/distinfo6
-rw-r--r--net-p2p/monero-cli/files/patch-src_blockchain__utilities_blockchain__blackball.cpp11
3 files changed, 4 insertions, 15 deletions
diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile
index b98e9b320802..6238ede94d01 100644
--- a/net-p2p/monero-cli/Makefile
+++ b/net-p2p/monero-cli/Makefile
@@ -3,7 +3,7 @@
PORTNAME= monero-cli
# To build from an arbitrary git commit comment the following two lines
-PORTVERSION= 0.12.2.0
+PORTVERSION= 0.12.3.0
DISTVERSIONPREFIX= v
# and uncomment the following two lines
#PORTVERSION= 0
diff --git a/net-p2p/monero-cli/distinfo b/net-p2p/monero-cli/distinfo
index a9db99288382..c6db9b046b8d 100644
--- a/net-p2p/monero-cli/distinfo
+++ b/net-p2p/monero-cli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528367811
-SHA256 (monero-project-monero-v0.12.2.0_GH0.tar.gz) = 804b4200d9673fee2a1e77251848082f9423e49f4d08e350efc476ae8b6a6dd9
-SIZE (monero-project-monero-v0.12.2.0_GH0.tar.gz) = 8431190
+TIMESTAMP = 1531514319
+SHA256 (monero-project-monero-v0.12.3.0_GH0.tar.gz) = 06aba34ff695084a35576760deb0c9db66d06e56065d1b42a83fc2bbc32c4815
+SIZE (monero-project-monero-v0.12.3.0_GH0.tar.gz) = 8431327
diff --git a/net-p2p/monero-cli/files/patch-src_blockchain__utilities_blockchain__blackball.cpp b/net-p2p/monero-cli/files/patch-src_blockchain__utilities_blockchain__blackball.cpp
deleted file mode 100644
index 864e9d6d4b1d..000000000000
--- a/net-p2p/monero-cli/files/patch-src_blockchain__utilities_blockchain__blackball.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/blockchain_utilities/blockchain_blackball.cpp.orig 2018-04-12 18:35:24 UTC
-+++ src/blockchain_utilities/blockchain_blackball.cpp
-@@ -165,7 +165,7 @@ int main(int argc, char* argv[])
- "blackball-db-dir", "Specify blackball database directory",
- get_default_db_path(),
- {{ &arg_testnet_on, &arg_stagenet_on }},
-- [](std::array<bool, 2> testnet_stagenet, bool defaulted, std::string val) {
-+ [](std::array<bool, 2> testnet_stagenet, bool defaulted, std::string val) -> std::string {
- if (testnet_stagenet[0])
- return (boost::filesystem::path(val) / "testnet").string();
- else if (testnet_stagenet[1])