Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2024 12:41:57 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 751037df31b8 - main - devel/mold: Correct LICENSE
Message-ID:  <202405041241.444Cfvdi088805@gitrepo.freebsd.org>

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

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

commit 751037df31b827555a2d74df4879d03ea684f01a
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2024-05-04 12:40:19 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-05-04 12:41:39 +0000

    devel/mold: Correct LICENSE
    
    Reported by:    upstream
    MFH:            2024Q2 (correct mistake with LICENSE)
---
 devel/mold/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/mold/Makefile b/devel/mold/Makefile
index c97cab8c9f86..4f4749b3029d 100644
--- a/devel/mold/Makefile
+++ b/devel/mold/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	mold
 DISTVERSIONPREFIX=  v
 DISTVERSION=	2.31.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Modern Linker
 WWW=		https://github.com/rui314/mold
 
-LICENSE=	AGPLv3
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NOT_FOR_ARCHS=	armhf armv7 i386



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