diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-09 08:29:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-09 08:29:31 +0000 |
commit | 4616be14f93c26f053658d8cbc086251ac7e2e8a (patch) | |
tree | dea91d423d8c33bd66cc289681e0906b0c212e46 /benchmarks | |
parent | ebf8b2d82ee3a646cba7dee09358e2e67d57b358 (diff) | |
download | ports-4616be14f93c26f053658d8cbc086251ac7e2e8a.tar.gz ports-4616be14f93c26f053658d8cbc086251ac7e2e8a.zip |
upgrade to 1.01d
Submitted by: obrien
Notes
Notes:
svn path=/head/; revision=47562
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 d02a55977e9b..1a2e64774ef8 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 5623de839b3e..f2db0c8e6d98 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 000000000000..5c5b40f5e3ae --- /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 000000000000..3dc4edbd7476 --- /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>. |