svn commit: r522023 - in head: devel/py-Products.CMFActionIcons devel/py-Products.CMFCalendar devel/py-Products.CMFCore devel/py-Products.CMFDefault devel/py-Products.CMFDiffTool devel/py-Products....

Antoine Brodin antoine at FreeBSD.org
Sat Jan 4 10:08:36 UTC 2020


Author: antoine
Date: Sat Jan  4 10:08:31 2020
New Revision: 522023
URL: https://svnweb.freebsd.org/changeset/ports/522023

Log:
  Deprecate parts of zope 2.13 stack
  
  With hat:	portmgr

Modified:
  head/devel/py-Products.CMFActionIcons/Makefile
  head/devel/py-Products.CMFCalendar/Makefile
  head/devel/py-Products.CMFCore/Makefile
  head/devel/py-Products.CMFDefault/Makefile
  head/devel/py-Products.CMFDiffTool/Makefile
  head/devel/py-Products.CMFDynamicViewFTI/Makefile
  head/devel/py-Products.CMFEditions/Makefile
  head/devel/py-Products.CMFFormController/Makefile
  head/devel/py-Products.CMFPlacefulWorkflow/Makefile
  head/devel/py-Products.CMFQuickInstallerTool/Makefile
  head/devel/py-Products.CMFUid/Makefile
  head/devel/py-Products.DCWorkflow/Makefile
  head/devel/py-Products.ExtendedPathIndex/Makefile
  head/devel/py-Products.GenericSetup/Makefile
  head/devel/py-Products.LDAPMultiPlugins/Makefile
  head/devel/py-Products.MimetypesRegistry/Makefile
  head/devel/py-Products.PluginRegistry/Makefile
  head/security/py-Products.PluggableAuthService/Makefile
  head/www/py-collective.templateengines/Makefile
  head/www/zope213/Makefile

Modified: head/devel/py-Products.CMFActionIcons/Makefile
==============================================================================
--- head/devel/py-Products.CMFActionIcons/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFActionIcons/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Action icons product for the Zope CMF
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:devel/py-eggtestinfo@${PY_FLAVOR}

Modified: head/devel/py-Products.CMFCalendar/Makefile
==============================================================================
--- head/devel/py-Products.CMFCalendar/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFCalendar/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Calendar product for the Zope Content Management Framework
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/devel/py-Products.CMFCore/Makefile
==============================================================================
--- head/devel/py-Products.CMFCore/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFCore/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Zope Content Management Framework core components
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/devel/py-Products.CMFDefault/Makefile
==============================================================================
--- head/devel/py-Products.CMFDefault/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFDefault/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Default product for the Zope Content Management Framework
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/devel/py-Products.CMFDiffTool/Makefile
==============================================================================
--- head/devel/py-Products.CMFDiffTool/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFDiffTool/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Diff tool for Plone
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFDynamicViewFTI/Makefile
==============================================================================
--- head/devel/py-Products.CMFDynamicViewFTI/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFDynamicViewFTI/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Product for dynamic views in CMF
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.browsermenu>0:devel/py-zope.browsermenu@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFEditions/Makefile
==============================================================================
--- head/devel/py-Products.CMFEditions/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFEditions/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Versioning for Plone
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.copy>0:devel/py-zope.copy@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFFormController/Makefile
==============================================================================
--- head/devel/py-Products.CMFFormController/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFFormController/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Form validation mechanism for Zope CMF
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFPlacefulWorkflow/Makefile
==============================================================================
--- head/devel/py-Products.CMFPlacefulWorkflow/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFPlacefulWorkflow/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Workflow policies for CMF and Plone
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFQuickInstallerTool/Makefile
==============================================================================
--- head/devel/py-Products.CMFQuickInstallerTool/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFQuickInstallerTool/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Facility for activation/deactivation of Zope CMF products
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation@${PY_FLAVOR} \

Modified: head/devel/py-Products.CMFUid/Makefile
==============================================================================
--- head/devel/py-Products.CMFUid/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.CMFUid/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Uid product for the Zope CMF
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:devel/py-eggtestinfo@${PY_FLAVOR}

Modified: head/devel/py-Products.DCWorkflow/Makefile
==============================================================================
--- head/devel/py-Products.DCWorkflow/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.DCWorkflow/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	DCWorkflow product for the Zope Content Management Framework
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:devel/py-eggtestinfo@${PY_FLAVOR}

Modified: head/devel/py-Products.ExtendedPathIndex/Makefile
==============================================================================
--- head/devel/py-Products.ExtendedPathIndex/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.ExtendedPathIndex/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Zope catalog index for paths
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}AccessControl>0:security/py-AccessControl@${PY_FLAVOR} \

Modified: head/devel/py-Products.GenericSetup/Makefile
==============================================================================
--- head/devel/py-Products.GenericSetup/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.GenericSetup/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Read Zope configuration state from profile dirs / tarballs
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/devel/py-Products.LDAPMultiPlugins/Makefile
==============================================================================
--- head/devel/py-Products.LDAPMultiPlugins/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.LDAPMultiPlugins/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	LDAP-backed plugins for the Zope2 PluggableAuthService
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap>=2.0.6:net/py-ldap@${PY_FLAVOR} \

Modified: head/devel/py-Products.MimetypesRegistry/Makefile
==============================================================================
--- head/devel/py-Products.MimetypesRegistry/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.MimetypesRegistry/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	MIME type handling for Zope
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:devel/py-zope.contenttype@${PY_FLAVOR} \

Modified: head/devel/py-Products.PluginRegistry/Makefile
==============================================================================
--- head/devel/py-Products.PluginRegistry/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/devel/py-Products.PluginRegistry/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Configure application plugins based on interfaces
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/security/py-Products.PluggableAuthService/Makefile
==============================================================================
--- head/security/py-Products.PluggableAuthService/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/security/py-Products.PluggableAuthService/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Pluggable Zope2 authentication / authorization framework
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/www/py-collective.templateengines/Makefile
==============================================================================
--- head/www/py-collective.templateengines/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/www/py-collective.templateengines/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	michelle at sorbs.net
 COMMENT=	Template engine abstraction layer for Python
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:devel/py-Products.CMFCore@${PY_FLAVOR}

Modified: head/www/zope213/Makefile
==============================================================================
--- head/www/zope213/Makefile	Sat Jan  4 09:53:36 2020	(r522022)
+++ head/www/zope213/Makefile	Sat Jan  4 10:08:31 2020	(r522023)
@@ -11,6 +11,9 @@ DIST_SUBDIR=	zope
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Object-based web application platform Version 2.13
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-05
+
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 


More information about the svn-ports-head mailing list