diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 13:56:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 13:56:07 +0000 |
commit | 6049a2e74cb83b461ecaabd5ed5cda772d7ee3c2 (patch) | |
tree | ad9baadff08afc18f76b5c4e9da929816556c7e0 /benchmarks | |
parent | Fix off-by-one error. (diff) |
Update to 1.0.
Notes
Notes:
svn path=/head/; revision=55634
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pybench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/pybench/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/pybench/pkg-plist | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile index 0a89b88e96ce..9b31a37f080b 100644 --- a/benchmarks/pybench/Makefile +++ b/benchmarks/pybench/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pybench -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= benchmarks python MASTER_SITES= http://www.lemburg.com/files/python/ diff --git a/benchmarks/pybench/distinfo b/benchmarks/pybench/distinfo index ab5feb59b0ff..8c28846fa3d5 100644 --- a/benchmarks/pybench/distinfo +++ b/benchmarks/pybench/distinfo @@ -1 +1 @@ -MD5 (pybench-0.9.zip) = 0567265bb18ff5a30f2c0a3319688fd6 +MD5 (pybench-1.0.zip) = 43044464c52e21af19c475d3ff7aef1d diff --git a/benchmarks/pybench/pkg-plist b/benchmarks/pybench/pkg-plist index f2c0d357fe46..38e9640741cc 100644 --- a/benchmarks/pybench/pkg-plist +++ b/benchmarks/pybench/pkg-plist @@ -51,6 +51,9 @@ share/pybench/package/__init__.pyo share/pybench/package/submodule.py share/pybench/package/submodule.pyc share/pybench/package/submodule.pyo +share/pybench/platform.py +share/pybench/platform.pyc +share/pybench/platform.pyo share/pybench/pybench.py share/pybench/pybench.pyc share/pybench/pybench.pyo |