pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/elasticsearch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 30 07:30:21 UTC 2024

Modified Files:
        pkgsrc/databases/elasticsearch: Makefile

Log Message:
elasticsearch: add comment that new release may use AGPL instead


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/elasticsearch/Makefile

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

Modified files:

Index: pkgsrc/databases/elasticsearch/Makefile
diff -u pkgsrc/databases/elasticsearch/Makefile:1.53 pkgsrc/databases/elasticsearch/Makefile:1.54
--- pkgsrc/databases/elasticsearch/Makefile:1.53        Tue Jun  6 12:40:26 2023
+++ pkgsrc/databases/elasticsearch/Makefile     Fri Aug 30 07:30:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/06/06 12:40:26 riastradh Exp $
+# $NetBSD: Makefile,v 1.54 2024/08/30 07:30:21 wiz Exp $
 
 DISTNAME=      elasticsearch-6.8.8
 PKGREVISION=   1
@@ -8,6 +8,8 @@ MASTER_SITES=   https://artifacts.elastic.
 MAINTAINER=    imil%NetBSD.org@localhost
 HOMEPAGE=      http://www.elasticsearch.org/
 COMMENT=       Distributed RESTful Search Engine
+# update may be AGPL
+# https://www.elastic.co/blog/elasticsearch-is-open-source-again
 LICENSE=       apache-2.0
 
 # Uses javah, which doesn't exist in JDK10+ anymore.



Home | Main Index | Thread Index | Old Index