Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 17:47:59 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410532 - head/math/rpy2
Message-ID:  <201603071747.u27Hlxh8007737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar  7 17:47:58 2016
New Revision: 410532
URL: https://svnweb.freebsd.org/changeset/ports/410532

Log:
  Update to 2.7.8
  
  PR:		207163
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/math/rpy2/Makefile
  head/math/rpy2/distinfo
  head/math/rpy2/pkg-descr

Modified: head/math/rpy2/Makefile
==============================================================================
--- head/math/rpy2/Makefile	Mon Mar  7 17:47:40 2016	(r410531)
+++ head/math/rpy2/Makefile	Mon Mar  7 17:47:58 2016	(r410532)
@@ -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:

Modified: head/math/rpy2/distinfo
==============================================================================
--- head/math/rpy2/distinfo	Mon Mar  7 17:47:40 2016	(r410531)
+++ head/math/rpy2/distinfo	Mon Mar  7 17:47:58 2016	(r410532)
@@ -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

Modified: head/math/rpy2/pkg-descr
==============================================================================
--- head/math/rpy2/pkg-descr	Mon Mar  7 17:47:40 2016	(r410531)
+++ head/math/rpy2/pkg-descr	Mon Mar  7 17:47:58 2016	(r410532)
@@ -9,4 +9,4 @@ rpy2 is a redesign and rewrite of rpy. I
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603071747.u27Hlxh8007737>