pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/7plus



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jan 25 14:15:16 UTC 2024

Modified Files:
        pkgsrc/ham/7plus: Makefile

Log Message:
ham/7plus: Remediate no-commercial-use

The license is unclear anyway, so flip to generic-non-license.  Set
NO_*_ON_CDROM because of "no commercial use" text in documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/ham/7plus/Makefile

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

Modified files:

Index: pkgsrc/ham/7plus/Makefile
diff -u pkgsrc/ham/7plus/Makefile:1.17 pkgsrc/ham/7plus/Makefile:1.18
--- pkgsrc/ham/7plus/Makefile:1.17      Tue Dec 19 14:34:57 2023
+++ pkgsrc/ham/7plus/Makefile   Thu Jan 25 14:15:16 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2023/12/19 14:34:57 zafer Exp $
+# $NetBSD: Makefile,v 1.18 2024/01/25 14:15:16 gdt Exp $
 #
 
 DISTNAME=      7pl225sr
 PKGNAME=       7plus-225
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    ham
 MASTER_SITES=  https://www.aydogan.net/distfiles/ham/
 DISTFILES=     7pl225sr.tgz \
@@ -12,7 +12,13 @@ DISTFILES=   7pl225sr.tgz \
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      #http://home.t-online.de/home/dg1bbq/
 COMMENT=       Uuencode-like file coder for AMPR BBS S&F of binary files
-LICENSE=       no-commercial-use
+# Text talks about restrictions, but doesn't grant permissions under
+# copyright law.  Pick generic-nonlicense and potential users can evaluate.
+LICENSE=       generic-nonlicense
+
+RESTRICTED=            No clear license, no commercial use
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
 
 WRKSRC=                ${WRKDIR}/7plsrc.225
 MAKE_FILE=     netbsd.mak



Home | Main Index | Thread Index | Old Index