Add local backup master site.
Reported by: sat
This commit is contained in:
parent
dbd4158527
commit
9112f6138e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181972
2 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,9 @@ PORTNAME?= libtorrent
|
|||
PORTVERSION?= 0.11.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
|
||||
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= flz/libtorrent
|
||||
|
||||
MAINTAINER?= flz@FreeBSD.org
|
||||
COMMENT?= BitTorrent Library written in C++
|
||||
|
|
|
@ -9,7 +9,9 @@ PORTNAME?= rtorrent
|
|||
PORTVERSION?= 0.7.1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
|
||||
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= flz/rtorrent/
|
||||
|
||||
MAINTAINER?= flz@FreeBSD.org
|
||||
COMMENT?= BitTorrent Client written in C++
|
||||
|
|
Loading…
Reference in a new issue