pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-rpy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 24 06:40:20 UTC 2020

Modified Files:
        pkgsrc/math/py-rpy: Makefile

Log Message:
py-rpy: seems to want pcre2, not pcre


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/math/py-rpy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-rpy/Makefile
diff -u pkgsrc/math/py-rpy/Makefile:1.45 pkgsrc/math/py-rpy/Makefile:1.46
--- pkgsrc/math/py-rpy/Makefile:1.45    Sun Jan 26 05:26:25 2020
+++ pkgsrc/math/py-rpy/Makefile Mon Aug 24 06:40:20 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/01/26 05:26:25 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2020/08/24 06:40:20 tnn Exp $
 
 DISTNAME=      rpy2-2.9.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rpy2/}
@@ -24,7 +25,7 @@ REPLACE_PYTHON=               rpy/tests.py
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/R/buildlink3.mk"



Home | Main Index | Thread Index | Old Index