Date: Sat, 4 May 2024 12:43:22 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b3834bbbeef9 - 2024Q2 - devel/mold: Correct LICENSE Message-ID: <202405041243.444ChMdj089713@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3834bbbeef96fc9974fc960884bd340a852bf3a commit b3834bbbeef96fc9974fc960884bd340a852bf3a 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:42:55 +0000 devel/mold: Correct LICENSE Reported by: upstream MFH: 2024Q2 (correct mistake with LICENSE) (cherry picked from commit 751037df31b827555a2d74df4879d03ea684f01a) --- devel/mold/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/mold/Makefile b/devel/mold/Makefile index 789e5bc8f248..a657e72ad1a3 100644 --- a/devel/mold/Makefile +++ b/devel/mold/Makefile @@ -1,13 +1,14 @@ PORTNAME= mold DISTVERSIONPREFIX= v DISTVERSION= 2.30.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?202405041243.444ChMdj089713>