From owner-svn-ports-head@freebsd.org Sat Dec 3 14:05:38 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 0C0F1C645FB; Sat, 3 Dec 2016 14:05:38 +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 B5D8BE23; Sat, 3 Dec 2016 14:05:37 +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 uB3E5ao0033561; Sat, 3 Dec 2016 14:05:36 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3E5ape033558; Sat, 3 Dec 2016 14:05:36 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612031405.uB3E5ape033558@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:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427614 - head/devel/R-cran-reshape2 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: Sat, 03 Dec 2016 14:05:38 -0000 Author: tota Date: Sat Dec 3 14:05:36 2016 New Revision: 427614 URL: https://svnweb.freebsd.org/changeset/ports/427614 Log: - Update to 1.4.2 - Add "compiles" argument to USES=cran - Update WWW: line in pkg-descr Modified: head/devel/R-cran-reshape2/Makefile (contents, props changed) head/devel/R-cran-reshape2/distinfo (contents, props changed) head/devel/R-cran-reshape2/pkg-descr (contents, props changed) Modified: head/devel/R-cran-reshape2/Makefile ============================================================================== --- head/devel/R-cran-reshape2/Makefile Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/Makefile Sat Dec 3 14:05:36 2016 (r427614) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reshape2 -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,6 +15,6 @@ RUN_DEPENDS= R-cran-plyr>=1.8.1:devel/R- R-cran-stringr>0:textproc/R-cran-stringr \ R-cran-Rcpp>0:devel/R-cran-Rcpp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/devel/R-cran-reshape2/distinfo ============================================================================== --- head/devel/R-cran-reshape2/distinfo Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/distinfo Sat Dec 3 14:05:36 2016 (r427614) @@ -1,2 +1,3 @@ -SHA256 (reshape2_1.4.1.tar.gz) = fbd49f75a5b0b7266378515af98db310cf6c772bf6e68bed01f38ee99b408042 -SIZE (reshape2_1.4.1.tar.gz) = 34693 +TIMESTAMP = 1480773828 +SHA256 (reshape2_1.4.2.tar.gz) = 6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b +SIZE (reshape2_1.4.2.tar.gz) = 34688 Modified: head/devel/R-cran-reshape2/pkg-descr ============================================================================== --- head/devel/R-cran-reshape2/pkg-descr Sat Dec 3 13:36:11 2016 (r427613) +++ head/devel/R-cran-reshape2/pkg-descr Sat Dec 3 14:05:36 2016 (r427614) @@ -1,4 +1,4 @@ Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. -WWW: http://cran.r-project.org/web/packages/reshape2/ +WWW: https://cran.r-project.org/web/packages/reshape2/