[Midnightbsd-cvs] mports [19771] trunk/benchmarks/pybench: fix pybench build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 18 19:22:08 EDT 2015


Revision: 19771
          http://svnweb.midnightbsd.org/mports/?rev=19771
Author:   laffer1
Date:     2015-08-18 19:22:08 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
fix pybench build

Modified Paths:
--------------
    trunk/benchmarks/pybench/Makefile
    trunk/benchmarks/pybench/pkg-plist

Modified: trunk/benchmarks/pybench/Makefile
===================================================================
--- trunk/benchmarks/pybench/Makefile	2015-08-18 23:20:12 UTC (rev 19770)
+++ trunk/benchmarks/pybench/Makefile	2015-08-18 23:22:08 UTC (rev 19771)
@@ -2,19 +2,18 @@
 
 PORTNAME=	pybench
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks python
 MASTER_SITES=	http://downloads.egenix.com/python/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An extensible benchmark suite for Python
+COMMENT=	Extensible benchmark suite for Python
 
 LICENSE=	unknown
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_ZIP=	yes
-USE_PYTHON=	yes
+USES=		python zip
 
 PORTDOCS=	README
 

Modified: trunk/benchmarks/pybench/pkg-plist
===================================================================
--- trunk/benchmarks/pybench/pkg-plist	2015-08-18 23:20:12 UTC (rev 19770)
+++ trunk/benchmarks/pybench/pkg-plist	2015-08-18 23:22:08 UTC (rev 19771)
@@ -66,8 +66,3 @@
 %%DATADIR%%/systimes.py
 %%DATADIR%%/systimes.pyc
 %%DATADIR%%/systimes.pyo
-%%PORTDOCS%%%%DOCSDIR%%/README
- at dirrmtry share/pybench
- at dirrm %%DATADIR%%/package
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



More information about the Midnightbsd-cvs mailing list