summaryrefslogtreecommitdiff
path: root/devel/jetbrains-goland/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jetbrains-goland/Makefile')
-rw-r--r--devel/jetbrains-goland/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/jetbrains-goland/Makefile b/devel/jetbrains-goland/Makefile
index 00dd2285ffbd..14d94dc8e842 100644
--- a/devel/jetbrains-goland/Makefile
+++ b/devel/jetbrains-goland/Makefile
@@ -1,5 +1,5 @@
PORTNAME= goland
-DISTVERSION= 2025.1.4
+DISTVERSION= 2025.2.2
CATEGORIES= devel
MASTER_SITES= https://download-cdn.jetbrains.com/go/
PKGNAMEPREFIX= jetbrains-
@@ -18,8 +18,8 @@ ONLY_FOR_ARCHS= aarch64 amd64
BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
- jetbrains-pty4j>=0.13.2:devel/jetbrains-pty4j \
- jetbrains-restarter>=241.15989.150:devel/jetbrains-restarter \
+ jetbrains-pty4j>=0.13.11:devel/jetbrains-pty4j \
+ jetbrains-restarter>=2025.2.2:devel/jetbrains-restarter \
jetbrains-sqlite>=241.15989.150:devel/jetbrains-sqlite \
lsof:sysutils/lsof
@@ -69,7 +69,8 @@ do-install:
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
${WRKSRC}/plugins/go-plugin/lib/dlv \
- ${WRKSRC}/plugins/remote-dev-server
+ ${WRKSRC}/plugins/remote-dev-server \
+ ${WRKSRC}/plugins/station-plugin/toolbox
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
"! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh ! -name *\.exe")