From owner-svn-ports-all@freebsd.org Mon Mar 7 17:48:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F65AC30EF; Mon, 7 Mar 2016 17:48:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5958B93B; Mon, 7 Mar 2016 17:48:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u27Hlxl8007740; Mon, 7 Mar 2016 17:47:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u27Hlxh8007737; Mon, 7 Mar 2016 17:47:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603071747.u27Hlxh8007737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 7 Mar 2016 17:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410532 - head/math/rpy2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 17:48:00 -0000 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/