aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-15 15:24:18 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-15 15:24:18 +0000
commitbcc7bf2d03d3a2dd2cc7b841ed8957d56a8010a5 (patch)
tree115ea47ab759a6b0fde3f66ead5d8d88bc3adfe7 /net-p2p
parenta00ea62dd8aba779c1e2fdea42061147c8629e59 (diff)
downloadports-bcc7bf2d03d3a2dd2cc7b841ed8957d56a8010a5.tar.gz
ports-bcc7bf2d03d3a2dd2cc7b841ed8957d56a8010a5.zip
- Update to 0.18.1
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D25276
Notes
Notes: svn path=/head/; revision=538890
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/litecoin/Makefile3
-rw-r--r--net-p2p/litecoin/distinfo6
-rw-r--r--net-p2p/litecoin/files/litecoind.in2
3 files changed, 5 insertions, 6 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 33db9260d712..5afa6a04b52f 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= litecoin
-PORTVERSION= 0.17.1
+PORTVERSION= 0.18.1
DISTVERSIONPREFIX= v
-PORTREVISION?= 3
CATEGORIES= net-p2p finance
MAINTAINER= hsw@bitmark.com
diff --git a/net-p2p/litecoin/distinfo b/net-p2p/litecoin/distinfo
index ac04b4eb34f8..f94c4afd554a 100644
--- a/net-p2p/litecoin/distinfo
+++ b/net-p2p/litecoin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562572626
-SHA256 (litecoin-project-litecoin-v0.17.1_GH0.tar.gz) = 6e05514a480990f1ff1e7c81b5443d741f4016c03ab5c1ef44bf4b169af88bee
-SIZE (litecoin-project-litecoin-v0.17.1_GH0.tar.gz) = 4717718
+TIMESTAMP = 1591956417
+SHA256 (litecoin-project-litecoin-v0.18.1_GH0.tar.gz) = 2d67cba11adc5890b9698ccddeb68dd3c2ff6af19bf3ed0f1c719348b914042f
+SIZE (litecoin-project-litecoin-v0.18.1_GH0.tar.gz) = 5122629
diff --git a/net-p2p/litecoin/files/litecoind.in b/net-p2p/litecoin/files/litecoind.in
index 3691daf3ec03..5f1b7923a01d 100644
--- a/net-p2p/litecoin/files/litecoind.in
+++ b/net-p2p/litecoin/files/litecoind.in
@@ -50,7 +50,7 @@ load_rc_config ${name}
# set up dependant variables
procname="${command}"
-pidfile="${litecoind_data_dir}/litecoind.pid"
+pidfile="${litecoind_data_dir}/litecoind-daemon.pid"
required_files="${litecoind_config_file}"