pkgsrc-WIP-changes archive

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

nanosaur2: Use correct LICENSE, avoid weird multibyte character in DESCR



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

Modified Files:
	nanosaur2/DESCR
	nanosaur2/Makefile
	nanosaur2/TODO

Log Message:
nanosaur2: Use correct LICENSE, avoid weird multibyte character in DESCR

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

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

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

diffs:
diff --git a/nanosaur2/DESCR b/nanosaur2/DESCR
index 4b4f5000b7..db27c1c3f7 100644
--- a/nanosaur2/DESCR
+++ b/nanosaur2/DESCR
@@ -1,5 +1,5 @@
 Nanosaur II: Hatchling is a continuation of the original Nanosaur storyline,
-only this time you get to fly a pterodactyl who’s loaded with hi-tech
+only this time you get to fly a pterodactyl who's loaded with hi-tech
 weaponry. In addition to the three level adventure mode where you blast
 enemy dinos and save eggs, there are also six two-player levels including
 racing, capture-the-flag, and battle.
diff --git a/nanosaur2/Makefile b/nanosaur2/Makefile
index 0566ef41bf..dddcd56aaf 100644
--- a/nanosaur2/Makefile
+++ b/nanosaur2/Makefile
@@ -8,7 +8,7 @@ GIT_TAG=	v${PKGVERSION_NOREV}
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://jorio.itch.io/nanosaur2
 COMMENT=	Source port of Nanosaur 2: Hatchling from Pangea Software
-LICENSE=	cc-by-sa-v4.0 # XXX Actually it's cc-nc-by-sa-v4.0
+LICENSE=	cc-by-nc-sa-v4.0-license
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
diff --git a/nanosaur2/TODO b/nanosaur2/TODO
index d8a123ca2a..0705affa95 100644
--- a/nanosaur2/TODO
+++ b/nanosaur2/TODO
@@ -1,5 +1,4 @@
 nanosaur2 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