diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-27 12:02:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 11:47:41 +0000 |
commit | adb93122cbf753a26a0497479dbb88cf415de29b (patch) | |
tree | 3eb073c6437f91958b1c4aef8fc4124c38bc2fc5 /net | |
parent | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff) | |
download | ports-adb93122cbf753a26a0497479dbb88cf415de29b.tar.gz ports-adb93122cbf753a26a0497479dbb88cf415de29b.zip |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'net')
-rw-r--r-- | net/cloudflared/Makefile | 2 | ||||
-rw-r--r-- | net/liveMedia/Makefile | 8 | ||||
-rw-r--r-- | net/radiator/Makefile | 3 | ||||
-rw-r--r-- | net/zerotier/Makefile | 3 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 44f09c115df2..cfd71022e56c 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org COMMENT= Cloudflare's Argo Tunnel client +# Not sure if we are allowed to redistribute it. LICENSE= cloudflare LICENSE_NAME= cloudflare LICENSE_FILE= ${WRKSRC}/LICENSE @@ -23,6 +24,5 @@ GO_TARGET= ${GO_PKGNAME}/cmd/cloudflared GO_BUILDFLAGS+= -ldflags '-s -w -X main.Version=${PORTVERSION}' PLIST_FILES= bin/${PORTNAME} -RESTRICTED= Not sure if we are allowed to redistribute it. .include <bsd.port.mk> diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 899c3fc759a6..ff74ff14d872 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -11,9 +11,11 @@ DISTNAME= live.${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= LIVE.COM Streaming Media -LICENSE= LGPL21 - -NO_CDROM= 'dated material' +LICENSE= LGPL21 MAT +LICENSE_COMB= multi +LICENSE_NAME_MAT= dated material +LICENSE_TEXT_MAT= dated material +LICENSE_PERMS_MAT= pkg-mirror dist-mirror auto-accept BROKEN_sparc64= Fails to compile diff --git a/net/radiator/Makefile b/net/radiator/Makefile index fc03526daeaf..ef7c99b624d3 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -11,6 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= lyngbol@wheel.dk COMMENT= Radiator Radius Server by Open System Consultants +# Commercial software LICENSE= radiator LICENSE_NAME= Radiator LICENSE_FILE= ${WRKSRC}/LICENSE @@ -23,8 +24,6 @@ USES= perl5 tar:tgz USE_PERL5= configure USE_RC_SUBR= radiator -RESTRICTED= Commercial software - .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 6ea1abb67845..1a3b44f08c39 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -11,6 +11,7 @@ PATCHFILES= 1304.patch:-p1 MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere +# No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt LICENSE= BUSINESS MIT PD LICENSE_COMB= multi LICENSE_NAME_BUSINESS= Business Source License @@ -34,8 +35,6 @@ DBG_ALL_TARGET= debug PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one -LEGAL_TEXT= No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt - .include <bsd.port.pre.mk> .if ${OPSYS} == "FreeBSD" |