Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2018 05:43:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487021 - head/devel/py-qtconsole
Message-ID:  <201812090543.wB95h1mY035170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Dec  9 05:43:01 2018
New Revision: 487021
URL: https://svnweb.freebsd.org/changeset/ports/487021

Log:
  devel/py-qtconsole: fix license file

Modified:
  head/devel/py-qtconsole/Makefile   (contents, props changed)

Modified: head/devel/py-qtconsole/Makefile
==============================================================================
--- head/devel/py-qtconsole/Makefile	Sun Dec  9 04:53:00 2018	(r487020)
+++ head/devel/py-qtconsole/Makefile	Sun Dec  9 05:43:01 2018	(r487021)
@@ -10,7 +10,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Qt-based console for Jupyter with support for rich media output
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/COPYING.md
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \



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