pkgsrc-WIP-changes archive

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

ottomatic: Use correct LICENSE, avoid weird multibyte chars in DESCR



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Dec 28 15:43:15 2022 -0800
Changeset:	7c5b2e468969ab37d4e4377ffde9e92019566317

Modified Files:
	ottomatic/DESCR
	ottomatic/Makefile
	ottomatic/TODO

Log Message:
ottomatic: Use correct LICENSE, avoid weird multibyte chars in DESCR

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

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

diffstat:
 ottomatic/DESCR    | 2 +-
 ottomatic/Makefile | 4 ++--
 ottomatic/TODO     | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/ottomatic/DESCR b/ottomatic/DESCR
index e5b85262f5..05c9e59275 100644
--- a/ottomatic/DESCR
+++ b/ottomatic/DESCR
@@ -1,2 +1,2 @@
-This is Pangea Software’s Otto Matic updated to run on modern desktop
+This is Pangea Software's Otto Matic updated to run on modern desktop
 platforms.
diff --git a/ottomatic/Makefile b/ottomatic/Makefile
index 7bd70f63de..d6b28e37d6 100644
--- a/ottomatic/Makefile
+++ b/ottomatic/Makefile
@@ -7,8 +7,8 @@ GIT_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://pangeasoft.net/otto/
-COMMENT=	Pangea Software’s Otto Matic
-LICENSE=	cc-by-sa-v4.0 # XXX Actually it's cc-nc-by-sa-v4.0
+COMMENT=	Pangea Software's Otto Matic
+LICENSE=	cc-by-nc-sa-v4.0-license
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
diff --git a/ottomatic/TODO b/ottomatic/TODO
index 70874a74f3..5ff921f06d 100644
--- a/ottomatic/TODO
+++ b/ottomatic/TODO
@@ -1,5 +1,4 @@
 ottomatic TODO:
 
-- I'm not certain about the LICENSE field
 - We depend on wip/mk/git-package.git because we need the Git submodules
   (GitHub's 'archive' feature doesn't recurse into submodules)


Home | Main Index | Thread Index | Old Index