Skip to content

Commit

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

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

PORTNAME= phpstorm
PORTVERSION= 2020.3.3
PORTVERSION= 2021.1
CATEGORIES= devel java
MASTER_SITES= https://download-cf.jetbrains.com/webide/
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 @@ -31,12 +30,9 @@ NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message

WRKSRC= ${WRKDIR}/PhpStorm-203.7717.64
WRKSRC= ${WRKDIR}/PhpStorm-211.6693.120

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 @@ -45,6 +41,7 @@ do-install:
${WRKSRC}/jbr \
${WRKSRC}/jre64 \
${WRKSRC}/lib/pty4j-native \
${WRKSRC}/plugins/cwm-plugin/quiche-native \
${WRKSRC}/plugins/performanceTesting/bin
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
Expand All @@ -55,7 +52,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-phpstorm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1615973799
SHA256 (jetbrains/PhpStorm-2020.3.3.tar.gz) = 75529fee447e3681b37172d4e8ea438fd9c2161f36d8dbd75781778110702e2b
SIZE (jetbrains/PhpStorm-2020.3.3.tar.gz) = 467769238
TIMESTAMP = 1618068749
SHA256 (jetbrains/PhpStorm-2021.1.tar.gz) = c3f85cea0d4e639ea75e63257604965144edabf049b5077c45a4e8a0703d5514
SIZE (jetbrains/PhpStorm-2021.1.tar.gz) = 522926549

0 comments on commit c2b063b

Please sign in to comment.