From 8789069f7e37718404d11170f4213d3d2bf37a44 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 28 Aug 2022 23:00:38 +0200 Subject: [PATCH] Fix invalid port LICENSE values. --- ports/ffmpeg/ffmpeg.port | 2 +- ports/gettext/gettext.port | 2 +- ports/libavcodec/libavcodec.port | 2 +- ports/libtextstyle/libtextstyle.port | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/ffmpeg/ffmpeg.port b/ports/ffmpeg/ffmpeg.port index 699ca6d7..3ac41f2c 100644 --- a/ports/ffmpeg/ffmpeg.port +++ b/ports/ffmpeg/ffmpeg.port @@ -7,7 +7,7 @@ ARCHIVE=$DISTNAME.$COMPRESSION SHA256SUM=ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b UPSTREAM_SITE=https://ffmpeg.org/releases UPSTREAM_ARCHIVE=$ARCHIVE -LICENSE=LGPL-3-or-later +LICENSE=LGPL-3.0-or-later BUILD_SYSTEM=configure DIRTY_FILE=ffbuild/config.mak CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug' diff --git a/ports/gettext/gettext.port b/ports/gettext/gettext.port index 0bd2ad6d..1b894358 100644 --- a/ports/gettext/gettext.port +++ b/ports/gettext/gettext.port @@ -7,7 +7,7 @@ ARCHIVE=$DISTNAME.$COMPRESSION SHA256SUM=d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192 UPSTREAM_SITE=https://ftp.gnu.org/gnu/gettext UPSTREAM_ARCHIVE=$ARCHIVE -LICENSE=GPL-3-or-later +LICENSE=GPL-3.0-or-later # TODO: libcroco and libunistring are bundled and are only marked as optional # here as there's no official port yet. Finish those and then remove # them as optional. diff --git a/ports/libavcodec/libavcodec.port b/ports/libavcodec/libavcodec.port index fbb94719..98407e7d 100644 --- a/ports/libavcodec/libavcodec.port +++ b/ports/libavcodec/libavcodec.port @@ -1,7 +1,7 @@ NAME=libavcodec SOURCE_PORT=ffmpeg BUILD_LIBRARIES='libfontconfig? libfreetype? libiconv? liblzma? libssl? libtheora? libvorbis? libxml2? libz?' -LICENSE=LGPL-3-or-later +LICENSE=LGPL-3.0-or-later BUILD_SYSTEM=configure DIRTY_FILE=ffbuild/config.mak CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug --disable-programs' diff --git a/ports/libtextstyle/libtextstyle.port b/ports/libtextstyle/libtextstyle.port index dcd84e10..c7942979 100644 --- a/ports/libtextstyle/libtextstyle.port +++ b/ports/libtextstyle/libtextstyle.port @@ -1,7 +1,7 @@ NAME=libtextstyle BUILD_LIBRARIES='libiconv?' SOURCE_PORT=gettext -LICENSE=GPL-3-or-later +LICENSE=GPL-3.0-or-later SUBDIR=libtextstyle BUILD_SYSTEM=configure # gettext-tools doesn't try to -lcurses when detecting libtextstyle