devel/jetbrains-clion: Update to 2020.3.2
ChangeLog: https://confluence.jetbrains.com/pages/viewpage.action?pageId=206536757 PR: 253139 Submitted by: dmitry.wagin@ya.ru (maintainer)
This commit is contained in:
parent
45cb189d97
commit
d994358361
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563597
3 changed files with 355 additions and 233 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clion
|
||||
PORTVERSION= 2020.2.5
|
||||
PORTVERSION= 2020.3.2
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://download-cf.jetbrains.com/cpp/
|
||||
PKGNAMEPREFIX= jetbrains-
|
||||
|
@ -16,12 +16,14 @@ LICENSE_NAME= Subscription license agreement for business and organizations
|
|||
LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier
|
||||
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
|
||||
intellij-pty4j>=0.11.4:java/intellij-pty4j \
|
||||
lsof:sysutils/lsof
|
||||
|
||||
USES= python:run shebangfix
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 8+
|
||||
JAVA_VERSION= 11+
|
||||
|
||||
SHEBANG_FILES= bin/printenv.py bin/restart.py
|
||||
|
||||
|
@ -53,8 +55,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKDIR}/clion.desktop ${STAGEDIR}${PREFIX}/share/applications/
|
||||
# Use fsnotifier replacement provided by java/intellij-fsnotifier
|
||||
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
|
||||
# Fix slow render
|
||||
${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/clion.vmoptions
|
||||
${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/clion64.vmoptions
|
||||
# Use pty4j replacement provided by java/intellij-pty4j
|
||||
${LN} -sf ../../../intellij/lib/libpty ${STAGEDIR}${DATADIR}/lib/pty4j-native
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1606668502
|
||||
SHA256 (jetbrains/CLion-2020.2.5.tar.gz) = 3f7b37574ec4106fb92377722c12200a759d12487409e14214166acc11ecef48
|
||||
SIZE (jetbrains/CLion-2020.2.5.tar.gz) = 553622901
|
||||
TIMESTAMP = 1612110592
|
||||
SHA256 (jetbrains/CLion-2020.3.2.tar.gz) = 5d49bd88b6457271464687453ff65880a4a38974575bb76f969036c692072280
|
||||
SIZE (jetbrains/CLion-2020.3.2.tar.gz) = 624043209
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue