diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 17:32:20 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 19:47:48 +0800 |
commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /multimedia | |
parent | adb93122cbf753a26a0497479dbb88cf415de29b (diff) | |
download | freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.gz freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.zst freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.zip |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/win32-codecs/Makefile | 6 | ||||
-rw-r--r-- | multimedia/xanim/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile index 5f262785247b..ce0e54302913 100644 --- a/multimedia/win32-codecs/Makefile +++ b/multimedia/win32-codecs/Makefile @@ -15,7 +15,11 @@ EXTRACT_ONLY= all-${DISTVERSION}.tar.bz2 MAINTAINER= multimedia@FreeBSD.org COMMENT= Huge compilation of Win32 binary video codecs -RESTRICTED= Unsure of codec's license +# Converted from RESTRICTED +LICENSE= win32-codec +LICENSE_NAME= win32-codec +LICENSE_TEXT= Unsure of codec's license +LICENSE_PERMS= auto-accept USES= tar:bzip2 diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index c2a4e0b4e439..35f67639d478 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -13,7 +13,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures -NO_CDROM= Must be redistributed without fee +# Converted from NO_CDROM +LICENSE= xanim +LICENSE_NAME= xanim +LICENSE_TEXT= Must be redistributed without fee +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. |