diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-11-22 16:56:58 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-11-22 16:56:58 +0800 |
commit | d89242d5e0e7a751f8f18548a663068bd84d58f5 (patch) | |
tree | 8a5245fad23d0e46d48175fef743446ab9f66cf0 /benchmarks | |
parent | dbaf7ddcf4de7086784d37a792c3dd7de410aa57 (diff) | |
download | freebsd-ports-gnome-d89242d5e0e7a751f8f18548a663068bd84d58f5.tar.gz freebsd-ports-gnome-d89242d5e0e7a751f8f18548a663068bd84d58f5.tar.zst freebsd-ports-gnome-d89242d5e0e7a751f8f18548a663068bd84d58f5.zip |
Update to postmark-1.5:
* older postmark-1.13 is no longer available
* new version automatically stops if work files are depleted.
* new version uses a better PRNG.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postmark/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/postmark/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index bdc48835b8fd..8a7da908ee9f 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -7,7 +7,7 @@ # PORTNAME= postmark -PORTVERSION= 1.13 +PORTVERSION= 1.5 CATEGORIES= benchmarks MASTER_SITES= http://www.netapp.com/ftp/ \ http://www.taronga.com/~nick/files/ diff --git a/benchmarks/postmark/distinfo b/benchmarks/postmark/distinfo index ee77083ba1b0..7604f07d9c3c 100644 --- a/benchmarks/postmark/distinfo +++ b/benchmarks/postmark/distinfo @@ -1 +1 @@ -MD5 (postmark-1_13.c) = d6a208f56b140669da4cc11ef8501cdc +MD5 (postmark-1_5.c) = ad1208e0bd9e0b19c6b9728febccac17 diff --git a/benchmarks/postmark/pkg-descr b/benchmarks/postmark/pkg-descr index a2b487226c4f..43b2d360de3c 100644 --- a/benchmarks/postmark/pkg-descr +++ b/benchmarks/postmark/pkg-descr @@ -13,6 +13,6 @@ From the paper's Abstract: PostMark is a new benchmark to measure performance for this class of application. -WWW: http://www.netapp.com/tech_library/3022.html +WWW: http://www.netapp.com/tech_library/postmark.html -- David (obrien@cs.ucdavis.edu) |