View | Details | Raw Unified | Return to bug 268372
Collapse All | Expand All

(-)b/devel/jetbrains-webstorm/Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	webstorm
1
PORTNAME=	webstorm
2
PORTVERSION=	2022.3
2
PORTVERSION=	2022.3
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	devel java
4
CATEGORIES=	devel java
5
MASTER_SITES=	https://download-cdn.jetbrains.com/webstorm/
5
MASTER_SITES=	https://download-cdn.jetbrains.com/webstorm/
6
PKGNAMEPREFIX=	jetbrains-
6
PKGNAMEPREFIX=	jetbrains-
Lines 22-29 RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ Link Here
22
		lsof:sysutils/lsof
22
		lsof:sysutils/lsof
23
23
24
USES=		cpe python:run shebangfix
24
USES=		cpe python:run shebangfix
25
CPE_VENDOR=	jetbrains
26
25
26
CPE_VENDOR=	jetbrains
27
USE_JAVA=	yes
27
USE_JAVA=	yes
28
JAVA_VERSION=	17+
28
JAVA_VERSION=	17+
29
29
Lines 33-38 NO_ARCH= yes Link Here
33
NO_ARCH_IGNORE=	libjnidispatch.so
33
NO_ARCH_IGNORE=	libjnidispatch.so
34
NO_BUILD=	yes
34
NO_BUILD=	yes
35
SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
35
SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
36
SUB_LIST=	JAVA_HOME=${JAVA_HOME}
36
37
37
WRKSRC=		${WRKDIR}/WebStorm-223.7571.168
38
WRKSRC=		${WRKDIR}/WebStorm-223.7571.168
38
39
(-)b/devel/jetbrains-webstorm/files/webstorm.desktop.in (-1 / +1 lines)
Lines 6-12 Name=WebStorm Link Here
6
GenericName=webStorm
6
GenericName=webStorm
7
Comment=WebStorm Integrated Development Environment
7
Comment=WebStorm Integrated Development Environment
8
Icon=%%DATADIR%%/bin/webstorm.png
8
Icon=%%DATADIR%%/bin/webstorm.png
9
Exec=%%DATADIR%%/bin/webstorm.sh
9
Exec=%%PREFIX%%/bin/webstorm
10
Terminal=false
10
Terminal=false
11
StartupNotify=true
11
StartupNotify=true
12
Categories=Application;Development;
12
Categories=Application;Development;
(-)b/devel/jetbrains-webstorm/files/webstorm.in (+3 lines)
Lines 1-3 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
export WEBIDE_JDK=${WEBIDE_JDK:-"%%JAVA_HOME%%"}
4
export SHELL="/bin/sh"
5
3
exec "%%DATADIR%%/bin/webstorm.sh" "$@"
6
exec "%%DATADIR%%/bin/webstorm.sh" "$@"

Return to bug 268372