svn commit: r494244 - head/net-p2p/ctorrent

Alexey Dokuchaev danfe at FreeBSD.org
Fri Mar 1 08:59:45 UTC 2019


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 at FreeBSD.org


More information about the svn-ports-all mailing list