Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2016 03:16:29 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418860 - head/devel/R-cran-tibble
Message-ID:  <201607210316.u6L3GTAt042272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607210316.u6L3GTAt042272>