Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2024 03:14:53 GMT
From:      Joel Bodenmann <jbo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6e0799b0da5 - main - multimedia/libmpeg2: Add missing license information
Message-ID:  <202402270314.41R3ErBE020450@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6e0799b0da58f0990c5c57f255e065fa806153b

commit b6e0799b0da58f0990c5c57f255e065fa806153b
Author:     Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-02-13 07:27:26 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-02-27 03:12:50 +0000

    multimedia/libmpeg2: Add missing license information
    
    PR:             277017
    Approved by:    tcberner (mentor), portmgr (blanket)
---
 multimedia/libmpeg2/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile
index 30ea551dcafe..140f02bf2d13 100644
--- a/multimedia/libmpeg2/Makefile
+++ b/multimedia/libmpeg2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libmpeg2
 PORTVERSION=	0.5.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	multimedia
 MASTER_SITES=	http://libmpeg2.sourceforge.net/files/
 
@@ -8,6 +8,9 @@ MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Free library for decoding MPEG-2 and MPEG-1 video streams
 WWW=		http://libmpeg2.sourceforge.net/
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool pathfix
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402270314.41R3ErBE020450>