diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:25:49 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:25:49 +0000 |
commit | d684e2dd5abaa2676da5765e3d45a72230eda1e1 (patch) | |
tree | 768d2d9983ab63058d935f6ec8fe4f47da90b967 /sysutils/py-azure-cli-search | |
parent | devel/oclgrind: respect LLVM_DEFAULT. (diff) |
Mark as deprecated some azure-cli dependencies
Following ports r511522.
All of them were incorporated into azure-cli package on version >= 2.0.68.
Notes
Notes:
svn path=/head/; revision=511524
Diffstat (limited to 'sysutils/py-azure-cli-search')
-rw-r--r-- | sysutils/py-azure-cli-search/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-azure-cli-search/Makefile b/sysutils/py-azure-cli-search/Makefile index b74c3dc43e08..289faa05f13e 100644 --- a/sysutils/py-azure-cli-search/Makefile +++ b/sysutils/py-azure-cli-search/Makefile @@ -11,6 +11,9 @@ COMMENT= Microsoft Azure Command-Line Tools Search Command Module LICENSE= MIT +DEPRECATED= Incorporated into azure-cli package +EXPIRATION_DATE=2019-09-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=2.0.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} |