# New ports collection makefile for: perldap # Date created: 17 May 1999 # Whom: paul@freebsd.org # # $FreeBSD$ # PORTNAME= ldapsdk PORTVERSION= 1998.12.31 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= directory/c-sdk/ldap DISTNAME= ldapsdk_12311998 MAINTAINER= ports@FreeBSD.org COMMENT= Mozilla LDAP sdk WRKSRC= ${WRKDIR}/mozilla MAKEFILE= ${WRKSRC}/directory/ldapsdk.mk USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5= yes MAKE_ENV+= MOZILLA_CLIENT=1 NO_MDUPDATE=1 MOZ_LDAP_SDK=1 ALL_TARGET= build OBJDIR= ${WRKSRC}/dist/${OPSYS}${OSREL}_DBG.OBJ INSTALL_DIR= ${PREFIX}/mozilla/directory do-install: ${MKDIR} ${INSTALL_DIR}/etc ${MKDIR} ${INSTALL_DIR}/include ${MKDIR} ${INSTALL_DIR}/lib ${INSTALL_DATA} ${OBJDIR}/bin/liblber.so.1.0 \ ${PREFIX}/lib/libmozlber.so.1 -(cd ${PREFIX}/lib; ${LN} -s libmozlber.so.1 libmozlber.so) ${INSTALL_DATA} ${OBJDIR}/bin/libldap.so.1.0 \ ${PREFIX}/lib/libmozldap.so.1 -(cd ${PREFIX}/lib; ${LN} -s libmozldap.so.1 libmozldap.so) ${INSTALL_DATA} ${OBJDIR}/lib/liblber.a ${PREFIX}/lib/libmozlber.a ${INSTALL_DATA} ${OBJDIR}/lib/libldap.a ${PREFIX}/lib/libmozldap.a cd ${OBJDIR}/etc && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/etc cd ${OBJDIR}/include && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/include cd ${INSTALL_DIR}/include \ && [ -f lber.h ] \ && ( cat lber.h | sed -e 's/ldap\.h/mozldap\.h/' > mozlber.h ) \ && rm lber.h \ && [ -f ldap.h ] \ && ( cat ldap.h | sed -e 's/lber\.h/mozlber\.h/' > mozldap.h ) \ && rm ldap.h ${LN} -sf ${INSTALL_DIR}/include/mozlber.h ${PREFIX}/include ${LN} -sf ${INSTALL_DIR}/include/mozldap.h ${PREFIX}/include post-install: @echo @echo 'PLEASE NOTE (2000/8/23):' @echo ' The mozilla lber and ldap libraries now are installed' @echo ' with the names mozlber and mozldap.' @echo @echo ' This has been done to resolve a library naming conflict with ' @echo ' the openldap port. Also, these libraries and related' @echo ' header files are now installed by default in the standard' @echo ' directories /usr/local/lib and /usr/local/include.' @echo @echo ' The complete set of mozilla ldapsdk header files' @echo ' has been installed in /usr/local/mozilla/directory/include,' @echo ' should you require one of the more esoteric ones.' @echo @echo ' Also, please note that the PerLDAP port (../perldap) has' @echo ' been updated to link appropriately to these new library names.' @echo .include ith hat: python@ Convert www to USES=zip 2014-03-10T18:01:09+00:00 bapt bapt@FreeBSD.org 2014-03-10T18:01:09+00:00 9956ff535de2801ced724e7645e801c855af7af5

- do not use easy_install, convert to auto-generated packing list 2014-02-15T14:43:11+00:00 rm rm@FreeBSD.org 2014-02-15T14:43:11+00:00 75c7478788e7030e8741e409c457928933943f58 - move DIST_SUBDIR upper, where appropriate - clarify type of BSD license, where this info was available - bump PORTREVISION
- move DIST_SUBDIR upper, where appropriate
- clarify type of BSD license, where this info was available
- bump PORTREVISION
Tidy up zope/plone ports over the tree. Common changes: 2013-09-23T12:52:16+00:00 rm rm@FreeBSD.org 2013-09-23T12:52:16+00:00 783081fd7348ae57f24a6decfb1baf3ac7b2bfdd - 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.
- 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.
Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20T23:36:50+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:36:50+00:00 e598d34341b62529b9ef63db27d571f9bcb8c766

Update Plone to 4.2.5. 2013-03-28T17:23:24+00:00 rm rm@FreeBSD.org 2013-03-28T17:23:24+00:00 849941123628c26d80fe6a925aed77be11c59be2 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
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
Update Plone to 4.2.1. 2012-09-11T17:34:09+00:00 rm rm@FreeBSD.org 2012-09-11T17:34:09+00:00 07f8f642982e3d5799faaedff9d58bb21e8ecaf4 This update includes: - www/py-plone.outputfilters 1.2 -> 1.6 - www/py-Products.CMFPlone 4.1.5 -> 4.2.1.1 - www/py-plone.app.vocabularies 2.1.6 -> 2.1.7 - www/py-plone.subrequest 1.6.2 -> 1.6.6 - www/py-plone.app.discussion 2.1.5 -> 2.1.7 - www/py-plonetheme.classic 1.1.2 -> 1.2.3 - www/plone 4.1.5 -> 4.2.1 - www/py-plone.i18n 2.0 -> 2.0.1 - www/py-plone.fieldsets 2.0.1 -> 2.0.2 - www/py-plone.app.search 1.0.2 -> 1.0.4 - www/py-plone.app.content 2.0.9 -> 2.0.11 - www/py-plone.app.testing 4.0.2 -> 4.2 - www/py-plone.app.contentrules 2.1.4 -> 2.1.8 - www/py-plone.uuid 1.0.2 -> 1.0.3 - www/py-plone.app.upgrade 1.1.6 -> 1.2.1 - www/py-plone.app.caching 1.0.3 -> 1.1 - www/py-plone.app.linkintegrity 1.4.5 -> 1.4.6 - www/py-plone.app.iterate 2.1.5 -> 2.1.7 - www/py-plone.testing 4.0.3 -> 4.0.4 - www/py-plone.app.contentmenu 2.0.5 -> 2.0.6 - www/py-plone.app.controlpanel 2.2.3 -> 2.2.8 - www/py-plone.portlet.collection 2.0.4 -> 2.1.1 - www/py-plone.resource 1.0b6 -> 1.0.1 - www/py-plone.app.registry 1.0.1 -> 1.1 - www/py-plone.app.workflow 2.0.6 -> 2.0.7 - www/py-plone.app.portlets 2.2.3 -> 2.2.6 - www/py-plone.app.blob 1.5.1 -> 1.5.2 - www/py-Products.TinyMCE 1.2.12 -> 1.2.13 - www/py-plone.app.locales 4.0.11 -> 4.0.15 - www/py-plonetheme.sunburst 1.2.4 -> 1.2.7 - www/py-plone.app.theming 1.0b9 -> 1.0.3 - www/py-plone.app.collection 1.0.1 -> 1.0.5 - www/py-plone.folder 1.0.1 -> 1.0.2 - www/py-plone.app.querystring 1.0.1 -> 1.0.5 - www/py-plone.app.jquerytools 1.3.1 -> 1.3.2 - www/py-plone.app.contentlisting 1.0 -> 1.0.1 - www/py-plone.stringinterp 1.0.5 -> 1.0.7 - www/py-plone.app.layout 2.2.4 -> 2.2.7 - www/py-plone.app.z3cform 0.5.7 -> 0.6.0 - www/py-plone.portlets 2.0.2 -> 2.1 - www/py-plone.app.kss 1.7.0 -> 1.7.1 - www/py-plone.app.redirector 1.1.2 -> 1.1.3 - devel/py-kss-core 1.6.3 -> 1.6.4 - devel/py-Products.ATContentTypes 2.1.7 -> 2.1.8 - devel/py-Products.ResourceRegistries 2.0.6 -> 2.2.1 - devel/py-five.customerize 1.0.2 -> 1.0.3 - devel/py-diazo 1.0rc4 -> 1.0.1 - devel/py-Products.CMFEditions 2.2.2 -> 2.2.5 - devel/py-Products.ExtendedPathIndex 2.9 -> 3.0.1 - devel/py-z3c.formwidget.query 0.7 -> 0.8 - devel/py-Products.Archetypes 1.7.13 -> 1.8.3 - devel/py-Products.CMFPlacefulWorkflow 1.5.6 -> 1.5.7 - devel/py-archetypes.querywidget 1.0.1 -> 1.0.4 - devel/py-Products.PloneLanguageTool 3.2.4 -> 3.2.5 - devel/py-Products.GenericSetup 1.6.6 -> 1.7.2 - devel/py-Products.CMFTestCase 0.9.11 -> 0.9.12 - devel/py-Products.PasswordResetTool 2.0.7 -> 2.0.8 - devel/py-archetypes.kss 1.7.1 -> 1.7.2 - devel/py-collective.z3cform.datetimewidget 1.1.1 -> 1.2.0 - devel/py-Products.PloneTestCase 0.9.13 -> 0.9.15 - devel/py-zope.schema 4.0.1 -> 4.2.0 - devel/py-archetypes.referencebrowserwidget 2.4.11 -> 2.4.12 - security/py-Products.PlonePAS 4.0.12 -> 4.0.13 - security/py-Products.PluggableAuthService 1.7.7 -> 1.8.0 common changes: - strip Makefile header - choose proper value for USE_PYTHON in a cases when I sure that the port is required -2.7 only or may be built/run both 2.x and 3.x - comment off USE_ZOPE - tab -> space in pkg-descr:WWW nuances: - new port www/py-plone.app.jquery added per this plone update requirements - devel/py-zope.schema updated to 4.2.0 because I hadn't got any response from maintainer and because this exact version is required for this plone update feature highlights/release notes: - http://plone.org/products/plone/releases/4.2 - http://plone.org/products/plone/releases/4.2.1
This update includes:
 - www/py-plone.outputfilters 1.2 -> 1.6
 - www/py-Products.CMFPlone 4.1.5 -> 4.2.1.1
 - www/py-plone.app.vocabularies 2.1.6 -> 2.1.7
 - www/py-plone.subrequest 1.6.2 -> 1.6.6
 - www/py-plone.app.discussion 2.1.5 -> 2.1.7
 - www/py-plonetheme.classic 1.1.2 -> 1.2.3
 - www/plone 4.1.5 -> 4.2.1
 - www/py-plone.i18n 2.0 -> 2.0.1
 - www/py-plone.fieldsets 2.0.1 -> 2.0.2
 - www/py-plone.app.search 1.0.2 -> 1.0.4
 - www/py-plone.app.content 2.0.9 -> 2.0.11
 - www/py-plone.app.testing 4.0.2 -> 4.2
 - www/py-plone.app.contentrules 2.1.4 -> 2.1.8
 - www/py-plone.uuid 1.0.2 -> 1.0.3
 - www/py-plone.app.upgrade 1.1.6 -> 1.2.1
 - www/py-plone.app.caching 1.0.3 -> 1.1
 - www/py-plone.app.linkintegrity 1.4.5 -> 1.4.6
 - www/py-plone.app.iterate 2.1.5 -> 2.1.7
 - www/py-plone.testing 4.0.3 -> 4.0.4
 - www/py-plone.app.contentmenu 2.0.5 -> 2.0.6
 - www/py-plone.app.controlpanel 2.2.3 -> 2.2.8
 - www/py-plone.portlet.collection 2.0.4 -> 2.1.1
 - www/py-plone.resource 1.0b6 -> 1.0.1
 - www/py-plone.app.registry 1.0.1 -> 1.1
 - www/py-plone.app.workflow 2.0.6 -> 2.0.7
 - www/py-plone.app.portlets 2.2.3 -> 2.2.6
 - www/py-plone.app.blob 1.5.1 -> 1.5.2
 - www/py-Products.TinyMCE 1.2.12 -> 1.2.13
 - www/py-plone.app.locales 4.0.11 -> 4.0.15
 - www/py-plonetheme.sunburst 1.2.4 -> 1.2.7
 - www/py-plone.app.theming 1.0b9 -> 1.0.3
 - www/py-plone.app.collection 1.0.1 -> 1.0.5
 - www/py-plone.folder 1.0.1 -> 1.0.2
 - www/py-plone.app.querystring 1.0.1 -> 1.0.5
 - www/py-plone.app.jquerytools 1.3.1 -> 1.3.2
 - www/py-plone.app.contentlisting 1.0 -> 1.0.1
 - www/py-plone.stringinterp 1.0.5 -> 1.0.7
 - www/py-plone.app.layout 2.2.4 -> 2.2.7
 - www/py-plone.app.z3cform 0.5.7 -> 0.6.0
 - www/py-plone.portlets 2.0.2 -> 2.1
 - www/py-plone.app.kss 1.7.0 -> 1.7.1
 - www/py-plone.app.redirector 1.1.2 -> 1.1.3
 - devel/py-kss-core 1.6.3 -> 1.6.4
 - devel/py-Products.ATContentTypes 2.1.7 -> 2.1.8
 - devel/py-Products.ResourceRegistries 2.0.6 -> 2.2.1
 - devel/py-five.customerize 1.0.2 -> 1.0.3
 - devel/py-diazo 1.0rc4 -> 1.0.1
 - devel/py-Products.CMFEditions 2.2.2 -> 2.2.5
 - devel/py-Products.ExtendedPathIndex 2.9 -> 3.0.1
 - devel/py-z3c.formwidget.query 0.7 -> 0.8
 - devel/py-Products.Archetypes 1.7.13 -> 1.8.3
 - devel/py-Products.CMFPlacefulWorkflow 1.5.6 -> 1.5.7
 - devel/py-archetypes.querywidget 1.0.1 -> 1.0.4
 - devel/py-Products.PloneLanguageTool 3.2.4 -> 3.2.5
 - devel/py-Products.GenericSetup 1.6.6 -> 1.7.2
 - devel/py-Products.CMFTestCase 0.9.11 -> 0.9.12
 - devel/py-Products.PasswordResetTool 2.0.7 -> 2.0.8
 - devel/py-archetypes.kss 1.7.1 -> 1.7.2
 - devel/py-collective.z3cform.datetimewidget 1.1.1 -> 1.2.0
 - devel/py-Products.PloneTestCase 0.9.13 -> 0.9.15
 - devel/py-zope.schema 4.0.1 -> 4.2.0
 - devel/py-archetypes.referencebrowserwidget 2.4.11 -> 2.4.12
 - security/py-Products.PlonePAS 4.0.12 -> 4.0.13
 - security/py-Products.PluggableAuthService 1.7.7 -> 1.8.0

common changes:
 - strip Makefile header
 - choose proper value for USE_PYTHON in a cases when I sure that the port
   is required -2.7 only or may be built/run both 2.x and 3.x
 - comment off USE_ZOPE
 - tab -> space in pkg-descr:WWW

nuances:
 - new port www/py-plone.app.jquery added per this plone update requirements
 - devel/py-zope.schema updated to 4.2.0 because I hadn't got any response from
   maintainer and because this exact version is required for this plone update

feature highlights/release notes:
 - http://plone.org/products/plone/releases/4.2
 - http://plone.org/products/plone/releases/4.2.1