Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 16:37:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b171a19a1a4a - main - math/py-rpy2: Fix typo
Message-ID:  <202206211637.25LGbSD9059481@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b171a19a1a4ab0c75b2a3d89908aca5b84e9019f

commit b171a19a1a4ab0c75b2a3d89908aca5b84e9019f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:33:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:36:22 +0000

    math/py-rpy2: Fix typo
---
 math/py-rpy2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile
index a1d44d806d86..bc95f9b74c97 100644
--- a/math/py-rpy2/Makefile
+++ b/math/py-rpy2/Makefile
@@ -32,7 +32,7 @@ PLIST_FILES=	${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYT
 
 OPTIONS_DEFINE=	NUMPY PANDAS
 OPTIONS_DEFAULT=NUMPY PANDAS
-NUMPY_DESC=	Numpy support
+NUMPY_DESC=	NumPy support
 PANDAS_DESC=	Pandas support
 
 NUMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR}



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