diff options
author | danfe <danfe@FreeBSD.org> | 2019-03-01 16:59:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-03-01 16:59:44 +0800 |
commit | 18e89decabc44367ecfcc8709ee9c558d6edbc58 (patch) | |
tree | c21390a1351cd629ddba5956f100950829e514bf /net-p2p/ctorrent | |
parent | cfa73e4291044517b993b7640c698716adcde32f (diff) | |
download | freebsd-ports-gnome-18e89decabc44367ecfcc8709ee9c558d6edbc58.tar.gz freebsd-ports-gnome-18e89decabc44367ecfcc8709ee9c558d6edbc58.tar.zst freebsd-ports-gnome-18e89decabc44367ecfcc8709ee9c558d6edbc58.zip |
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.
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index c76211a2b2a2..107d038f0c29 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -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 |