pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pycharm-bin



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

Modified Files:
        pkgsrc/devel/pycharm-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.10 -r1.11 pkgsrc/devel/pycharm-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/pycharm-bin/Makefile
diff -u pkgsrc/devel/pycharm-bin/Makefile:1.10 pkgsrc/devel/pycharm-bin/Makefile:1.11
--- pkgsrc/devel/pycharm-bin/Makefile:1.10      Mon Sep 11 13:48:19 2023
+++ pkgsrc/devel/pycharm-bin/Makefile   Sat Nov 18 15:04:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/09/11 13:48:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2023/11/18 15:04:27 abs Exp $
 
 
 VERSION=       2023.2.1
@@ -14,7 +14,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      intellij-fsnotifier-[0-9]*:../../sysutils/intellij-fsnotifier
 
-USE_JAVA2=     9
+USE_JAVA2=     11
 
 PKG_JVMS_ACCEPTED=     openjdk17 oracle-jdk17
 PKG_JVMS_ACCEPTED+=    openjdk11 adoptopenjdk11-bin openjdk-bin



Home | Main Index | Thread Index | Old Index