pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   abs
Date:           Sat Nov 18 15:04:03 UTC 2023

Modified Files:
        pkgsrc/devel/intellij-ce-bin: Makefile

Log Message:
Switch USE_JAVA2 from 9 to 11, as actually requires 11


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/intellij-ce-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-ce-bin/Makefile
diff -u pkgsrc/devel/intellij-ce-bin/Makefile:1.12 pkgsrc/devel/intellij-ce-bin/Makefile:1.13
--- pkgsrc/devel/intellij-ce-bin/Makefile:1.12  Mon Sep 11 13:47:12 2023
+++ pkgsrc/devel/intellij-ce-bin/Makefile       Sat Nov 18 15:04:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/09/11 13:47:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2023/11/18 15:04:02 abs Exp $
 #
 # TODO Import intellij-fsnotifier with inotify support from FreeBSD.
 
@@ -16,7 +16,7 @@ LICENSE=      apache-2.0
 DEPENDS+=      intellij-fsnotifier-[0-9]*:../../sysutils/intellij-fsnotifier
 
 WRKSRC=                ${WRKDIR}/idea-IC-232.9559.62
-USE_JAVA2=     9
+USE_JAVA2=     11
 
 USE_TOOLS+=    bash pax sed
 



Home | Main Index | Thread Index | Old Index