pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zookeeper



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 27 06:32:44 UTC 2022

Modified Files:
        pkgsrc/devel/zookeeper: Makefile

Log Message:
zookeeper: Use a sufficiently old JVM for source version 6


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/zookeeper/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/zookeeper/Makefile
diff -u pkgsrc/devel/zookeeper/Makefile:1.8 pkgsrc/devel/zookeeper/Makefile:1.9
--- pkgsrc/devel/zookeeper/Makefile:1.8 Wed Apr 15 22:51:19 2020
+++ pkgsrc/devel/zookeeper/Makefile     Mon Jun 27 06:32:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/04/15 22:51:19 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2022/06/27 06:32:44 nia Exp $
 #
 
 .include "Makefile.common"
@@ -14,6 +14,8 @@ USE_JAVA=             yes
 USE_JAVA2=             yes
 USE_TOOLS+=            bash:run pax
 
+PKG_JVMS_ACCEPTED=     openjdk8
+
 PKG_SYSCONFSUBDIR=     zookeeper
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index