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

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

Return to bug 268370