diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:15:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:15:15 +0800 |
commit | e980dc91ca837353f4bef8911aeb7052c5554280 (patch) | |
tree | 3763d44c0f0c28c817a57a9922c9c1a844b8dedb /benchmarks | |
parent | 75c4b51d95824e561d372f322b59b0f3b2e0bcdd (diff) | |
download | freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.tar.gz freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.tar.zst freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.zip |
- Switch SourceForge ports to the new File Release System: categories starting with B,C
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iperf/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/sysbench/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 11f8d591ab47..72919a10e651 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -8,8 +8,7 @@ PORTNAME= iperf PORTVERSION= 2.0.4 CATEGORIES= benchmarks ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20source MAINTAINER= mnag@FreeBSD.org COMMENT= A tool to measure maximum TCP and UDP bandwidth diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index dfb7c87c2174..4a657f1b9810 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0.a9 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= benchmarks -MASTER_SITES= SF http://thegaul.org/src/ +MASTER_SITES= SF/${PORTNAME}/development/${PORTNAME}-3.0-a9 http://thegaul.org/src/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.a9/-a9/} EXTRACT_SUFX= .tgz diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 9b0fadef8827..e650d433a5f7 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -8,8 +8,7 @@ PORTNAME= sysbench PORTVERSION= 0.4.12 CATEGORIES= benchmarks databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= kris@FreeBSD.org COMMENT= A modular, cross-platform and multi-threaded benchmark tool |