From owner-svn-ports-head@freebsd.org Sat Jan 4 16:31:34 2020 Return-Path: Delivered-To: svn-ports-head@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 8FD621E01A0; Sat, 4 Jan 2020 16:31:34 +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 47qnN63L9xz4Ncg; Sat, 4 Jan 2020 16:31:34 +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 6DD81FC1A; Sat, 4 Jan 2020 16:31:34 +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 004GVYY0027200; Sat, 4 Jan 2020 16:31:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 004GVUc3027178; Sat, 4 Jan 2020 16:31:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001041631.004GVUc3027178@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 16:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522042 - in head: devel/py-DocumentTemplate devel/py-Missing devel/py-MultiMapping devel/py-Persistence devel/py-Products.BTreeFolder2 devel/py-Products.ExternalMethod devel/py-Product... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/py-DocumentTemplate devel/py-Missing devel/py-MultiMapping devel/py-Persistence devel/py-Products.BTreeFolder2 devel/py-Products.ExternalMethod devel/py-Products.MIMETools devel/py-Prod... X-SVN-Commit-Revision: 522042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2020 16:31:34 -0000 Author: antoine Date: Sat Jan 4 16:31:30 2020 New Revision: 522042 URL: https://svnweb.freebsd.org/changeset/ports/522042 Log: Deprecate more parts of zope 2.13 stack With hat: portmgr Modified: head/devel/py-DocumentTemplate/Makefile head/devel/py-Missing/Makefile head/devel/py-MultiMapping/Makefile head/devel/py-Persistence/Makefile head/devel/py-Products.BTreeFolder2/Makefile head/devel/py-Products.ExternalMethod/Makefile head/devel/py-Products.MIMETools/Makefile head/devel/py-Products.OFSP/Makefile head/devel/py-Products.PythonScripts/Makefile head/devel/py-Products.StandardCacheManagers/Makefile head/devel/py-Products.ZCTextIndex/Makefile head/devel/py-Products.ZCatalog/Makefile head/devel/py-Products.ZSQLMethods/Makefile head/devel/py-Record/Makefile head/devel/py-initgroups/Makefile head/devel/py-zExceptions/Makefile head/mail/py-Products.MailHost/Makefile head/security/py-AccessControl/Makefile Modified: head/devel/py-DocumentTemplate/Makefile ============================================================================== --- head/devel/py-DocumentTemplate/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-DocumentTemplate/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Document Templating Markup Language (DTML) +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${PY_FLAVOR} \ Modified: head/devel/py-Missing/Makefile ============================================================================== --- head/devel/py-Missing/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Missing/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Special Missing objects used in Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${PY_FLAVOR} Modified: head/devel/py-MultiMapping/Makefile ============================================================================== --- head/devel/py-MultiMapping/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-MultiMapping/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Special MultiMapping objects used in Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${PY_FLAVOR} Modified: head/devel/py-Persistence/Makefile ============================================================================== --- head/devel/py-Persistence/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Persistence/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Persistent ExtensionClass +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${PY_FLAVOR} \ Modified: head/devel/py-Products.BTreeFolder2/Makefile ============================================================================== --- head/devel/py-Products.BTreeFolder2/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.BTreeFolder2/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= BTree based implementation for Zope 2's OFS +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/py-Products.ExternalMethod/Makefile ============================================================================== --- head/devel/py-Products.ExternalMethod/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.ExternalMethod/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Support for external Python methods within a Zope 2 environment +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/py-Products.MIMETools/Makefile ============================================================================== --- head/devel/py-Products.MIMETools/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.MIMETools/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Provides the tag for DocumentTemplate +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:devel/py-DocumentTemplate@${PY_FLAVOR} Modified: head/devel/py-Products.OFSP/Makefile ============================================================================== --- head/devel/py-Products.OFSP/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.OFSP/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= General Zope 2 help screens +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${PY_FLAVOR} \ Modified: head/devel/py-Products.PythonScripts/Makefile ============================================================================== --- head/devel/py-Products.PythonScripts/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.PythonScripts/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Support for restricted execution of Python scripts in Zope 2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${PY_FLAVOR} \ Modified: head/devel/py-Products.StandardCacheManagers/Makefile ============================================================================== --- head/devel/py-Products.StandardCacheManagers/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.StandardCacheManagers/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Cache managers for Zope 2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/py-Products.ZCTextIndex/Makefile ============================================================================== --- head/devel/py-Products.ZCTextIndex/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.ZCTextIndex/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Full text indexing for ZCatalog/Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${PY_FLAVOR} \ Modified: head/devel/py-Products.ZCatalog/Makefile ============================================================================== --- head/devel/py-Products.ZCatalog/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.ZCatalog/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope2's indexing and search solution +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${PY_FLAVOR} \ Modified: head/devel/py-Products.ZSQLMethods/Makefile ============================================================================== --- head/devel/py-Products.ZSQLMethods/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Products.ZSQLMethods/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= SQL method support for Zope 2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${PY_FLAVOR} \ Modified: head/devel/py-Record/Makefile ============================================================================== --- head/devel/py-Record/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-Record/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Special Record objects used in Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${PY_FLAVOR} Modified: head/devel/py-initgroups/Makefile ============================================================================== --- head/devel/py-initgroups/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-initgroups/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Convenience uid/gid helper function used in Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 USES= python zip Modified: head/devel/py-zExceptions/Makefile ============================================================================== --- head/devel/py-zExceptions/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/devel/py-zExceptions/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -11,6 +11,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Contains common exceptions used in Zope2 +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/mail/py-Products.MailHost/Makefile ============================================================================== --- head/mail/py-Products.MailHost/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/mail/py-Products.MailHost/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope.sendmail integration for Zope 2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/security/py-AccessControl/Makefile ============================================================================== --- head/security/py-AccessControl/Makefile Sat Jan 4 16:29:08 2020 (r522041) +++ head/security/py-AccessControl/Makefile Sat Jan 4 16:31:30 2020 (r522042) @@ -10,6 +10,9 @@ DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Security framework for Zope2 +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-05 + LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt