View | Details | Raw Unified | Return to bug 277141 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/jetbrains-goland/Makefile (-4 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	goland
1
PORTNAME=	goland
2
DISTVERSION=	2023.3.3
2
PORTVERSION=	2023.3.4
3
CATEGORIES=	devel java
3
CATEGORIES=	devel
4
MASTER_SITES=	https://download-cdn.jetbrains.com/go/
4
MASTER_SITES=	https://download-cdn.jetbrains.com/go/
5
PKGNAMEPREFIX=	jetbrains-
5
PKGNAMEPREFIX=	jetbrains-
6
DIST_SUBDIR=	jetbrains
6
DIST_SUBDIR=	jetbrains
Lines 56-63 do-install: Link Here
56
		${WRKSRC}/lib/native \
56
		${WRKSRC}/lib/native \
57
		${WRKSRC}/lib/pty4j \
57
		${WRKSRC}/lib/pty4j \
58
		${WRKSRC}/plugins/cwm-plugin \
58
		${WRKSRC}/plugins/cwm-plugin \
59
		${WRKSRC}/plugins/cwm-plugin-projector \
59
		${WRKSRC}/plugins/gateway-plugin \
60
		${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
61
		${WRKSRC}/plugins/go-plugin/lib/dlv \
60
		${WRKSRC}/plugins/go-plugin/lib/dlv \
62
		${WRKSRC}/plugins/remote-dev-server
61
		${WRKSRC}/plugins/remote-dev-server
63
	${MKDIR} ${STAGEDIR}${DATADIR}
62
	${MKDIR} ${STAGEDIR}${DATADIR}
(-)b/devel/jetbrains-goland/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706448503
1
TIMESTAMP = 1708032008
2
SHA256 (jetbrains/goland-2023.3.3.tar.gz) = 18a692790f0d4e2d40cedebb954aed074f72bb67ba4bdb63b7a4cb4df2c216c7
2
SHA256 (jetbrains/goland-2023.3.4.tar.gz) = 17c0f1142c65b0c27371691fe7f36bce66eca9779ec97266feaae0af3a0da10f
3
SIZE (jetbrains/goland-2023.3.3.tar.gz) = 696233811
3
SIZE (jetbrains/goland-2023.3.4.tar.gz) = 693613139
(-)b/devel/jetbrains-goland/pkg-plist (-7 / +3 lines)
Lines 22-28 share/applications/goland.desktop Link Here
22
%%DATADIR%%/lib/app.jar
22
%%DATADIR%%/lib/app.jar
23
%%DATADIR%%/lib/async-profiler.jar
23
%%DATADIR%%/lib/async-profiler.jar
24
%%DATADIR%%/lib/bouncy-castle.jar
24
%%DATADIR%%/lib/bouncy-castle.jar
25
%%DATADIR%%/lib/build-marker-GO-233.14015.113
25
%%DATADIR%%/lib/build-marker-GO-233.14475.38
26
%%DATADIR%%/lib/byte-buddy-agent.jar
26
%%DATADIR%%/lib/byte-buddy-agent.jar
27
%%DATADIR%%/lib/cds/classesLogAgent.jar
27
%%DATADIR%%/lib/cds/classesLogAgent.jar
28
%%DATADIR%%/lib/error-prone-annotations.jar
28
%%DATADIR%%/lib/error-prone-annotations.jar
Lines 87-96 share/applications/goland.desktop Link Here
87
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
87
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
88
%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
88
%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
89
%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar
89
%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar
90
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
91
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
92
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
93
%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions
94
%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar
90
%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar
95
%%DATADIR%%/plugins/go-ide/lib/go-ide.jar
91
%%DATADIR%%/plugins/go-ide/lib/go-ide.jar
96
%%DATADIR%%/plugins/go-plugin/lib/go-plugin.jar
92
%%DATADIR%%/plugins/go-plugin/lib/go-plugin.jar
Lines 99-106 share/applications/goland.desktop Link Here
99
%%DATADIR%%/plugins/go-plugin/license/golang-license.txt
95
%%DATADIR%%/plugins/go-plugin/license/golang-license.txt
100
%%DATADIR%%/plugins/go-plugin/license/gopher-license.txt
96
%%DATADIR%%/plugins/go-plugin/license/gopher-license.txt
101
%%DATADIR%%/plugins/go-plugin/license/re2j-license.txt
97
%%DATADIR%%/plugins/go-plugin/license/re2j-license.txt
102
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-e58f7cfedaf7-155fe4b6e3a0.ijx
98
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-2946fb9b3188-155fe4b6e3a0.ijx
103
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-e58f7cfedaf7-155fe4b6e3a0.txt
99
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-2946fb9b3188-155fe4b6e3a0.txt
104
%%DATADIR%%/plugins/go-sharedIndexes-bundled/lib/go-sharedIndexes-bundled.jar
100
%%DATADIR%%/plugins/go-sharedIndexes-bundled/lib/go-sharedIndexes-bundled.jar
105
%%DATADIR%%/plugins/go-template/lib/go-template.jar
101
%%DATADIR%%/plugins/go-template/lib/go-template.jar
106
%%DATADIR%%/plugins/grazie/lib/grazie.jar
102
%%DATADIR%%/plugins/grazie/lib/grazie.jar

Return to bug 277141