diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-04 04:27:03 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-04 04:27:03 +0800 |
commit | 13ec0c356579e5500a8009257fffc9602ca966c3 (patch) | |
tree | 8c4cef662833fb0b1c13783769508272e93c1225 /math/rpy | |
parent | 2c1c3900962fe95611acbc377a970a7d68634739 (diff) | |
download | freebsd-ports-gnome-13ec0c356579e5500a8009257fffc9602ca966c3.tar.gz freebsd-ports-gnome-13ec0c356579e5500a8009257fffc9602ca966c3.tar.zst freebsd-ports-gnome-13ec0c356579e5500a8009257fffc9602ca966c3.zip |
- Bump for R 2.9.2
Reported by: pointyhat
Diffstat (limited to 'math/rpy')
-rw-r--r-- | math/rpy/Makefile | 4 | ||||
-rw-r--r-- | math/rpy/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 3f3aa3e2f2ba..984a17f0bd2b 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF @@ -23,8 +23,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" -#BROKEN= Does not compile - post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/math/rpy/pkg-plist b/math/rpy/pkg-plist index 7a6d3db4cdb6..a802f8160b4d 100644 --- a/math/rpy/pkg-plist +++ b/math/rpy/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2090.so +%%PYTHON_SITELIBDIR%%/_rpy2092.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo |