mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
java/intellij-ultimate: update to 2025.3 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export JAVA_VERSION=17+
|
||||
export JAVA_VERSION=21+
|
||||
exec "%%DATADIR%%/bin/idea.sh" "$@"
|
||||
|
||||
+821
-822
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user