aboutsummaryrefslogtreecommitdiff
path: root/security/py-plone.protect
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | 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-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update plone stack to 4.3.8Ruslan Makhmatkhanov2016-04-162-5/+4
| | | | | | | | | | Changelog: https://plone.org/products/plone/releases/4.3.8 With hat: zope Notes: svn path=/head/; revision=413428
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update plone stack to 4.3.7Ruslan Makhmatkhanov2016-01-101-1/+2
| | | | | | | | | | | | | | | 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-5/+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-57/+8
| | | | | | | | | - move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Notes: svn path=/head/; revision=343605
* - add new USES target: zope, and convert the tree to itRuslan Makhmatkhanov2013-09-231-1/+1
| | | | | | | | | | | | | - old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML) Notes: svn path=/head/; revision=328002
* Tidy up zope/plone ports over the tree. Common changes:Ruslan Makhmatkhanov2013-09-232-2/+3
| | | | | | | | | | | | | - remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional. Notes: svn path=/head/; revision=327992
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update Plone to 4.2.5.Ruslan Makhmatkhanov2013-03-283-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://plone.org/products/plone/releases/4.2.5 http://plone.org/products/plone/releases/4.2.4 http://plone.org/products/plone/releases/4.2.3 http://plone.org/products/plone/releases/4.2.2 This update includes: - devel/py-Products.ZCTextIndex 2.13.3 -> 2.13.4 - devel/py-Products.ATContentTypes 2.1.8 -> 2.1.12 - devel/py-Products.Archetypes 1.8.3 -> 1.8.6 - devel/py-Products.CMFCore 2.2.6 -> 2.2.7 - devel/py-Products.CMFDefault 2.2.2 -> 2.2.3 - devel/py-Products.CMFDiffTool 2.0 -> 2.0.2 - devel/py-Products.CMFDynamicViewFTI 4.0.2 -> 4.0.3 - devel/py-Products.CMFEditions 2.2.5 -> 2.2.8 - devel/py-Products.CMFFormController 3.0.2 -> 3.0.3 - devel/py-Products.CMFPlacefulWorkflow 1.5.7 -> 1.5.9 - www/py-Products.CMFPlone 4.2.1.1 -> 4.2.5 - devel/py-Products.contentmigration 2.1.1 -> 2.1.3 - devel/py-Products.ExtendedPathIndex 3.0.1 -> 3.1 - devel/py-Products.GenericSetup 1.7.2 -> 1.7.3 - devel/py-Products.Marshall 2.1.1 -> 2.1.2 - devel/py-Products.MimetypesRegistry 2.0.3 -> 2.0.4 - devel/py-Products.PasswordResetTool 2.0.8 -> 2.0.12 - devel/py-Products.PloneLanguageTool 3.2.5 -> 3.2.7 - security/py-Products.PlonePAS 4.0.13 -> 4.0.16 - security/py-Products.PluggableAuthService 1.8.0 -> 1.10.0 - devel/py-Products.PortalTransforms 2.0.7 -> 2.1.2 - devel/py-Products.ResourceRegistries 2.2.1 -> 2.2.7 - www/py-Products.TinyMCE 1.2.13 -> 1.2.16 - www/py-Products.kupu 1.5.0 -> 1.5.1 - devel/py-archetypes.querywidget 1.0.4 -> 1.0.8 - devel/py-archetypes.referencebrowserwidget 2.4.12 -> 2.4.17 - devel/py-archetypes.schemaextender 2.1.1 -> 2.1.2 - devel/py-collective.z3cform.datetimewidget 1.2.0 -> 1.2.3 - devel/py-diazo 1.0.1 -> 1.0.3 - devel/py-kss-core 1.6.4 -> 1.6.5 - www/py-plone.app.blob 1.5.2 -> 1.5.7 - www/py-plone.app.caching 1.1 -> 1.1.3 - www/py-plone.app.collection 1.0.5 -> 1.0.8 - www/py-plone.app.content 2.0.11 -> 2.0.12 - www/py-plone.app.contentmenu 2.0.6 -> 2.0.8 - www/py-plone.app.contentlisting 1.0.1 -> 1.0.4 - www/py-plone.app.contentrules 2.1.8 -> 2.1.9 - www/py-plone.app.controlpanel 2.2.8 -> 2.2.11 - www/py-plone.app.discussion 2.1.7 -> 2.1.9 - www/py-plone.app.folder 1.0.4 -> 1.0.5 - www/py-plone.app.form 2.1.1 -> 2.1.2 - www/py-plone.app.i18n 2.0.1 -> 2.0.2 - www/py-plone.app.imaging 1.0.6 -> 1.0.7 - www/py-plone.app.iterate 2.1.7 -> 2.1.9 - www/py-plone.app.layout 2.2.7 -> 2.2.9 - www/py-plone.app.ldap 1.2.8 -> 1.3.0 - www/py-plone.app.linkintegrity 1.4.6 -> 1.5.1 - www/py-plone.app.locales 4.0.15 -> 4.2.5 - www/py-plone.app.portlets 2.2.6 -> 2.3.8 - www/py-plone.app.querystring 1.0.5 -> 1.0.7 - www/py-plone.app.search 1.0.4 -> 1.0.8 - www/py-plone.app.testing 4.2 -> 4.2.2 - www/py-plone.app.theming 1.0.3 -> 1.0.4 - www/py-plone.app.upgrade 1.2.1 -> 1.2.5 - www/py-plone.app.users 1.1.3 -> 1.1.5 - www/py-plone.app.viewletmanager 2.0.2 > 2.0.3 - www/py-plone.app.vocabularies 2.1.7 -> 2.1.10 - www/py-plone.app.workflow 2.0.7 -> 2.0.10 - www/py-plone.app.z3cform 0.6.0 -> 0.6.2 - www/py-plone.autoform 1.2 -> 1.3 - www/py-plone.browserlayer 2.1.1 -> 2.1.2 - www/py-plone.cachepurging 1.0.3 -> 1.0.4 - www/py-plone.contentrules 2.0.1 -> 2.0.2 - www/py-plone.folder 1.0.2 -> 1.0.4 - www/py-plone.i18n 2.0.1 -> 2.0.5 - www/py-plone.indexer 1.0 -> 1.0.2 - www/py-plone.intelligenttext 2.0.1 -> 2.0.2 - security/py-plone.keyring 2.0 -> 2.0.1 - www/py-plone.locking 2.0.3 -> 2.0.4 - security/py-plone.openid 2.0 -> 2.0.1 - www/py-plone.outputfilters 1.6 -> 1.8 - www/py-plone.portlet.collection 2.1.1 -> 2.1.3 - www/py-plone.portlet.static 2.0.1 -> 2.0.2 - security/py-plone.protect 2.0 -> 2.0.2 - www/py-plone.registry 1.0 -> 1.0.1 - www/py-plone.resource 1.0.1 -> 1.0.2 - security/py-plone.session 3.5 -> 3.5.3 - www/py-plone.subrequest 1.6.6 -> 1.6.7 - www/py-plone.supermodel 1.1.1 -> 1.1.4 - www/py-plone.testing 4.0.4 -> 4.0.8 - www/py-plone.transformchain 1.0.2 -> 1.0.3 - www/py-plonetheme.classic 1.2.3 -> 1.2.5 - www/py-plonetheme.sunburst 1.2.7 -> 1.2.8 - textproc/py-wicked 1.1.9 -> 1.1.10 - devel/py-z3c.formwidget.query 0.8 -> 0.9 - devel/py-zope.schema 4.2.0 -> 4.2.1 Notes: svn path=/head/; revision=315489
* - 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
* - Add first portion of dependencies needed for Plone 4 import.Ruslan Makhmatkhanov2011-12-184-0/+83
Submitted by: rm (myself, via github) Approved by: novel (mentor) Notes: svn path=/head/; revision=287612