From owner-svn-ports-all@freebsd.org Sat Jan 4 10:08:36 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F0331D72BF; Sat, 4 Jan 2020 10:08:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47qctD1Q8Xz44wk; Sat, 4 Jan 2020 10:08:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E594B42E; Sat, 4 Jan 2020 10:08:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 004A8ZlA098590; Sat, 4 Jan 2020 10:08:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 004A8VSe098567; Sat, 4 Jan 2020 10:08:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001041008.004A8VSe098567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Jan 2020 10:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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.... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: 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.CMFDynamicViewFTI devel/p... X-SVN-Commit-Revision: 522023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2020 10:08:36 -0000 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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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