Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 12:43:24 GMT
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: 849abbb28281 - main - misc/tzdiff: remove bogus LICENSE_FILE
Message-ID:  <202308061243.376ChO5m057856@gitrepo.freebsd.org>

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

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

commit 849abbb28281aadfae9d3b1b5f80c947d6e0f9e8
Author:     Yuichiro NAITO <naito.yuichiro@gmail.com>
AuthorDate: 2023-08-05 11:46:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-06 12:42:47 +0000

    misc/tzdiff: remove bogus LICENSE_FILE
    
    The license is present in the repo but not in the tagged release.
    
    PR:             272928
    Fixes:          99af3eef26c5b97f692bc3c56a62509d65d92d38
---
 misc/tzdiff/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/misc/tzdiff/Makefile b/misc/tzdiff/Makefile
index 154c94e25fb4..02a3593c7af5 100644
--- a/misc/tzdiff/Makefile
+++ b/misc/tzdiff/Makefile
@@ -7,7 +7,6 @@ COMMENT=	Showing time pairs between target timezone and localtime
 WWW=		https://github.com/belgianbeer/tzdiff
 
 LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	belgianbeer



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