diff options
author | rillig <rillig@pkgsrc.org> | 2022-02-15 21:26:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2022-02-15 21:26:14 +0000 |
commit | 50ca83dcd3222ff3e7014b0fedeb49153c346781 (patch) | |
tree | 34495718d0477a68d227b96de74541ec4b7e6167 | |
parent | e7d062fd41ea5533d4d6ea1d3770eb6a78387926 (diff) | |
download | pkgsrc-50ca83dcd3222ff3e7014b0fedeb49153c346781.tar.gz |
devel/intellij-ue-bin: fix DESCR
IntelliJ Ultimate Edition is not Open Source.
Bump PKGREVISION.
-rw-r--r-- | devel/intellij-ue-bin/DESCR | 19 | ||||
-rw-r--r-- | devel/intellij-ue-bin/Makefile | 6 |
2 files changed, 12 insertions, 13 deletions
diff --git a/devel/intellij-ue-bin/DESCR b/devel/intellij-ue-bin/DESCR index 1b4932dc796..12104564094 100644 --- a/devel/intellij-ue-bin/DESCR +++ b/devel/intellij-ue-bin/DESCR @@ -1,20 +1,19 @@ -IntelliJ IDEA Ultimate Edition is the open source version of IntelliJ -IDEA, a premier IDE (Integrated Development Environment) for Java, -Groovy and other programming languages such as Scala or Clojure. +IntelliJ IDEA Ultimate Edition is a premier IDE (Integrated Development +Environment) for Java, Groovy and other programming languages such as +Scala or Clojure. The Ultimate Edition includes: - An Intelligent code editor that has all the smarts for - understanding Java, XML and Groovy code + An Intelligent code editor that has all the smarts for understanding + Java, XML and Groovy code - Refactorings, code inspections and intentions, super-fast - navigation and search + Refactorings, code inspections and intentions, super-fast navigation + and search Testing frameworks integration: JUnit and TestNG - Build tools support: Ant and Maven + Build tools support: Ant, Maven, Gradle - Popular version control systems integration: CVS, Subversion - and Git + Popular version control systems integration: CVS, Subversion and Git Swing UI designer diff --git a/devel/intellij-ue-bin/Makefile b/devel/intellij-ue-bin/Makefile index 25be74ffadb..06583fb5c70 100644 --- a/devel/intellij-ue-bin/Makefile +++ b/devel/intellij-ue-bin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2020/12/04 20:45:10 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/02/15 21:26:14 rillig Exp $ # # TODO Import intellij-fsnotifier with inotify support from FreeBSD. VERSION= 2018.3.5 DISTNAME= ideaIU-${VERSION:S/.0.0//}-no-jdk PKGNAME= intellij-ue-bin-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://download.jetbrains.com/idea/ @@ -22,7 +22,7 @@ USE_TOOLS+= pax sed REPLACE_PYTHON= bin/printenv.py \ bin/restart.py \ - + REPLACE_BASH= plugins/Kotlin/kotlinc/bin/kotlin \ plugins/Kotlin/kotlinc/bin/kotlin-dce-js\ plugins/Kotlin/kotlinc/bin/kotlinc \ |