Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2023 03:21:18 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3349708da950 - main - textproc/exempi: fix LICENSE_FILE
Message-ID:  <202306240321.35O3LIf0054912@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

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

commit 3349708da95063ef878c1167a6491db7af6717eb
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-06-24 03:20:10 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-06-24 03:20:10 +0000

    textproc/exempi: fix LICENSE_FILE
    
    ${WRKSRC}/LICENSE exists in the git repository but not the tarball.
    
    Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp>
---
 textproc/exempi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile
index 9a876bc4d7aa..cd0d7840d59a 100644
--- a/textproc/exempi/Makefile
+++ b/textproc/exempi/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Port of Adobe XMP SDK to work on UNIX
 WWW=		http://libopenraw.freedesktop.org/wiki/Exempi
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 LIB_DEPENDS=	libexpat.so:textproc/expat2


home | help

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