aboutsummaryrefslogtreecommitdiff
path: root/security/py-AccessControl
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-17/+17
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Canonicalize PyPi WWWs:Dmitry Marakasov2018-02-081-1/+1
| | | | | | | | | | - Switch to https:// - Remove trailing slashes Approved by: portmgr blanket Notes: svn path=/head/; revision=461265
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* security/py-AccessControl: update to 3.0.13Ruslan Makhmatkhanov2017-02-162-3/+7
| | | | Notes: svn path=/head/; revision=434242
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-17/+17
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update plone stack to 4.3.7Ruslan Makhmatkhanov2016-01-102-6/+6
| | | | | | | | | | | | | | | Changelogs: https://plone.org/products/plone/releases/4.3.3 https://plone.org/products/plone/releases/4.3.4 https://plone.org/products/plone/releases/4.3.5 https://plone.org/products/plone/releases/4.3.6 https://plone.org/products/plone/releases/4.3.7 MFH: 2016Q1 Security: 6b3374d4-6b0b-11e5-9909-002590263bf5 Notes: svn path=/head/; revision=405756
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347784
* - do not use easy_install, convert to auto-generated packing listRuslan Makhmatkhanov2014-02-102-203/+5
| | | | | | | | | - move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Notes: svn path=/head/; revision=343605
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Update Plone to 4.3.2.Ruslan Makhmatkhanov2013-09-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://plone.org/products/plone/releases/4.3 http://plone.org/products/plone/releases/4.3.1 http://plone.org/products/plone/releases/4.3.2 This update includes: -devel/py-DateTime: 3.0 -> 3.0.3 -devel/py-Products.ATContentTypes: 2.1.12 -> 2.1.13 -devel/py-Products.Archetypes: 1.8.6 -> 1.9.4 -devel/py-Products.CMFDiffTool: 2.0.2 -> 2.1 -devel/py-Products.CMFDynamicViewFTI: 4.0.3 -> 4.0.5 -devel/py-Products.GenericSetup: 1.7.3 -> 1.7.4 -devel/py-Products.MimetypesRegistry: 2.0.4 -> 2.0.5 -devel/py-Products.PasswordResetTool: 2.0.12 -> 2.0.15 -devel/py-Products.PlacelessTranslationService: 2.0.3 -> 2.0.4 -devel/py-Products.PloneTestCase: 0.9.15 -> 0.9.17 -devel/py-Products.ResourceRegistries: 2.2.7 -> 2.2.9 -devel/py-Products.contentmigration: 2.1.3 -> 2.1.5 -devel/py-archetypes.querywidget: 1.0.8 -> 1.0.9 -devel/py-archetypes.referencebrowserwidget: 2.4.17 -> 2.4.19 -devel/py-collective.z3cform.datetimewidget: 1.2.3 -> 1.2.5 -devel/py-five.customerize: 1.0.3 -> 1.1 -devel/py-z3c.form: 2.5.1 -> 3.0.2 -devel/py-zope.schema: 4.2.1 -> 4.2.2 -security/py-AccessControl: 2.13.13 -> 3.0.8 -security/py-Products.PlonePAS: 4.0.16 -> 4.1.1 -www/py-Products.CMFPlone: 4.2.5 -> 4.3.2 -www/py-Products.TinyMCE: 1.2.16 -> 1.3.5 -www/py-plone.app.blob: 1.5.7 -> 1.5.8 -www/py-plone.app.caching: 1.1.3 -> 1.1.6 -www/py-plone.app.collection: 1.0.8 -> 1.0.11 -www/py-plone.app.content: 2.0.12 -> 2.1.3 -www/py-plone.app.contentlisting: 1.0.4 -> 1.0.5 -www/py-plone.app.contentrules: 2.1.9 -> 3.0.4 -www/py-plone.app.controlpanel: 2.2.11 -> 2.3.7 -www/py-plone.app.discussion: 2.1.9 -> 2.2.8 -www/py-plone.app.form: 2.1.2 -> 2.2.3 -www/py-plone.app.imaging: 1.0.7 -> 1.0.9 -www/py-plone.app.iterate: 2.1.9 -> 2.1.10 -www/py-plone.app.jquery: 1.4.4 -> 1.7.2 -www/py-plone.app.jquerytools: 1.3.2 -> 1.5.6 -www/py-plone.app.layout: 2.2.9 -> 2.3.7 -www/py-plone.app.linkintegrity: 1.5.1 -> 1.5.3 -www/py-plone.app.locales: 4.2.5 -> 4.3.2 -www/py-plone.app.portlets: 2.3.8 -> 2.4.5 -www/py-plone.app.querystring: 1.0.7 -> 1.0.8 -www/py-plone.app.redirector: 1.1.3 -> 1.2 -www/py-plone.app.registry: 1.1 -> 1.2.3 -www/py-plone.app.search: 1.0.8 -> 1.1.5 -www/py-plone.app.theming: 1.0.4 -> 1.1.1 -www/py-plone.app.upgrade: 1.2.5 -> 1.3.4 -www/py-plone.app.viewletmanager: 2.0.3 -> 2.0.4 -www/py-plone.app.vocabularies: 2.1.10 -> 2.1.11 -www/py-plone.app.workflow: 2.0.10 -> 2.1.6 -www/py-plone.app.z3cform: 0.6.2 -> 0.7.4 -www/py-plone.autoform: 1.3 -> 1.5 -www/py-plone.contentrules: 2.0.2 -> 2.0.3 -www/py-plone.i18n: 2.0.5 -> 2.0.9 -www/py-plone.outputfilters: 1.8 -> 1.11.1 -www/py-plone.portlet.collection: 2.1.3 -> 2.1.5 -www/py-plone.portlets: 2.1 -> 2.2 -www/py-plone.scale: 1.2.2 -> 1.3.2 -www/py-plone.stringinterp: 1.0.7 -> 1.0.10 -www/py-plone.supermodel: 1.1.4 -> 1.2.3 -www/py-plone.z3cform: 0.7.8 -> 0.8.0 -www/py-plonetheme.classic: 1.2.5 -> 1.3.2 -www/py-plonetheme.sunburst: 1.2.8 -> 1.4.5 Notes: svn path=/head/; revision=327956
* Update Zope to 2.13.21. This update also includes:Ruslan Makhmatkhanov2013-09-203-4/+5
| | | | | | | | - security/py-AccessControl 2.13.12 -> 2.13.13 - textproc/py-zope.app.i18n 3.6.3 -> 3.6.4 Notes: svn path=/head/; revision=327716
* Update Zope to 2.13.19 along with required dependencies:Ruslan Makhmatkhanov2012-12-202-8/+3
| | | | | | | | | - devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2 - devel/py-tempstorage: 2.12.1 -> 2.12.2 - security/py-AccessControl: 2.13.8 -> 2.13.12 Notes: svn path=/head/; revision=309310
* Import Zope 2.13.16 and update this release required dependencies:Ruslan Makhmatkhanov2012-08-132-5/+5
| | | | | | | | - devel/py-DateTime: 3.0b3 -> 3.0 - security/py-AccessControl: 2.13.7 -> 2.13.8 Notes: svn path=/head/; revision=302472
* - transfer maintainership for my zope-ports to zope@Ruslan Makhmatkhanov2012-01-161-2/+2
| | | | | | | - add them to virtual category `zope' Notes: svn path=/head/; revision=289318
* - update to 2.13.7Ruslan Makhmatkhanov2011-12-122-3/+3
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=287250
* AccessControl provides a general security framework for use in Zope2.Wen Heping2011-11-124-0/+246
WWW: http://pypi.python.org/pypi/AccessControl Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=285625