pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/intellij-ue-bin devel/intellij-ue-bin: fix DESCR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eb9a9d2e962
branches:  trunk
changeset: 373977:0eb9a9d2e962
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 15 21:26:14 2022 +0000

description:
devel/intellij-ue-bin: fix DESCR

IntelliJ Ultimate Edition is not Open Source.

Bump PKGREVISION.

diffstat:

 devel/intellij-ue-bin/DESCR    |  19 +++++++++----------
 devel/intellij-ue-bin/Makefile |   6 +++---
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r b498abacff2b -r 0eb9a9d2e962 devel/intellij-ue-bin/DESCR
--- a/devel/intellij-ue-bin/DESCR       Tue Feb 15 21:21:24 2022 +0000
+++ b/devel/intellij-ue-bin/DESCR       Tue Feb 15 21:26:14 2022 +0000
@@ -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 -r b498abacff2b -r 0eb9a9d2e962 devel/intellij-ue-bin/Makefile
--- a/devel/intellij-ue-bin/Makefile    Tue Feb 15 21:21:24 2022 +0000
+++ b/devel/intellij-ue-bin/Makefile    Tue Feb 15 21:26:14 2022 +0000
@@ -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 @@
 
 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      \



Home | Main Index | Thread Index | Old Index