Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 11:17:40 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511082 - head/math/py-pystan
Message-ID:  <201909041117.x84BHelS026505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Wed Sep  4 11:17:40 2019
New Revision: 511082
URL: https://svnweb.freebsd.org/changeset/ports/511082

Log:
  * add python as a secondary virtual category
  * set LICENSE_FILE

Modified:
  head/math/py-pystan/Makefile

Modified: head/math/py-pystan/Makefile
==============================================================================
--- head/math/py-pystan/Makefile	Wed Sep  4 11:15:58 2019	(r511081)
+++ head/math/py-pystan/Makefile	Wed Sep  4 11:17:40 2019	(r511082)
@@ -2,7 +2,8 @@
 
 PORTNAME=	pystan
 PORTVERSION=	2.19.0.0
-CATEGORIES=	math
+PORTREVISION=	1
+CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,6 +11,7 @@ MAINTAINER=	gmm@tutanota.com
 COMMENT=	PyStan is the Python interface for Stan
 
 LICENSE=	GPLv3
+LICENSE_FILE	LICENSE
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist distutils



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