diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-02 23:01:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-02 23:01:56 +0800 |
commit | e656bac0ea459c1887d390b07673ed8159cd8f4a (patch) | |
tree | 961d45dab8994190ea2ff5b751635380a234c836 /net-p2p | |
parent | 38aade9dea2ce161179e40d2e51e90c7de31f4c5 (diff) | |
download | freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.tar.gz freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.tar.zst freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.zip |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/museek+/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/museekplus/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/torrentflux/Makefile | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 8d078fd7bc18..87d59f976ffc 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -9,9 +9,7 @@ PORTNAME= mldonkey PORTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES+= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ - ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER?= lioux@FreeBSD.org COMMENT?= A OCAML client for multiple peer-to-peer networks diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile index 8771ef86689b..01c629144c37 100644 --- a/net-p2p/museek+/Makefile +++ b/net-p2p/museek+/Makefile @@ -8,8 +8,7 @@ PORTNAME= museekplus PORTVERSION= 0.1.13 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus +MASTER_SITES= SF/museek-plus/museek-plus/${PORTVERSION} DISTNAME= museek+-${PORTVERSION} MAINTAINER= silver@ultrasoft.ee diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 8771ef86689b..01c629144c37 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -8,8 +8,7 @@ PORTNAME= museekplus PORTVERSION= 0.1.13 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus +MASTER_SITES= SF/museek-plus/museek-plus/${PORTVERSION} DISTNAME= museek+-${PORTVERSION} MAINTAINER= silver@ultrasoft.ee diff --git a/net-p2p/torrentflux/Makefile b/net-p2p/torrentflux/Makefile index dae8702a492c..b4c4a85be354 100644 --- a/net-p2p/torrentflux/Makefile +++ b/net-p2p/torrentflux/Makefile @@ -8,8 +8,7 @@ PORTNAME= torrentflux DISTVERSION= 2.0beta1 CATEGORIES= net-p2p www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TorrentFlux%202.0%20beta1 MAINTAINER= ports@FreeBSD.org COMMENT= A PHP based BitTorrent client that runs on a web server |