aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/monero-cli
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2019-02-27 19:47:43 +0000
committerVasil Dimov <vd@FreeBSD.org>2019-02-27 19:47:43 +0000
commit390b4c91bba4b8cba4d3a68b907ae081256493c1 (patch)
tree549b23e95055afff0c3c2c37eb4ec698be6b3062 /net-p2p/monero-cli
parentb38c1372790544bfa4861d42ebd905833e3084b0 (diff)
downloadports-390b4c91bba4b8cba4d3a68b907ae081256493c1.tar.gz
ports-390b4c91bba4b8cba4d3a68b907ae081256493c1.zip
net-p2p/monero-cli: Upgrade from 0.13.0.4 to 0.14.0.0
Notes
Notes: svn path=/head/; revision=494081
Diffstat (limited to 'net-p2p/monero-cli')
-rw-r--r--net-p2p/monero-cli/Makefile3
-rw-r--r--net-p2p/monero-cli/distinfo6
-rw-r--r--net-p2p/monero-cli/files/patch-boost-1.6913
3 files changed, 4 insertions, 18 deletions
diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile
index b80a4f987e84..a7d05581054d 100644
--- a/net-p2p/monero-cli/Makefile
+++ b/net-p2p/monero-cli/Makefile
@@ -3,9 +3,8 @@
PORTNAME= monero-cli
# To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present)
-PORTVERSION= 0.13.0.4
+PORTVERSION= 0.14.0.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
# and uncomment the following two lines
#PORTVERSION= 0
#PKGNAMESUFFIX= -git-HEAD
diff --git a/net-p2p/monero-cli/distinfo b/net-p2p/monero-cli/distinfo
index ab8971de11d0..033dd137a77a 100644
--- a/net-p2p/monero-cli/distinfo
+++ b/net-p2p/monero-cli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540547314
-SHA256 (monero-project-monero-v0.13.0.4_GH0.tar.gz) = 93158879f2890021ae75b31f4b81ad8026ce5b626da1f2fc44ab70657bfa512c
-SIZE (monero-project-monero-v0.13.0.4_GH0.tar.gz) = 8615614
+TIMESTAMP = 1551254369
+SHA256 (monero-project-monero-v0.14.0.0_GH0.tar.gz) = 8f5c4f517020eb30db7f0d9bd6bc9eac0823cb03f3dbb49c6d2ab0239ebf5f74
+SIZE (monero-project-monero-v0.14.0.0_GH0.tar.gz) = 8657538
diff --git a/net-p2p/monero-cli/files/patch-boost-1.69 b/net-p2p/monero-cli/files/patch-boost-1.69
deleted file mode 100644
index ba9af9b4de7b..000000000000
--- a/net-p2p/monero-cli/files/patch-boost-1.69
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/monero-project/monero/issues/4695
-
---- src/cryptonote_basic/miner.cpp.orig 2018-10-09 21:04:07 UTC
-+++ src/cryptonote_basic/miner.cpp
-@@ -637,7 +637,7 @@ namespace cryptonote
- boost::tribool battery_powered(on_battery_power());
- if(!indeterminate( battery_powered ))
- {
-- on_ac_power = !battery_powered;
-+ on_ac_power = bool{!battery_powered};
- }
- }
-