diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-03-31 21:57:24 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-03-31 21:57:24 +0800 |
commit | f8937d28a744bb8bd6f98feb70f5bccf131128ec (patch) | |
tree | 465c21252ddcab98b33e44b58cf0a3bc8bda716e /benchmarks | |
parent | d5cc2a706aab3d8444ced403056aff7d09d364c9 (diff) | |
download | freebsd-ports-gnome-f8937d28a744bb8bd6f98feb70f5bccf131128ec.tar.gz freebsd-ports-gnome-f8937d28a744bb8bd6f98feb70f5bccf131128ec.tar.zst freebsd-ports-gnome-f8937d28a744bb8bd6f98feb70f5bccf131128ec.zip |
- Re-roll tarball
- Add RESTRICTED
- Bump PORTREVISION
- Pass maintainership to submitter
PR: ports/122125
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by: tabthorpe (mentor)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nttcp/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/nttcp/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/nttcp/files/patch-Makefile (renamed from benchmarks/nttcp/files/patch-aa) | 13 |
3 files changed, 19 insertions, 7 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 2364b151eb6b..ed8fcbdc2e11 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -9,14 +9,13 @@ PORTNAME= nttcp PORTVERSION= 1.47 PORTREVISION= 1 CATEGORIES= benchmarks net -MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ \ - http://freeware.sgi.com/source/nttcp/ \ +MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ http://reality.sgiweb.org/freeware/source/nttcp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ganael.laplanche@martymac.com COMMENT= A client/server program for testing network performance -BROKEN= Checksum mismatch +RESTRICTED= No commercial use ALL_TARGET= nttcp MAN1= nttcp.1 diff --git a/benchmarks/nttcp/distinfo b/benchmarks/nttcp/distinfo index 1f03179e408c..2ef3c580b629 100644 --- a/benchmarks/nttcp/distinfo +++ b/benchmarks/nttcp/distinfo @@ -1,3 +1,3 @@ -MD5 (nttcp-1.47.tar.gz) = 05cc30409e6f2cb8cfdf40334d1dcd77 -SHA256 (nttcp-1.47.tar.gz) = a0e0ac34d250ba874f9ce75da60717cde8da4ebbef56879bbc8b8ed2743b81ae -SIZE (nttcp-1.47.tar.gz) = 25693 +MD5 (nttcp-1.47.tar.gz) = 50f0c405b3fa488f6b00db32bf994a7d +SHA256 (nttcp-1.47.tar.gz) = 9cad788b08880be7444d134892c681043bf3ad03e8b798d90ad2a6c56d605af2 +SIZE (nttcp-1.47.tar.gz) = 25633 diff --git a/benchmarks/nttcp/files/patch-aa b/benchmarks/nttcp/files/patch-Makefile index 2692f87414dd..3451229c85a2 100644 --- a/benchmarks/nttcp/files/patch-aa +++ b/benchmarks/nttcp/files/patch-Makefile @@ -11,3 +11,16 @@ DBG= INC= +--- Makefile.orig Mon Dec 18 19:17:20 2000 ++++ Makefile Mon Jan 29 12:26:51 2001 +@@ -111,8 +111,8 @@ + # For FreeBSD + ARCH= -DFreeBSD + LIB= +-OPT= -O2 +-CC= cc ++#OPT= -O2 ++#CC= cc + DBG= + INC= + |