Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-rpy py-rpy: seems to want pcre2, not pcre



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d774fcf2933
branches:  trunk
changeset: 437430:7d774fcf2933
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 24 06:40:20 2020 +0000

description:
py-rpy: seems to want pcre2, not pcre

diffstat:

 math/py-rpy/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c5e17abe965e -r 7d774fcf2933 math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Mon Aug 24 06:30:58 2020 +0000
+++ b/math/py-rpy/Makefile      Mon Aug 24 06:40:20 2020 +0000
@@ -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 @@
 
 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