- Enable ZMQ by default

- Pass maintainership to the submitter

Submitted by:	Christopher Hall <hsw@bitmark.com> (via email)
This commit is contained in:
Marcelo Araujo 2019-07-24 05:34:58 +00:00
parent a00efc514f
commit 4641dcbcd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507263
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ CPE_PRODUCT= bitcoind
CPE_VERSION= ${PORTVERSION:R}
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
OPTIONS_DEFAULT= HARDENING WALLET
OPTIONS_DEFAULT= HARDENING WALLET ZMQ
USERS= litecoin
GROUPS= litecoin

View File

@ -3,10 +3,10 @@
PORTNAME= litecoin
PORTVERSION= 0.16.3
DISTVERSIONPREFIX= v
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net-p2p finance
MAINTAINER= ports@FreeBSD.org
MAINTAINER= hsw@bitmark.com
COMMENT?= Virtual Peer-to-Peer Currency Client (QT)
LICENSE= MIT
@ -39,7 +39,7 @@ TESTS_PLIST_FILES= bin/test_litecoin-qt \
.endif
OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET ZMQ
OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET
OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET ZMQ
OPTIONS_SUB= yes
HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack)