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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/ljclive/Makefile | 3 | ||||
-rw-r--r-- | deskutils/metabar/Makefile | 3 | ||||
-rw-r--r-- | deskutils/pypanel/Makefile | 3 | ||||
-rw-r--r-- | deskutils/timer-applet/Makefile | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile index 082167f75eb1..b3ed3ea141af 100644 --- a/deskutils/ljclive/Makefile +++ b/deskutils/ljclive/Makefile @@ -9,8 +9,7 @@ PORTNAME= clive PORTVERSION= 0.4.5 PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ljclive +MASTER_SITES= SF/lj${PORTNAME}/lj${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= johans@stack.nl COMMENT= A command line client for posting LiveJournal entries diff --git a/deskutils/metabar/Makefile b/deskutils/metabar/Makefile index 0967f38c4d3e..bc003ff7a0ba 100644 --- a/deskutils/metabar/Makefile +++ b/deskutils/metabar/Makefile @@ -8,8 +8,7 @@ PORTNAME= metabar PORTVERSION= 0.8 PORTREVISION= 6 CATEGORIES= deskutils kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= markus@FreeBSD.org COMMENT= Sidebar plugin for Konqueror diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile index 140164104d02..8256f7ee1b03 100644 --- a/deskutils/pypanel/Makefile +++ b/deskutils/pypanel/Makefile @@ -9,8 +9,7 @@ PORTNAME= pypanel PORTVERSION= 2.4 PORTREVISION= 6 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= pypanel +MASTER_SITES= SF DISTNAME= PyPanel-${PORTVERSION} MAINTAINER= u0@rootofallevil.net diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 32e388f84bf3..6fba10aab22b 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -9,7 +9,7 @@ PORTNAME= timer-applet PORTVERSION= 2.1.2 PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= SFE/timerapplet +MASTER_SITES= SF/timerapplet/timerapplet/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A timer applet for the GNOME panel |