diff options
author | mat <mat@FreeBSD.org> | 2016-03-08 01:47:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-08 01:47:58 +0800 |
commit | 87fcc8c43b062e4f96aa224363f1f40a13fe8ee2 (patch) | |
tree | 2e2617ff873354234d5dc4d9001943a3e56b3852 /math | |
parent | 621e4b9e09ebbb5e91989c2d20faeac46634a5af (diff) | |
download | freebsd-ports-graphics-87fcc8c43b062e4f96aa224363f1f40a13fe8ee2.tar.gz freebsd-ports-graphics-87fcc8c43b062e4f96aa224363f1f40a13fe8ee2.tar.zst freebsd-ports-graphics-87fcc8c43b062e4f96aa224363f1f40a13fe8ee2.zip |
Update to 2.7.8
PR: 207163
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'math')
-rw-r--r-- | math/rpy2/Makefile | 12 | ||||
-rw-r--r-- | math/rpy2/distinfo | 4 | ||||
-rw-r--r-- | math/rpy2/pkg-descr | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 8d0768dae80..84a73ef6b82 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= rpy2 -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.7.8 CATEGORIES= math MASTER_SITES= CHEESESHOP MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to the R Programming Language -LICENSE= GPLv2 +LICENSE= GPLv2+ BUILD_DEPENDS= ${PYNUMPY} \ R:${PORTSDIR}/math/R @@ -18,14 +17,13 @@ RUN_DEPENDS= ${PYNUMPY} \ R:${PORTSDIR}/math/R USES= python readline +USE_GCC= yes USE_PYTHON= distutils autoplist -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py - pre-configure: @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ - ${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built WITH_LIBR" ; \ + ${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built with the" ; \ + ${ECHO_MSG} "==> LIBR option enabled." ; \ exit 1; fi) post-install: diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo index dec7788ec37..cbba0fc8a99 100644 --- a/math/rpy2/distinfo +++ b/math/rpy2/distinfo @@ -1,2 +1,2 @@ -SHA256 (rpy2-2.4.0.tar.gz) = 3cb6360d4d0af7996979f50d0347f5f74fc3fcf98e3ee8057c4c886b358d17e1 -SIZE (rpy2-2.4.0.tar.gz) = 160914 +SHA256 (rpy2-2.7.8.tar.gz) = 4f51bcdddea01a63e624f4b38de4f6b10a2466d82fd7e890791a07b06e51781d +SIZE (rpy2-2.7.8.tar.gz) = 178334 diff --git a/math/rpy2/pkg-descr b/math/rpy2/pkg-descr index b797ef63f35..61fd4ebf217 100644 --- a/math/rpy2/pkg-descr +++ b/math/rpy2/pkg-descr @@ -9,4 +9,4 @@ rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions. -WWW: http://rpy.sourceforge.net/rpy2.html +WWW: http://rpy2.bitbucket.org/ |