mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
java/intellij-ultimate: update to 2020.3.2
ChangeLog: https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+2020.3.2+%28203.7148.57+build%29+Release+Notes PR: 253151 Submitted by: ale@FreeBSD.org Approved by: andoriyu@gmail.com (maintainer)
This commit is contained in:
parent
9c47cf5285
commit
ded201ca82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563786
@ -4,7 +4,7 @@
|
||||
# Based on the java/intellij port
|
||||
|
||||
PORTNAME= intellij-ultimate
|
||||
PORTVERSION= 2020.1
|
||||
PORTVERSION= 2020.3.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= https://download-cf.jetbrains.com/idea/
|
||||
DISTNAME= ideaIU-${PORTVERSION}-no-jbr
|
||||
@ -23,29 +23,28 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier
|
||||
USES= python:run shebangfix
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 8+
|
||||
JAVA_VERSION= 11+
|
||||
|
||||
SHEBANG_FILES= bin/printenv.py bin/restart.py \
|
||||
plugins/spy-js/server/node_modules/node-uuid/benchmark/bench.sh \
|
||||
plugins/spy-js/server/proxy-nix.sh \
|
||||
plugins/spy-js/server/proxy-osx.sh
|
||||
|
||||
CONFLICTS= intellij-20*
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_ARCH_IGNORE= libjansi.so
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/idea-IU-201.6668.121
|
||||
|
||||
SUB_FILES= idea idea.desktop pkg-message
|
||||
CONFLICTS= intellij-20*
|
||||
|
||||
WRKSRC= ${WRKDIR}/idea-IU-203.7148.57
|
||||
|
||||
do-install:
|
||||
# Linux/Windows/OS X only so remove them
|
||||
@${RM} -r ${WRKSRC}/bin/fsnotifier \
|
||||
${WRKSRC}/bin/fsnotifier-arm \
|
||||
${WRKSRC}/bin/fsnotifier64 \
|
||||
${WRKSRC}/lib/pty4j-native/ \
|
||||
${WRKSRC}/plugins/android/lib/libwebp/ \
|
||||
${WRKSRC}/plugins/webp/lib/libwebp/ \
|
||||
${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux32/ \
|
||||
${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux64/ \
|
||||
${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/osx/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1587154019
|
||||
SHA256 (jetbrains/ideaIU-2020.1-no-jbr.tar.gz) = dd60275b1643751944ca09081552cabf46785e23d4145d35ff2a11fa59ad3153
|
||||
SIZE (jetbrains/ideaIU-2020.1-no-jbr.tar.gz) = 664320358
|
||||
TIMESTAMP = 1611853140
|
||||
SHA256 (jetbrains/ideaIU-2020.3.2-no-jbr.tar.gz) = 982666e1554adb745de819bdd5c7418eadd504cb0324dac2245f949b5a104ced
|
||||
SIZE (jetbrains/ideaIU-2020.3.2-no-jbr.tar.gz) = 714335669
|
||||
|
@ -6,7 +6,7 @@ Name=IntelliJ IDEA Ultimate Edition
|
||||
GenericName=IntelliJ IDEA Ultimate Edition
|
||||
Comment=IntelliJ Integrated Development Environment
|
||||
Icon=%%DATADIR%%/bin/idea.png
|
||||
Exec=%%DATADIR%%/bin/idea.sh
|
||||
Exec=%%PREFIX%%/bin/idea
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Application;Development;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export JAVA_VERSION=11+
|
||||
exec "%%DATADIR%%/bin/idea.sh" "$@"
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user