aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/litecoin
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2019-07-24 05:34:58 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2019-07-24 05:34:58 +0000
commit4641dcbcd39e5ea9ab1fbaa4901de7d7fca76668 (patch)
treea39282a3b2c09ff23a692e5d69e2e7e57cd718b5 /net-p2p/litecoin
parenta00efc514f3dcb16617352b19142d170f59bccbe (diff)
downloadports-4641dcbcd39e5ea9ab1fbaa4901de7d7fca76668.tar.gz
ports-4641dcbcd39e5ea9ab1fbaa4901de7d7fca76668.zip
- Enable ZMQ by default
- Pass maintainership to the submitter Submitted by: Christopher Hall <hsw@bitmark.com> (via email)
Notes
Notes: svn path=/head/; revision=507263
Diffstat (limited to 'net-p2p/litecoin')
-rw-r--r--net-p2p/litecoin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 5812233a86be..9d32898825a1 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -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)