diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-09 08:29:31 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-09 08:29:31 +0000 |
commit | 7527365d8ee187940ee8a5729c1f899f598f2b77 (patch) | |
tree | 5e4b93d8c406a98edb9619fb5e6793e9891c1996 /benchmarks | |
parent | 4f55ac7af4105871175ddb46a30916c56573505c (diff) | |
download | FreeBSD-ports-7527365d8ee187940ee8a5729c1f899f598f2b77.zip FreeBSD-ports-7527365d8ee187940ee8a5729c1f899f598f2b77.tar.gz |
upgrade to 1.01d
Submitted by: obrien
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/files/patch-bonnie++.8 | 9 | ||||
-rw-r--r-- | benchmarks/bonnie++/files/patch-zcav.8 | 12 |
4 files changed, 23 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index d02a559..1a2e647 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= bonnie++ -PORTVERSION= 1.01c +PORTVERSION= 1.01d CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz diff --git a/benchmarks/bonnie++/distinfo b/benchmarks/bonnie++/distinfo index 5623de8..f2db0c8 100644 --- a/benchmarks/bonnie++/distinfo +++ b/benchmarks/bonnie++/distinfo @@ -1 +1 @@ -MD5 (bonnie++-1.01c.tgz) = 54c7f38b347e4a54ea0c456c80143d5d +MD5 (bonnie++-1.01d.tgz) = da53e98db6c151cf807a0c7257f6b8a0 diff --git a/benchmarks/bonnie++/files/patch-bonnie++.8 b/benchmarks/bonnie++/files/patch-bonnie++.8 new file mode 100644 index 0000000..5c5b40f --- /dev/null +++ b/benchmarks/bonnie++/files/patch-bonnie++.8 @@ -0,0 +1,9 @@ +--- bonnie++.8.orig Sun Sep 9 16:25:02 2001 ++++ bonnie++.8 Sun Sep 9 16:25:43 2001 +@@ -194,4 +194,5 @@ + + .SH "SEE ALSO" + .BR bon_csv2html (1), +-.BR bon_csv2txt (1) ++.BR bon_csv2txt (1) , ++.BR zcav (8) diff --git a/benchmarks/bonnie++/files/patch-zcav.8 b/benchmarks/bonnie++/files/patch-zcav.8 new file mode 100644 index 0000000..3dc4edb --- /dev/null +++ b/benchmarks/bonnie++/files/patch-zcav.8 @@ -0,0 +1,12 @@ +--- zcav.8.orig Sun Sep 9 16:26:11 2001 ++++ zcav.8 Sun Sep 9 16:26:33 2001 +@@ -72,6 +72,9 @@ + parameter, just a different way to specify it for compatibility with other + programs. + ++.SH "SEE ALSO" ++.BR bonnie++ (8) ++ + .SH "AUTHOR" + This program, it's manual page, and the Debian package were written by + Russell Coker <russell@coker.com.au>. |