Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 06:22:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451492 - head/devel/dulwich
Message-ID:  <201710080622.v986MsAJ013002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  8 06:22:53 2017
New Revision: 451492
URL: https://svnweb.freebsd.org/changeset/ports/451492

Log:
  Fix LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/dulwich/Makefile

Modified: head/devel/dulwich/Makefile
==============================================================================
--- head/devel/dulwich/Makefile	Sun Oct  8 06:21:18 2017	(r451491)
+++ head/devel/dulwich/Makefile	Sun Oct  8 06:22:53 2017	(r451492)
@@ -12,7 +12,7 @@ COMMENT=	Python implementation of the Git file formats
 
 LICENSE=	APACHE20 GPLv2+
 LICENSE_COMB=	dual
-LICENSE_FILE=	COPYING relicensing-apachev2.txt
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTDOCS=	AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \
 		file-format.txt index.txt introduction.txt object-store.txt \



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