svn commit: r538890 - in head/net-p2p/litecoin: . files

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Jun 15 15:24:19 UTC 2020


Author: lwhsu
Date: Mon Jun 15 15:24:18 2020
New Revision: 538890
URL: https://svnweb.freebsd.org/changeset/ports/538890

Log:
  - Update to 0.18.1
  
  Submitted by:	Christopher Hall <hsw at bitmark.com> (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D25276

Modified:
  head/net-p2p/litecoin/Makefile
  head/net-p2p/litecoin/distinfo
  head/net-p2p/litecoin/files/litecoind.in

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Mon Jun 15 15:23:21 2020	(r538889)
+++ head/net-p2p/litecoin/Makefile	Mon Jun 15 15:24:18 2020	(r538890)
@@ -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 at bitmark.com

Modified: head/net-p2p/litecoin/distinfo
==============================================================================
--- head/net-p2p/litecoin/distinfo	Mon Jun 15 15:23:21 2020	(r538889)
+++ head/net-p2p/litecoin/distinfo	Mon Jun 15 15:24:18 2020	(r538890)
@@ -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

Modified: head/net-p2p/litecoin/files/litecoind.in
==============================================================================
--- head/net-p2p/litecoin/files/litecoind.in	Mon Jun 15 15:23:21 2020	(r538889)
+++ head/net-p2p/litecoin/files/litecoind.in	Mon Jun 15 15:24:18 2020	(r538890)
@@ -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}"
 
 


More information about the svn-ports-all mailing list