From owner-svn-ports-all@freebsd.org Sat Dec 3 14:33:16 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 7DDF0C640C2; Sat, 3 Dec 2016 14:33:16 +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 4D5741B98; Sat, 3 Dec 2016 14:33:16 +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 uB3EXFI3045545; Sat, 3 Dec 2016 14:33:15 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3EXFR3045542; Sat, 3 Dec 2016 14:33:15 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612031433.uB3EXFR3045542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 3 Dec 2016 14:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427615 - head/devel/R-cran-reshape 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.23 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: Sat, 03 Dec 2016 14:33:16 -0000 Author: tota Date: Sat Dec 3 14:33:15 2016 New Revision: 427615 URL: https://svnweb.freebsd.org/changeset/ports/427615 Log: - Update to 0.8.6 - Add "compiles" argument to USES=cran Modified: head/devel/R-cran-reshape/Makefile (contents, props changed) head/devel/R-cran-reshape/distinfo (contents, props changed) Modified: head/devel/R-cran-reshape/Makefile ============================================================================== --- head/devel/R-cran-reshape/Makefile Sat Dec 3 14:05:36 2016 (r427614) +++ head/devel/R-cran-reshape/Makefile Sat Dec 3 14:33:15 2016 (r427615) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reshape -PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,8 +11,10 @@ COMMENT= R package for flexibly restruct LICENSE= MIT -RUN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr +CRAN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/devel/R-cran-reshape/distinfo ============================================================================== --- head/devel/R-cran-reshape/distinfo Sat Dec 3 14:05:36 2016 (r427614) +++ head/devel/R-cran-reshape/distinfo Sat Dec 3 14:33:15 2016 (r427615) @@ -1,2 +1,3 @@ -SHA256 (reshape_0.8.5.tar.gz) = 933890860eac2c9a2c9a39c02baeb5795813a707ace25877ba2e3c01964b5522 -SIZE (reshape_0.8.5.tar.gz) = 42350 +TIMESTAMP = 1480774096 +SHA256 (reshape_0.8.6.tar.gz) = d89db98ea1025e38d59daeff965dd8174bbb94a961cb966a83760ac1a87a36b8 +SIZE (reshape_0.8.6.tar.gz) = 42554