pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/gap



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jan 25 14:41:59 UTC 2024

Modified Files:
        pkgsrc/math/gap: Makefile

Log Message:
math/gap: Remediate no-commercial-use

There is no clear license.  Use generic-nonlicense, and NO_*_ON_CDROM.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/gap/Makefile

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

Modified files:

Index: pkgsrc/math/gap/Makefile
diff -u pkgsrc/math/gap/Makefile:1.32 pkgsrc/math/gap/Makefile:1.33
--- pkgsrc/math/gap/Makefile:1.32       Sat Apr 24 00:16:04 2021
+++ pkgsrc/math/gap/Makefile    Thu Jan 25 14:41:59 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2021/04/24 00:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/25 14:41:59 gdt Exp $
 
 DISTNAME=      gap4r3
 PKGNAME=       gap-4.3.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 #MASTER_SITES+=        ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}      \
@@ -11,7 +11,14 @@ DISTFILES=   ${DISTNAME}${EXTRACT_SUFX}      \
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gap-system.org/
 COMMENT=       Computational group theory and discrete algebra language
-LICENSE=       no-commercial-use
+# Does not clearly grant permission to redistribute.  Unclear derived
+# work both no-commercial and GPL on Windows, not directly relevant to
+# pkgsrc.
+LICENSE=       generic-nonlicense
+
+RESTRICTED=            No commercial use
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
 
 EXTRACT_ONLY=          ${DISTNAME}${EXTRACT_SUFX}
 SITES.fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/}



Home | Main Index | Thread Index | Old Index