Skip to content

Commit

Permalink
devel/jetbrains-webstorm: Update to 2021.1
Browse files Browse the repository at this point in the history
Changes https://confluence.jetbrains.com/display/WI/WebStorm+2021.1+Release+Notes

PR:		254960
Approved by:	Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
  • Loading branch information
kev009 committed Apr 11, 2021
1 parent c2b063b commit 468e12d
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 232 deletions.
11 changes: 3 additions & 8 deletions devel/jetbrains-webstorm/Makefile
@@ -1,7 +1,7 @@
# Created by: Pedro Giffuni <pfg@FreeBSD.org>

PORTNAME= webstorm
PORTVERSION= 2020.3.3
PORTVERSION= 2021.1
CATEGORIES= devel java
MASTER_SITES= https://download-cf.jetbrains.com/webstorm/
PKGNAMEPREFIX= jetbrains-
Expand All @@ -17,7 +17,6 @@ LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
intellij-pty4j>=0.11.4:java/intellij-pty4j \
lsof:sysutils/lsof

USES= python:run shebangfix
Expand All @@ -34,12 +33,9 @@ NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message

WRKSRC= ${WRKDIR}/WebStorm-203.7717.59
WRKSRC= ${WRKDIR}/WebStorm-211.6693.108

do-install:
# Initial JDK 15+ support
@${REINPLACE_CMD} '/UseConcMarkSweepGC/d' ${WRKSRC}/bin/${PORTNAME}.vmoptions
@${REINPLACE_CMD} '/UseConcMarkSweepGC/d' ${WRKSRC}/bin/${PORTNAME}64.vmoptions
# Linux/Windows/OS X only so remove them
@${RM} -r \
${WRKSRC}/bin/fsnotifier \
Expand All @@ -48,6 +44,7 @@ do-install:
${WRKSRC}/jbr \
${WRKSRC}/jre64 \
${WRKSRC}/lib/pty4j-native \
${WRKSRC}/plugins/cwm-plugin/quiche-native \
${WRKSRC}/plugins/performanceTesting/bin \
${WRKSRC}/plugins/webp/lib/libwebp
${MKDIR} ${STAGEDIR}${DATADIR}
Expand All @@ -59,7 +56,5 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
# Use pty4j replacement provided by java/intellij-pty4j
${LN} -sf ../../../intellij/lib/libpty ${STAGEDIR}${DATADIR}/lib/pty4j-native

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/jetbrains-webstorm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1615973806
SHA256 (jetbrains/WebStorm-2020.3.3.tar.gz) = cb31a5a5f8feb64f5a2c137d5871f22d35405d2eaae6e01bae7a865b3e3ef86b
SIZE (jetbrains/WebStorm-2020.3.3.tar.gz) = 442634483
TIMESTAMP = 1618068803
SHA256 (jetbrains/WebStorm-2021.1.tar.gz) = cc27711e3b7e77847b273a2b6b642a03dfc94a40bd838ce30e1e2c2171102596
SIZE (jetbrains/WebStorm-2021.1.tar.gz) = 488033050

0 comments on commit 468e12d

Please sign in to comment.