Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 14:39:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393591 - head/net-p2p/litecoin
Message-ID:  <201508051439.t75Edhjt063202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Aug  5 14:39:42 2015
New Revision: 393591
URL: https://svnweb.freebsd.org/changeset/ports/393591

Log:
  net-p2p/litecoin: Fix .desktop file
  
  PR:		201154
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Modified:
  head/net-p2p/litecoin/Makefile

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Wed Aug  5 13:48:24 2015	(r393590)
+++ head/net-p2p/litecoin/Makefile	Wed Aug  5 14:39:42 2015	(r393591)
@@ -4,6 +4,7 @@
 PORTNAME=	litecoin
 PORTVERSION=	0.10.2.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	LOCAL/swills
 
@@ -89,7 +90,8 @@ PLIST_FILES?=	bin/litecoin-qt share/appl
 .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|bitcoin128|litecoin128|' \
+	@${REINPLACE_CMD} -e 's|bitcoin|litecoin|g' \
+			  -e 's|Bitcoin|Litecoin|g' \
 		${WRKSRC}/contrib/debian/bitcoin-qt.desktop
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508051439.t75Edhjt063202>