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 /security/py-Products.PlonePAS | |
parent | 23b5323f9d02fb3717b20e01718847614b149b5f (diff) | |
download | ports-c5db3d9375958320fd529623f7e67fe414cdae38.tar.gz ports-c5db3d9375958320fd529623f7e67fe414cdae38.zip |
Notes
Diffstat (limited to 'security/py-Products.PlonePAS')
-rw-r--r-- | security/py-Products.PlonePAS/Makefile | 13 | ||||
-rw-r--r-- | security/py-Products.PlonePAS/distinfo | 4 | ||||
-rw-r--r-- | security/py-Products.PlonePAS/pkg-descr | 2 |
3 files changed, 7 insertions, 12 deletions
diff --git a/security/py-Products.PlonePAS/Makefile b/security/py-Products.PlonePAS/Makefile index 15fd4f3f8125..00f3cbf0f7ed 100644 --- a/security/py-Products.PlonePAS/Makefile +++ b/security/py-Products.PlonePAS/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.PlonePAS -# Date created: 02 January 2012 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= Products.PlonePAS -PORTVERSION= 4.0.12 +PORTVERSION= 4.0.13 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,15 +13,15 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \ ${PYTHON_PKGNAMEPREFIX}plone.session>=0:${PORTSDIR}/security/py-plone.session \ + ${PYTHON_PKGNAMEPREFIX}plone.i18n>0:${PORTSDIR}/www/py-plone.i18n \ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ - ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \ - ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n + ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes -#USE_ZOPE= yes +USE_ZOPE= yes .include <bsd.port.mk> diff --git a/security/py-Products.PlonePAS/distinfo b/security/py-Products.PlonePAS/distinfo index e7af03516907..30be2f97493b 100644 --- a/security/py-Products.PlonePAS/distinfo +++ b/security/py-Products.PlonePAS/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/Products.PlonePAS-4.0.12.zip) = d1342ea136c8ab424509d121b8933df4d583fd7efe184e4c3f838575ed65f171 -SIZE (zope/Products.PlonePAS-4.0.12.zip) = 141928 +SHA256 (zope/Products.PlonePAS-4.0.13.zip) = 87e5e1b89fa5091bce099df07085f14e3282646c5f28eff70622465b718ac1f5 +SIZE (zope/Products.PlonePAS-4.0.13.zip) = 142163 diff --git a/security/py-Products.PlonePAS/pkg-descr b/security/py-Products.PlonePAS/pkg-descr index 2b77dee8b494..a500a26478e0 100644 --- a/security/py-Products.PlonePAS/pkg-descr +++ b/security/py-Products.PlonePAS/pkg-descr @@ -1,3 +1,3 @@ PlonePAS adapts the PluggableAuthService for use by Plone. -WWW: http://pypi.python.org/pypi/Products.PlonePAS +WWW: http://pypi.python.org/pypi/Products.PlonePAS |