Monday, June 10, 2024

flag grafana as agplv3

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/grafana/Makefile,v
diff -u -p -r1.40 Makefile
--- Makefile 18 Mar 2024 22:37:44 -0000 1.40
+++ Makefile 10 Jun 2024 16:03:21 -0000
@@ -25,7 +25,7 @@ DISTFILES.a = grafana-$V.linux-amd64.ta
SITES = https://ports.lucasraab.me/
SITES.a = https://dl.grafana.com/oss/release/

-# Apache 2.0 (bundles roboto and opensans fonts)
+# AGPLv3 (https://grafana.com/licensing/)
PERMIT_PACKAGE = Yes

MODULES = lang/go
Hi,

maybe we should specify the more restrictive licensing:

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/grafana/Makefile,v
diff -u -p -r1.40 Makefile
--- Makefile    18 Mar 2024 22:37:44 -0000      1.40
+++ Makefile    10 Jun 2024 16:03:21 -0000
@@ -25,7 +25,7 @@ DISTFILES.a =         grafana-$V.linux-amd64.ta
 SITES =                https://ports.lucasraab.me/
 SITES.a =      https://dl.grafana.com/oss/release/
 
-# Apache 2.0 (bundles roboto and opensans fonts)
+# AGPLv3 (https://grafana.com/licensing/)
 PERMIT_PACKAGE =       Yes
 
 MODULES =      lang/go


patch attached

No comments:

Post a Comment