Date: Wed, 24 Jul 2019 05:34:58 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507263 - in head/net-p2p: litecoin litecoin-daemon Message-ID: <201907240534.x6O5YwLp017234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Wed Jul 24 05:34:58 2019 New Revision: 507263 URL: https://svnweb.freebsd.org/changeset/ports/507263 Log: - Enable ZMQ by default - Pass maintainership to the submitter Submitted by: Christopher Hall <hsw@bitmark.com> (via email) Modified: head/net-p2p/litecoin-daemon/Makefile head/net-p2p/litecoin/Makefile Modified: head/net-p2p/litecoin-daemon/Makefile ============================================================================== --- head/net-p2p/litecoin-daemon/Makefile Wed Jul 24 04:14:10 2019 (r507262) +++ head/net-p2p/litecoin-daemon/Makefile Wed Jul 24 05:34:58 2019 (r507263) @@ -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 Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Wed Jul 24 04:14:10 2019 (r507262) +++ head/net-p2p/litecoin/Makefile Wed Jul 24 05:34:58 2019 (r507263) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907240534.x6O5YwLp017234>