diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-31 13:57:24 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-31 13:57:24 +0000 |
commit | 25853535eda4da14c737fcfe83a6688ecb7ae3e9 (patch) | |
tree | 64a11eec6d8798ae5d35710938468624a3c1d980 /benchmarks | |
parent | af29c8ef2a6b6881efa8388f58e0fbe7010c2feb (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=210253
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= + |