pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/intellij-ue-bin



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Feb 15 21:26:14 UTC 2022

Modified Files:
        pkgsrc/devel/intellij-ue-bin: DESCR Makefile

Log Message:
devel/intellij-ue-bin: fix DESCR

IntelliJ Ultimate Edition is not Open Source.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/intellij-ue-bin/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/intellij-ue-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/intellij-ue-bin/DESCR
diff -u pkgsrc/devel/intellij-ue-bin/DESCR:1.1 pkgsrc/devel/intellij-ue-bin/DESCR:1.2
--- pkgsrc/devel/intellij-ue-bin/DESCR:1.1      Sun Mar  3 17:11:12 2019
+++ pkgsrc/devel/intellij-ue-bin/DESCR  Tue Feb 15 21:26:14 2022
@@ -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

Index: pkgsrc/devel/intellij-ue-bin/Makefile
diff -u pkgsrc/devel/intellij-ue-bin/Makefile:1.5 pkgsrc/devel/intellij-ue-bin/Makefile:1.6
--- pkgsrc/devel/intellij-ue-bin/Makefile:1.5   Fri Dec  4 20:45:10 2020
+++ pkgsrc/devel/intellij-ue-bin/Makefile       Tue Feb 15 21:26:14 2022
@@ -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      \



Home | Main Index | Thread Index | Old Index