aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2019-02-17 23:29:41 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2019-02-17 23:29:41 +0000
commitfea9a38d34049c40d9bbf8eebaa7e1a104894a17 (patch)
tree770125e65bfc4d1befe1b4545c759fd98442bdf3 /net-p2p
parent08cd554d5dd9865409e5543be6cb93e969a8d9c5 (diff)
downloadports-fea9a38d34049c40d9bbf8eebaa7e1a104894a17.tar.gz
ports-fea9a38d34049c40d9bbf8eebaa7e1a104894a17.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile4
-rw-r--r--net-p2p/bitcoin/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index e0c6d70746ba..b4d28aa53042 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
-PORTREVISION= 4
+PORTREVISION= 5
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
@@ -14,7 +14,7 @@ NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP ZMQ
# WALLET_BDBMODERN is a choice for WALLET, introduced via OPTIONS_RADIO=WALLET
# from ${MASTERDIR}/Makefile
-OPTIONS_DEFAULT= HARDENING UPNP WALLET_BDBMODERN
+OPTIONS_DEFAULT= HARDENING UPNP WALLET_BDBMODERN ZMQ
USERS= bitcoin
GROUPS= bitcoin
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index df611c153797..30a8f50b60b7 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.17.1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
LOCAL/swills:icon
@@ -42,7 +42,7 @@ TESTS_PLIST_FILES= bin/test_bitcoin-qt \
OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP ZMQ
OPTIONS_RADIO?= WALLET
OPTIONS_RADIO_WALLET?= WALLET_BDB48 WALLET_BDBMODERN
-OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN
+OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN ZMQ
OPTIONS_SUB= yes
HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack)