Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2019 08:59:45 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494244 - head/net-p2p/ctorrent
Message-ID:  <201903010859.x218xjdP070418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Mar  1 08:59:44 2019
New Revision: 494244
URL: https://svnweb.freebsd.org/changeset/ports/494244

Log:
  Use SourceForge's CDN by default, which is the preferred download mechanism
  according to the project website; distfiles' contents and modification time
  are identical regardless of the download location.

Modified:
  head/net-p2p/ctorrent/Makefile

Modified: head/net-p2p/ctorrent/Makefile
==============================================================================
--- head/net-p2p/ctorrent/Makefile	Fri Mar  1 08:57:16 2019	(r494243)
+++ head/net-p2p/ctorrent/Makefile	Fri Mar  1 08:59:44 2019	(r494244)
@@ -5,7 +5,8 @@ PORTNAME=	ctorrent
 PORTVERSION=	3.3.2
 PORTREVISION=	3
 CATEGORIES=	net-p2p
-MASTER_SITES=	http://www.rahul.net/dholmes/ctorrent/
+MASTER_SITES=	SF/dtorrent/dtorrent/${PORTVERSION} \
+		http://www.rahul.net/dholmes/ctorrent/
 DISTNAME=	${PORTNAME}-dnh${PORTVERSION}
 
 MAINTAINER=	dinoex@FreeBSD.org



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