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.PluggableAuthService | |
parent | 23b5323f9d02fb3717b20e01718847614b149b5f (diff) |
Notes
Diffstat (limited to 'security/py-Products.PluggableAuthService')
4 files changed, 7 insertions, 11 deletions
diff --git a/security/py-Products.PluggableAuthService/Makefile b/security/py-Products.PluggableAuthService/Makefile index 9cb4a19ad20d..5c4dfb413898 100644 --- a/security/py-Products.PluggableAuthService/Makefile +++ b/security/py-Products.PluggableAuthService/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.PluggableAuthService -# Date created: 22 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= Products.PluggableAuthService -PORTVERSION= 1.7.7 +PORTVERSION= 1.8.0 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZOPE= yes .include <bsd.port.mk> diff --git a/security/py-Products.PluggableAuthService/distinfo b/security/py-Products.PluggableAuthService/distinfo index 2c55494e604b..851badfc9984 100644 --- a/security/py-Products.PluggableAuthService/distinfo +++ b/security/py-Products.PluggableAuthService/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/Products.PluggableAuthService-1.7.7.tar.gz) = 12fadd76bdc1986e37484df843126cd359b21dd9c92508f6eeac0899053490e3 -SIZE (zope/Products.PluggableAuthService-1.7.7.tar.gz) = 137647 +SHA256 (zope/Products.PluggableAuthService-1.8.0.tar.gz) = a3d8154fef6ca5e81124d4223f60a80394158692ef40ad5a29b0ed2be3792f83 +SIZE (zope/Products.PluggableAuthService-1.8.0.tar.gz) = 141828 diff --git a/security/py-Products.PluggableAuthService/pkg-descr b/security/py-Products.PluggableAuthService/pkg-descr index 6b64835cfe0a..e2ebd9bb688b 100644 --- a/security/py-Products.PluggableAuthService/pkg-descr +++ b/security/py-Products.PluggableAuthService/pkg-descr @@ -1,3 +1,3 @@ Pluggable Zope2 authentication / authorization framework. -WWW: http://pypi.python.org/pypi/Products.PluggableAuthService +WWW: http://pypi.python.org/pypi/Products.PluggableAuthService diff --git a/security/py-Products.PluggableAuthService/pkg-plist b/security/py-Products.PluggableAuthService/pkg-plist index eda85867a822..9f4d969565b5 100644 --- a/security/py-Products.PluggableAuthService/pkg-plist +++ b/security/py-Products.PluggableAuthService/pkg-plist @@ -214,6 +214,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/www/zuPasswd.zpt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/www/zuUsers.zpt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/www/zuWidgets.zpt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/xml/chooser.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/xml/cookieauth.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/xml/delegatepath.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/PluggableAuthService/plugins/xml/domainauth.xml |