pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-rpy Update to match R 2.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a1c18fe91a4
branches:  trunk
changeset: 541842:2a1c18fe91a4
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 26 02:41:00 2008 +0000

description:
Update to match R 2.7.0

diffstat:

 math/py-rpy/Makefile |  6 +++---
 math/py-rpy/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 923c6b4ea4d8 -r 2a1c18fe91a4 math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Sat Apr 26 02:39:27 2008 +0000
+++ b/math/py-rpy/Makefile      Sat Apr 26 02:41:00 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/04/25 20:39:10 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/26 02:41:00 markd Exp $
 #
 
 DISTNAME=      rpy-0.99.0
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rpy/}
@@ -13,7 +13,7 @@
 
 PYDISTUTILSPKG=                YES
 
-BUILDLINK_API_DEPENDS.R+= R>=2.6.0
+BUILDLINK_API_DEPENDS.R+= R>=2.7.0
 
 .include "../../lang/python/extension.mk"
 .include "../../math/py-Numeric/buildlink3.mk"
diff -r 923c6b4ea4d8 -r 2a1c18fe91a4 math/py-rpy/PLIST
--- a/math/py-rpy/PLIST Sat Apr 26 02:39:27 2008 +0000
+++ b/math/py-rpy/PLIST Sat Apr 26 02:41:00 2008 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2007/11/07 19:49:36 markd Exp $
-${PYSITELIB}/_rpy2060.so
+@comment $NetBSD: PLIST,v 1.10 2008/04/26 02:41:00 markd Exp $
+${PYSITELIB}/_rpy2070.so
 ${PYSITELIB}/rpy.py
 ${PYSITELIB}/rpy.pyc
 ${PYSITELIB}/rpy.pyo



Home | Main Index | Thread Index | Old Index