From owner-svn-ports-all@freebsd.org Thu Jul 21 03:16:30 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 33EFAB9ECF7; Thu, 21 Jul 2016 03:16:30 +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 04308256D; Thu, 21 Jul 2016 03:16:29 +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 u6L3GTVt042276; Thu, 21 Jul 2016 03:16:29 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6L3GTAt042272; Thu, 21 Jul 2016 03:16:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201607210316.u6L3GTAt042272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 21 Jul 2016 03:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418860 - head/devel/R-cran-tibble 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.22 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: Thu, 21 Jul 2016 03:16:30 -0000 Author: tota Date: Thu Jul 21 03:16:28 2016 New Revision: 418860 URL: https://svnweb.freebsd.org/changeset/ports/418860 Log: - Update to 1.1 - Add "compiles" argument to USES=cran Modified: head/devel/R-cran-tibble/Makefile (contents, props changed) head/devel/R-cran-tibble/distinfo (contents, props changed) Modified: head/devel/R-cran-tibble/Makefile ============================================================================== --- head/devel/R-cran-tibble/Makefile Wed Jul 20 23:14:26 2016 (r418859) +++ head/devel/R-cran-tibble/Makefile Thu Jul 21 03:16:28 2016 (r418860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tibble -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,11 @@ COMMENT= Simple Data Frames LICENSE= MIT -RUN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ +BUILD_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \ R-cran-Rcpp>0:devel/R-cran-Rcpp +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/devel/R-cran-tibble/distinfo ============================================================================== --- head/devel/R-cran-tibble/distinfo Wed Jul 20 23:14:26 2016 (r418859) +++ head/devel/R-cran-tibble/distinfo Thu Jul 21 03:16:28 2016 (r418860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466077159 -SHA256 (tibble_1.0.tar.gz) = c61285cc07dc9182b7a631c648eaf6f8994f5fde0f603736ada2c2da6b55b180 -SIZE (tibble_1.0.tar.gz) = 38038 +TIMESTAMP = 1468893805 +SHA256 (tibble_1.1.tar.gz) = 10ea18890e5514faa4c2c05fa231a6e2bbb7689f3800850cead214306414c88e +SIZE (tibble_1.1.tar.gz) = 46526