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-rdbms | |
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-rdbms')
-rw-r--r-- | sysutils/py-azure-cli-rdbms/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-azure-cli-rdbms/Makefile b/sysutils/py-azure-cli-rdbms/Makefile index 4e8f4881759f..6172eb4dc248 100644 --- a/sysutils/py-azure-cli-rdbms/Makefile +++ b/sysutils/py-azure-cli-rdbms/Makefile @@ -11,6 +11,9 @@ COMMENT= Microsoft Azure Command-Line Tools MySQL and PostgreSQL Command Module LICENSE= MIT +DEPRECATED= Incorporated into azure-cli package +EXPIRATION_DATE=2019-09-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=1.8.0:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} |