java/intellij-ultimate: update to 2025.3 release

This commit is contained in:
Alex Dupre
2025-12-11 17:15:20 +01:00
parent 40bc3daf6c
commit c2fe56e4de
4 changed files with 830 additions and 834 deletions
+5 -8
View File
@@ -1,8 +1,8 @@
PORTNAME= intellij-ultimate
DISTVERSION= 2025.2.3
DISTVERSION= 2025.3
CATEGORIES= java devel
MASTER_SITES= https://download-cdn.jetbrains.com/idea/
DISTNAME= ideaIU-${DISTVERSION}
DISTNAME= idea-${DISTVERSION}
DIST_SUBDIR= jetbrains
MAINTAINER= andoriyu@gmail.com
@@ -21,7 +21,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
lsof:sysutils/lsof
USES= java
JAVA_VERSION= 17+
JAVA_VERSION= 21+
CONFLICTS= idea intellij
@@ -29,7 +29,7 @@ NO_BUILD= yes
SUB_FILES= idea idea.desktop pkg-message
BUILD_TYPE= IU
BUILD_VERSION= 252.26830.84
BUILD_VERSION= 253.28294.334
BUILD_MARKER= ${BUILD_TYPE}-${BUILD_VERSION}
PLIST_SUB= BUILD_MARKER=${BUILD_MARKER}
WRKSRC= ${WRKDIR}/idea-${BUILD_MARKER}
@@ -53,13 +53,10 @@ post-patch:
${WRKSRC}/plugins/clouds-docker-impl \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/gateway-plugin \
${WRKSRC}/plugins/gateway-terminal \
${WRKSRC}/plugins/llmInstaller/video/Idea/.DS_Store \
${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/ \
${WRKSRC}/plugins/maven/lib/maven4-server-lib \
${WRKSRC}/plugins/remote-dev-server/ \
${WRKSRC}/plugins/station-plugin/toolbox/ \
${WRKSRC}/plugins/webp/lib/libwebp/
${WRKSRC}/plugins/station-plugin/toolbox
@${SED} -i '' 's,/amd64,,' ${WRKSRC}/bin/idea.sh ${WRKSRC}/product-info.json
@${SED} -i '' 's/amd64/${ARCH}/' ${WRKSRC}/product-info.json
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1759740930
SHA256 (jetbrains/ideaIU-2025.2.3.tar.gz) = 4a54ae8a17d6427f07d2450324132f59391279c6b1094de02f73e408deb5a23c
SIZE (jetbrains/ideaIU-2025.2.3.tar.gz) = 1775170440
TIMESTAMP = 1765453092
SHA256 (jetbrains/idea-2025.3.tar.gz) = 13f4174ba16c1cef04871cb261433536d002586c269a809392c20ee3f94959f5
SIZE (jetbrains/idea-2025.3.tar.gz) = 1515485267
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
export JAVA_VERSION=17+
export JAVA_VERSION=21+
exec "%%DATADIR%%/bin/idea.sh" "$@"
File diff suppressed because it is too large Load Diff