Skip to content

Commit

Permalink
devel/jetbrains-webstorm: Update to 2023.2.5
Browse files Browse the repository at this point in the history
ChangeLog:
https://youtrack.jetbrains.com/articles/WEB-A-233538450/WebStorm-2023.2.5-232.10227.9-build-Release-Notes

Improve "Cannot connect to already running IDE instance" Exception: Process
<process_id> is still running" detection

PR:		275179
Reported by:	dmitry.wagin@ya.ru (maintainer)
  • Loading branch information
dwagin authored and fernape committed Nov 22, 2023
1 parent 277d614 commit 58a013b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/jetbrains-webstorm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= webstorm
DISTVERSION= 2023.2.4
DISTVERSION= 2023.2.5
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/webstorm/
PKGNAMEPREFIX= jetbrains-
Expand All @@ -21,7 +21,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
lsof:sysutils/lsof

USES= cpe desktop-file-utils python:run shebangfix
USES= cpe python:run shebangfix

CPE_VENDOR= jetbrains
USE_JAVA= yes
Expand All @@ -36,7 +36,7 @@ NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}

WRKSRC= ${WRKDIR}/WebStorm-232.10203.14
WRKSRC= ${WRKDIR}/WebStorm-232.10227.9

do-install:
# Linux/Windows/OS X only so remove them
Expand Down
6 changes: 3 additions & 3 deletions devel/jetbrains-webstorm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698516543
SHA256 (jetbrains/WebStorm-2023.2.4.tar.gz) = 0594d7279232eaa162a4091c16a74987f6d6b78e6d630f6be76acae881c9d083
SIZE (jetbrains/WebStorm-2023.2.4.tar.gz) = 605622117
TIMESTAMP = 1700297958
SHA256 (jetbrains/WebStorm-2023.2.5.tar.gz) = 1ca1dbaac68b053752bf43479e522ae1c22be2ec28deb8903fc05ca915416f15
SIZE (jetbrains/WebStorm-2023.2.5.tar.gz) = 605676777
2 changes: 1 addition & 1 deletion devel/jetbrains-webstorm/pkg-descr
@@ -1,4 +1,4 @@
WebStorm - a JavaScript IDE from JetBrains
WebStorm - a JavaScript IDE from JetBrains

Use the full power of the modern JavaScript ecosystem - WebStorm's got you
covered! Enjoy the intelligent code completion, on-the-fly error detection,
Expand Down
2 changes: 1 addition & 1 deletion devel/jetbrains-webstorm/pkg-plist
Expand Up @@ -20,7 +20,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-WS-232.10203.14
%%DATADIR%%/lib/build-marker-WS-232.10227.9
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
Expand Down

0 comments on commit 58a013b

Please sign in to comment.