ports/101088: [PATCH] benchmarks/pybench: update to 2.0
Gea-Suan Lin
gslin at gslin.org
Mon Jul 31 09:40:18 UTC 2006
>Number: 101088
>Category: ports
>Synopsis: [PATCH] benchmarks/pybench: update to 2.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 31 09:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 2.0
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pybench-2.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/benchmarks/pybench/Makefile /home/staff/gslin/work/pybench/Makefile
--- /usr/ports/benchmarks/pybench/Makefile Fri Feb 18 21:00:33 2005
+++ /home/staff/gslin/work/pybench/Makefile Mon Jul 31 17:37:25 2006
@@ -6,9 +6,9 @@
#
PORTNAME= pybench
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= benchmarks python
-MASTER_SITES= http://www.egenix.com/files/python/
+MASTER_SITES= http://downloads.egenix.com/python/
MAINTAINER= ports at FreeBSD.org
COMMENT= An extensible benchmark suite for Python
@@ -30,7 +30,7 @@
> ${WRKDIR}/pybench.sh
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/pybench.sh ${PREFIX}/bin/pybench
diff -ruN --exclude=CVS /usr/ports/benchmarks/pybench/distinfo /home/staff/gslin/work/pybench/distinfo
--- /usr/ports/benchmarks/pybench/distinfo Thu Nov 24 07:53:08 2005
+++ /home/staff/gslin/work/pybench/distinfo Mon Jul 31 17:33:52 2006
@@ -1,3 +1,3 @@
-MD5 (pybench-1.0.zip) = 43044464c52e21af19c475d3ff7aef1d
-SHA256 (pybench-1.0.zip) = 18efca80c7e581e80560a7fc6d6c74884f11a8e1a0765dfadc9661df7ae38e5b
-SIZE (pybench-1.0.zip) = 31157
+MD5 (pybench-2.0.zip) = 53c46c87599694f2a0e128a3e6e86044
+SHA256 (pybench-2.0.zip) = 5df81a77b65d47bde50ff73df1acfa607c754296e3a7ec65938ae30d5b880bd4
+SIZE (pybench-2.0.zip) = 43930
diff -ruN --exclude=CVS /usr/ports/benchmarks/pybench/pkg-plist /home/staff/gslin/work/pybench/pkg-plist
--- /usr/ports/benchmarks/pybench/pkg-plist Fri Feb 18 21:00:33 2005
+++ /home/staff/gslin/work/pybench/pkg-plist Mon Jul 31 17:35:36 2006
@@ -1,5 +1,4 @@
bin/pybench
-%%PORTDOCS%%%%DOCSDIR%%/README
%%DATADIR%%/Arithmetic.py
%%DATADIR%%/Arithmetic.pyc
%%DATADIR%%/Arithmetic.pyo
@@ -24,12 +23,16 @@
%%DATADIR%%/Instances.py
%%DATADIR%%/Instances.pyc
%%DATADIR%%/Instances.pyo
+%%DATADIR%%/LICENSE
%%DATADIR%%/Lists.py
%%DATADIR%%/Lists.pyc
%%DATADIR%%/Lists.pyo
%%DATADIR%%/Lookups.py
%%DATADIR%%/Lookups.pyc
%%DATADIR%%/Lookups.pyo
+%%DATADIR%%/NewInstances.py
+%%DATADIR%%/NewInstances.pyc
+%%DATADIR%%/NewInstances.pyo
%%DATADIR%%/Numbers.py
%%DATADIR%%/Numbers.pyc
%%DATADIR%%/Numbers.pyo
@@ -45,6 +48,9 @@
%%DATADIR%%/Unicode.py
%%DATADIR%%/Unicode.pyc
%%DATADIR%%/Unicode.pyo
+%%DATADIR%%/clockres.py
+%%DATADIR%%/clockres.pyc
+%%DATADIR%%/clockres.pyo
%%DATADIR%%/package/__init__.py
%%DATADIR%%/package/__init__.pyc
%%DATADIR%%/package/__init__.pyo
@@ -57,6 +63,11 @@
%%DATADIR%%/pybench.py
%%DATADIR%%/pybench.pyc
%%DATADIR%%/pybench.pyo
+%%DATADIR%%/systimes.py
+%%DATADIR%%/systimes.pyc
+%%DATADIR%%/systimes.pyo
+%%PORTDOCS%%%%DOCSDIR%%/README
+ at dirrmtry share/pybench
@dirrm %%DATADIR%%/package
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- pybench-2.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list