pkgsrc-WIP-changes archive

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

obnc-libstd: fix LICENSE and CATEGORIES



Module Name:	pkgsrc-wip
Committed By:	Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By:	bapa
Date:		Fri Jan 25 13:18:12 2019 -0700
Changeset:	0c4baac7d4340734902ec96dd7c4954767d7cf95

Modified Files:
	obnc-libstd/Makefile
	obnc-libstd/TODO

Log Message:
obnc-libstd: fix LICENSE and CATEGORIES

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c4baac7d4340734902ec96dd7c4954767d7cf95

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

diffstat:
 obnc-libstd/Makefile | 7 ++-----
 obnc-libstd/TODO     | 4 ----
 2 files changed, 2 insertions(+), 9 deletions(-)

diffs:
diff --git a/obnc-libstd/Makefile b/obnc-libstd/Makefile
index f6e3fe8d3d..45759d8a21 100644
--- a/obnc-libstd/Makefile
+++ b/obnc-libstd/Makefile
@@ -2,15 +2,12 @@
 
 DISTNAME=	obnc-libstd_0.6.0
 PKGNAME=	${DISTNAME:S/_/-/}
-CATEGORIES=	lang
+CATEGORIES=	devel
 MASTER_SITES=	http://miasap.se/obnc/downloads/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://miasap.se/obnc/
-COMMENT=	Standard libraries for the OBNC compiler suite
-# FIXME: gnu-gpl-v3 is the WRONG LICENSE. The real license is ``Mozilla Public License Version 2.0``.
-#        See TODO on the rationale.
-LICENSE=	gnu-gpl-v3
+LICENSE=	mpl-2.0
 
 WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
 
diff --git a/obnc-libstd/TODO b/obnc-libstd/TODO
index 2ce1189111..dcf78954b2 100644
--- a/obnc-libstd/TODO
+++ b/obnc-libstd/TODO
@@ -1,5 +1 @@
-- obnc-libstd is licensed under Mozilla Public License Version 2.0, but that
-  license doesn't seem to be in $PKGSRC/licenses. For now it's left as GPL v3
-  (same license as obnc) until we can figure out what to do about this.
-
 - Improve the DESCR.


Home | Main Index | Thread Index | Old Index