Created attachment 186400 [details] patch: litecoin, litecoin-daemon and litecoin-utils The attached patch does the following: 1. Updates master port: net-p2p/litecoin 2. updates slave ports: litecoin-utils litecoin-daemon 3. adds the litecoin group to GIDs 4. adds the litecoin user to UIDs The slave ports need '-L' to pas port test, but I think that is simple because they are slaves. The master port fails during port test because of bug #222342 but does make and pass "make check-plist". It will pass the port test if I use the symlink hack as described in bug #222342 the attached patch should apply with: cd /usr/ports && patch -p1 < patch-file
A commit references this bug: Author: swills Date: Sun Sep 17 00:39:00 UTC 2017 New revision: 449977 URL: https://svnweb.freebsd.org/changeset/ports/449977 Log: net-p2p/litecoin: update to 0.14.2 While here, add rc script for litecoin-daemon PR: 222343 Submitted by: Christopher Hall <hsw@bitmark.com> (with changes) Changes: head/net-p2p/litecoin/Makefile head/net-p2p/litecoin/distinfo head/net-p2p/litecoin/files/litecoind.in head/net-p2p/litecoin-daemon/Makefile head/net-p2p/litecoin-utils/Makefile
Committed, thanks!
A commit references this bug: Author: swills Date: Sun Sep 17 01:54:26 UTC 2017 New revision: 449982 URL: https://svnweb.freebsd.org/changeset/ports/449982 Log: Add litecoin user missed in r449977 PR: 222343 Pointyhat to: swills Changes: head/GIDs head/UIDs