From e656bac0ea459c1887d390b07673ed8159cd8f4a Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 2 Sep 2009 15:01:56 +0000 Subject: - 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) --- misc/latex-mk/Makefile | 3 +-- misc/najitool/Makefile | 3 +-- misc/vifm/Makefile | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile index 0f4e936d40cb..a9e0a827446c 100644 --- a/misc/latex-mk/Makefile +++ b/misc/latex-mk/Makefile @@ -10,8 +10,7 @@ PORTNAME= latex-mk PORTVERSION= 1.9.1 PORTREVISION= 1 CATEGORIES= misc print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= kimelto@gmail.com COMMENT= A collection of makefile and scripts for LaTeX documents diff --git a/misc/najitool/Makefile b/misc/najitool/Makefile index 9e7915064e2b..206d0e1067f2 100644 --- a/misc/najitool/Makefile +++ b/misc/najitool/Makefile @@ -8,8 +8,7 @@ PORTNAME= najitool PORTVERSION= 0.8.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= najitool +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A tool that generates, converts, and filters files diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile index 527050eff1e5..76e3ae6bc568 100644 --- a/misc/vifm/Makefile +++ b/misc/vifm/Makefile @@ -8,7 +8,7 @@ PORTNAME= vifm PORTVERSION= 0.4 CATEGORIES= misc -MASTER_SITES= SFE +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= corky1951@comcast.net COMMENT= Ncurses based file manager with vi like keybindings -- cgit