diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /multimedia | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=240715
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/acidrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/kdenlive/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libquicktime/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mlt/Makefile | 2 | ||||
-rw-r--r-- | multimedia/subtools/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vamps/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xmms-weasel/Makefile | 3 |
7 files changed, 7 insertions, 9 deletions
diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile index 82a277af7382..44d95d82901b 100644 --- a/multimedia/acidrip/Makefile +++ b/multimedia/acidrip/Makefile @@ -9,7 +9,7 @@ PORTNAME= acidrip PORTVERSION= 0.14 PORTREVISION= 6 CATEGORIES= multimedia -MASTER_SITES= SFE +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20Your%20two-wheeled%20knife MAINTAINER= ports@FreeBSD.org COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index d5b9448f5abc..16a8cfb53c92 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdenlive PORTVERSION= 0.7.5 CATEGORIES= multimedia kde -MASTER_SITES= SFE +MASTER_SITES= SF MAINTAINER= villa.alberto@gmail.com COMMENT= A professional quality non-linear video editing suite for KDE diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 448576282f43..812eb93a15cd 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -9,7 +9,7 @@ PORTNAME= libquicktime PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= SFE +MASTER_SITES= SF MAINTAINER= mm@FreeBSD.org COMMENT= A library for reading and writing quicktime files diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index 81bacdf1a580..a29de39a162c 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -8,7 +8,7 @@ PORTNAME= mlt PORTVERSION= 0.4.4 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= SFE +MASTER_SITES= SF MAINTAINER= villa.alberto@gmail.com COMMENT= A multimedia framework and video playout server for TV broadcasting diff --git a/multimedia/subtools/Makefile b/multimedia/subtools/Makefile index ce706122b3e7..3dee58d69a27 100644 --- a/multimedia/subtools/Makefile +++ b/multimedia/subtools/Makefile @@ -9,7 +9,7 @@ PORTNAME= subtools PORTVERSION= 20060508 DISTVERSIONSUFFIX= alpha CATEGORIES= multimedia -MASTER_SITES= SFE +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}alpha MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tools for movie subtitles in SubRipper format diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 709fd4f97ece..fb2d81274b4a 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -9,8 +9,7 @@ PORTNAME= vamps PORTVERSION= 0.99.2 PORTREVISION= 2 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= vamps +MASTER_SITES= SF/${PORTNAME}/Vamps/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= High performance tool to transcode DVD videos to a smaller size diff --git a/multimedia/xmms-weasel/Makefile b/multimedia/xmms-weasel/Makefile index a93f912c6f5f..eaa1b63a5f3a 100644 --- a/multimedia/xmms-weasel/Makefile +++ b/multimedia/xmms-weasel/Makefile @@ -9,8 +9,7 @@ PORTNAME= xmms-weasel PORTVERSION= 0.0.1 PORTREVISION= 4 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/XMMS%20Weasel%20v${PORTVERSION} MAINTAINER= narayannewton@gmail.com COMMENT= A XMMS plugin to hide the player |