svn commit: r321567 - head/net-p2p/litecoin

Steve Wills swills at FreeBSD.org
Sat Jun 22 11:47:58 UTC 2013


Author: swills
Date: Sat Jun 22 11:47:57 2013
New Revision: 321567
URL: http://svnweb.freebsd.org/changeset/ports/321567

Log:
  - Add local mirror to avoid GitHub issues

Modified:
  head/net-p2p/litecoin/Makefile

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Sat Jun 22 11:44:56 2013	(r321566)
+++ head/net-p2p/litecoin/Makefile	Sat Jun 22 11:47:57 2013	(r321567)
@@ -5,6 +5,10 @@ PORTNAME=	litecoin
 PORTVERSION=	0.6.3c
 CATEGORIES=	net-p2p finance
 
+MASTER_SITES=	${MASTER_SITE_LOCAL} \
+		http://people.freebsd.org/~swills/ \
+		GH
+
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Virtual Peer-to-Peer Currency Software
 


More information about the svn-ports-all mailing list