Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 14:41:40 +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: r478565 - head/astro/py-metar
Message-ID:  <201808311441.w7VEfe5k035246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 31 14:41:39 2018
New Revision: 478565
URL: https://svnweb.freebsd.org/changeset/ports/478565

Log:
  Update LICENSE
  
  Reference:	https://github.com/python-metar/python-metar/issues/59

Modified:
  head/astro/py-metar/Makefile

Modified: head/astro/py-metar/Makefile
==============================================================================
--- head/astro/py-metar/Makefile	Fri Aug 31 14:41:34 2018	(r478564)
+++ head/astro/py-metar/Makefile	Fri Aug 31 14:41:39 2018	(r478565)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Parse METAR-coded weather reports
 
-LICENSE=	MIT
+# It actually has the first clause only.
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils



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