From owner-dev-commits-ports-all@freebsd.org Wed Aug 4 02:57:41 2021 Return-Path: Delivered-To: dev-commits-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 83D7C6556CA; Wed, 4 Aug 2021 02:57:41 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GfbyF2xpdz4lrj; Wed, 4 Aug 2021 02:57:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 492961EEC6; Wed, 4 Aug 2021 02:57:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1742vf5E053554; Wed, 4 Aug 2021 02:57:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1742vf6Y053553; Wed, 4 Aug 2021 02:57:41 GMT (envelope-from git) Date: Wed, 4 Aug 2021 02:57:41 GMT Message-Id: <202108040257.1742vf6Y053553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 3d3519cab7ed - main - security/py-paramiko1: Mark DEPRECATED MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3d3519cab7ed61b399b95a422e9e95201838c285 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 02:57:41 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d3519cab7ed61b399b95a422e9e95201838c285 commit 3d3519cab7ed61b399b95a422e9e95201838c285 Author: Li-Wen Hsu AuthorDate: 2021-08-04 02:55:38 +0000 Commit: Li-Wen Hsu CommitDate: 2021-08-04 02:55:38 +0000 security/py-paramiko1: Mark DEPRECATED This was for letting ports migrating to newer version at security/py-paramiko. The job has been done and this port has no consumer now. Reported by: sbz --- security/py-paramiko1/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile index b884b363c547..a6642752e3d6 100644 --- a/security/py-paramiko1/Makefile +++ b/security/py-paramiko1/Makefile @@ -10,6 +10,9 @@ COMMENT= Python SSH2 protocol library LICENSE= GPLv2 +DEPRECATED= Out of date version. No consumer now. Use security/py-paramiko +EXPIRATION_DATE=2021-09-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}