diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-11 17:34:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-11 17:34:09 +0000 |
commit | c5db3d9375958320fd529623f7e67fe414cdae38 (patch) | |
tree | 1f6a491c3878255237f106124524008384267f03 /www/py-plone.testing | |
parent | 23b5323f9d02fb3717b20e01718847614b149b5f (diff) |
Notes
Diffstat (limited to 'www/py-plone.testing')
-rw-r--r-- | www/py-plone.testing/Makefile | 20 | ||||
-rw-r--r-- | www/py-plone.testing/distinfo | 4 | ||||
-rw-r--r-- | www/py-plone.testing/pkg-descr | 2 |
3 files changed, 7 insertions, 19 deletions
diff --git a/www/py-plone.testing/Makefile b/www/py-plone.testing/Makefile index 2be4c977f8f2..37199d0b89aa 100644 --- a/www/py-plone.testing/Makefile +++ b/www/py-plone.testing/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-plone.testing -# Date created: 02 January 2012 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= plone.testing -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,19 +11,12 @@ COMMENT= Testing infrastructure for Zope and Plone projects LICENSE= BSD -RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ - ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ - ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ - ${PYTHON_PKGNAMEPREFIX}zope.app.publisher>=0:${PORTSDIR}/devel/py-zope.app.publisher \ - ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ - ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=0:${PORTSDIR}/devel/py-zope.testbrowser \ - ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ + ${PYTHON_PKGNAMEPREFIX}unittest2>=0:${PORTSDIR}/devel/py-unittest2 DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZIP= yes .include <bsd.port.mk> diff --git a/www/py-plone.testing/distinfo b/www/py-plone.testing/distinfo index 60cb4c12918f..eb6799c23d3a 100644 --- a/www/py-plone.testing/distinfo +++ b/www/py-plone.testing/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/plone.testing-4.0.3.tar.gz) = 48b89c9a3c79242b68a0174fdff0eb7298b09b262454995614965ad5c1befc6c -SIZE (zope/plone.testing-4.0.3.tar.gz) = 139994 +SHA256 (zope/plone.testing-4.0.4.zip) = 6ae3563ab5bf1fe63c872346ffa68851e77cd1dbe6093dfd8c48db42d2cc8d8e +SIZE (zope/plone.testing-4.0.4.zip) = 153499 diff --git a/www/py-plone.testing/pkg-descr b/www/py-plone.testing/pkg-descr index 26fe56050547..39d528d2a388 100644 --- a/www/py-plone.testing/pkg-descr +++ b/www/py-plone.testing/pkg-descr @@ -1,3 +1,3 @@ Testing infrastructure for Zope and Plone projects. -WWW: http://pypi.python.org/pypi/plone.testing +WWW: http://pypi.python.org/pypi/plone.testing |