Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2026 14:21:38 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4a26fcd1add - main - mail/mls: do not ship compressed license file
Message-ID:  <699084f2.46ebf.4b0ef7df@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

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

commit e4a26fcd1addaf3e9e3d90a09a96868bee658fa4
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-11 19:29:09 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-14 14:19:55 +0000

    mail/mls: do not ship compressed license file
    
    GPLv2 is standard, so just don't ship it.
    
    Reported by:    mew14930xvi@inbox.lv
    PR:             293121
---
 mail/mls/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/mls/Makefile b/mail/mls/Makefile
index cfcc3e7d2290..795cfdcfbdaa 100644
--- a/mail/mls/Makefile
+++ b/mail/mls/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mls
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4b1
+PORTREVISION=	1
 CATEGORIES=	mail
 
 MAINTAINER=	fuz@FreeBSD.org
@@ -8,7 +9,6 @@ COMMENT=	Program for generating various statistics on emails
 WWW=		https://www.marki-online.net/MLS/
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING.gz
 
 USES=		tar:tgz
 USE_GITHUB=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699084f2.46ebf.4b0ef7df>