svn commit: r487021 - head/devel/py-qtconsole

Steve Wills swills at FreeBSD.org
Sun Dec 9 05:43:02 UTC 2018


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 at 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} \


More information about the svn-ports-all mailing list