diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-17 09:04:04 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-17 09:04:04 +0000 |
commit | 2a08f19f45673338fcc5a3ff559b5b6bf55e5a48 (patch) | |
tree | 45e1397233874e707ae677031d789ea88c82b8f6 /benchmarks | |
parent | a0c39b0e4cce40db7c8343aceb0bd09dc3329b07 (diff) | |
download | FreeBSD-ports-2a08f19f45673338fcc5a3ff559b5b6bf55e5a48.zip FreeBSD-ports-2a08f19f45673338fcc5a3ff559b5b6bf55e5a48.tar.gz |
upgrade to 1.0.2
drop maintainership
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/bonnie++/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/files/patch-Makefile.in | 13 |
3 files changed, 14 insertions, 5 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 1a2e647..a8d2d14 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -7,12 +7,12 @@ # PORTNAME= bonnie++ -PORTVERSION= 1.01d +PORTVERSION= 1.02 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes diff --git a/benchmarks/bonnie++/distinfo b/benchmarks/bonnie++/distinfo index f2db0c8..3e9e252 100644 --- a/benchmarks/bonnie++/distinfo +++ b/benchmarks/bonnie++/distinfo @@ -1 +1 @@ -MD5 (bonnie++-1.01d.tgz) = da53e98db6c151cf807a0c7257f6b8a0 +MD5 (bonnie++-1.02.tgz) = 08a6d638cb32c87cba2e0b7a7eda450f diff --git a/benchmarks/bonnie++/files/patch-Makefile.in b/benchmarks/bonnie++/files/patch-Makefile.in index e1bb8de..f264028 100644 --- a/benchmarks/bonnie++/files/patch-Makefile.in +++ b/benchmarks/bonnie++/files/patch-Makefile.in @@ -1,5 +1,14 @@ ---- Makefile.in.orig Sun Mar 25 00:33:43 2001 -+++ Makefile.in Sun Mar 25 00:35:44 2001 +--- Makefile.in.orig Mon Feb 19 22:25:04 2001 ++++ Makefile.in Wed Oct 17 17:00:46 2001 +@@ -8,7 +8,7 @@ + eprefix=@exec_prefix@ + #MORE_WARNINGS=-Weffc++ -Wcast-align + WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope $(MORE_WARNINGS) +-CFLAGS=-O2 -DNDEBUG $(WFLAGS) $(MORECFLAGS) ++CFLAGS=${CXXFLAGS} -DNDEBUG $(WFLAGS) $(MORECFLAGS) + CXX=@CXX@ $(CFLAGS) + + INSTALL=@INSTALL@ @@ -34,7 +34,7 @@ install-bin: $(EXES) mkdir -p $(eprefix)/bin $(eprefix)/sbin |