svn commit: r502739 - head/science/py-rmsd

Yuri Victorovich yuri at FreeBSD.org
Sun May 26 18:17:16 UTC 2019


Author: yuri
Date: Sun May 26 18:17:15 2019
New Revision: 502739
URL: https://svnweb.freebsd.org/changeset/ports/502739

Log:
  science/py-rmsd: Fix license
  
  PR:		238134
  Reported by:	tobik

Modified:
  head/science/py-rmsd/Makefile

Modified: head/science/py-rmsd/Makefile
==============================================================================
--- head/science/py-rmsd/Makefile	Sun May 26 18:15:45 2019	(r502738)
+++ head/science/py-rmsd/Makefile	Sun May 26 18:17:15 2019	(r502739)
@@ -10,8 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Calculate root-mean-square deviation (RMSD) between coordinate sets
 
-LICENSE=	APACHE20
-xLICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}


More information about the svn-ports-all mailing list