svn commit: r478565 - head/astro/py-metar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 31 14:41:43 UTC 2018


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


More information about the svn-ports-all mailing list