From owner-svn-ports-head@freebsd.org Tue Dec 6 11:50:56 2016 Return-Path: Delivered-To: svn-ports-head@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 3A517C69BC1; Tue, 6 Dec 2016 11:50:56 +0000 (UTC) (envelope-from tota@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 09E4B1E63; Tue, 6 Dec 2016 11:50:55 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6BotUr046051; Tue, 6 Dec 2016 11:50:55 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6BotEJ046049; Tue, 6 Dec 2016 11:50:55 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612061150.uB6BotEJ046049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 6 Dec 2016 11:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427947 - head/math/R-cran-Rmpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 11:50:56 -0000 Author: tota Date: Tue Dec 6 11:50:54 2016 New Revision: 427947 URL: https://svnweb.freebsd.org/changeset/ports/427947 Log: - Update to 0.6-1 - Add "compiles" argument to USES=cran Modified: head/math/R-cran-Rmpfr/Makefile (contents, props changed) head/math/R-cran-Rmpfr/distinfo (contents, props changed) Modified: head/math/R-cran-Rmpfr/Makefile ============================================================================== --- head/math/R-cran-Rmpfr/Makefile Tue Dec 6 11:06:42 2016 (r427946) +++ head/math/R-cran-Rmpfr/Makefile Tue Dec 6 11:50:54 2016 (r427947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rmpfr -DISTVERSION= 0.6-0 +DISTVERSION= 0.6-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,12 @@ COMMENT= R wrapper for the mpfr multiple LICENSE= GPLv2+ +CRAN_DEPENDS= R-cran-gmp>=0.5.8:math/R-cran-gmp LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -RUN_DEPENDS= R-cran-gmp>=0.5.8:math/R-cran-gmp +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-Rmpfr/distinfo ============================================================================== --- head/math/R-cran-Rmpfr/distinfo Tue Dec 6 11:06:42 2016 (r427946) +++ head/math/R-cran-Rmpfr/distinfo Tue Dec 6 11:50:54 2016 (r427947) @@ -1,2 +1,3 @@ -SHA256 (Rmpfr_0.6-0.tar.gz) = 43a1df2244014d76bb7fce1b6b143d57a64126dd26504c9060d6efd6f497251a -SIZE (Rmpfr_0.6-0.tar.gz) = 582729 +TIMESTAMP = 1481022994 +SHA256 (Rmpfr_0.6-1.tar.gz) = bf50991055e9336cd6a110d711ae8a91a0551b96f9eaab5fef8c05f578006e1c +SIZE (Rmpfr_0.6-1.tar.gz) = 595963