pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/amlogic-meson-fwtools



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jun 17 17:08:26 UTC 2019

Modified Files:
        pkgsrc/sysutils/amlogic-meson-fwtools: Makefile

Log Message:
sysutils/amlogic-meson-fwtools: Set NO_*_ON_*

The license does not grant permission to redistribute, so in addition
to setting RESTRICTED, set NO_*_ON_*.  As probably recently discussed
on a list.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/amlogic-meson-fwtools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/amlogic-meson-fwtools/Makefile
diff -u pkgsrc/sysutils/amlogic-meson-fwtools/Makefile:1.2 pkgsrc/sysutils/amlogic-meson-fwtools/Makefile:1.3
--- pkgsrc/sysutils/amlogic-meson-fwtools/Makefile:1.2  Sat May 18 19:26:50 2019
+++ pkgsrc/sysutils/amlogic-meson-fwtools/Makefile      Mon Jun 17 17:08:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/18 19:26:50 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2019/06/17 17:08:26 gdt Exp $
 
 # Version isn't super-meaningful; we're grabbing a collection of non-changing
 # tools from a variety of locations.
@@ -11,9 +11,14 @@ CATEGORIES=  sysutils
 MAINTAINER=    port-arm%NetBSD.org@localhost
 COMMENT=       Trusted Firmware packaging tools for the Amlogic Meson family of SoCs
 
-RESTRICTED=    Redistribution not permitted - see licenses/amlogic-meson-fwtools
 LICENSE=       amlogic-meson-fwtools-license
 
+RESTRICTED=    Redistribution not permitted - see licenses/amlogic-meson-fwtools
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
 #
 # These tools are distributed only as Linux x86_64 binaries.
 #



Home | Main Index | Thread Index | Old Index