git: b0914eb07d00 - main - devel/pycharm-ce and devel/pycharm-pro: mark deprecated and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jun 2025 21:43:58 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0914eb07d00e1d3059df378e159882e816663a5 commit b0914eb07d00e1d3059df378e159882e816663a5 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-06-14 21:39:34 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-06-14 21:39:34 +0000 devel/pycharm-ce and devel/pycharm-pro: mark deprecated and set to expire Since version 2025.1 Pycharm is now unified product. Mark both ports deprecated and instruct users to use devel/pycharm. Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer of pycharm-ce) --- devel/pycharm-ce/Makefile | 3 +++ devel/pycharm-pro/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile index f820bab70dda..53bcf2927f9f 100644 --- a/devel/pycharm-ce/Makefile +++ b/devel/pycharm-ce/Makefile @@ -11,6 +11,9 @@ WWW= https://www.jetbrains.com/pycharm/ LICENSE= APACHE20 +DEPRECATED= Pycharm is now unified product. Please switch to devel/pycharm +EXPIRATION_DATE= 2025-07-15 + BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ diff --git a/devel/pycharm-pro/Makefile b/devel/pycharm-pro/Makefile index 4115f9527c4e..70b3495c95ba 100644 --- a/devel/pycharm-pro/Makefile +++ b/devel/pycharm-pro/Makefile @@ -13,6 +13,9 @@ LICENSE_NAME= Subscription license agreement for business and organizations LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html LICENSE_PERMS= no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +DEPRECATED= Pycharm is now unified product. Please switch to devel/pycharm +EXPIRATION_DATE= 2025-07-15 + ONLY_FOR_ARCH= amd64 BUILD_DEPENDS= jna>0:devel/jna