Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 04:19:14 +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: r440526 - head/devel/R-cran-bit64
Message-ID:  <201705100419.v4A4JEH9030280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed May 10 04:19:14 2017
New Revision: 440526
URL: https://svnweb.freebsd.org/changeset/ports/440526

Log:
  - Update to 0.9-7
  - Add "compiles" argument to USES=cran

Modified:
  head/devel/R-cran-bit64/Makefile   (contents, props changed)
  head/devel/R-cran-bit64/distinfo   (contents, props changed)

Modified: head/devel/R-cran-bit64/Makefile
==============================================================================
--- head/devel/R-cran-bit64/Makefile	Wed May 10 03:58:42 2017	(r440525)
+++ head/devel/R-cran-bit64/Makefile	Wed May 10 04:19:14 2017	(r440526)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bit64
-DISTVERSION=	0.9-5
+DISTVERSION=	0.9-7
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,8 +11,10 @@ COMMENT=	S3 Class for Vectors of 64bit I
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	R-cran-bit>=1.1.12:devel/R-cran-bit
+CRAN_DEPENDS=	R-cran-bit>=1.1.12:devel/R-cran-bit
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/devel/R-cran-bit64/distinfo
==============================================================================
--- head/devel/R-cran-bit64/distinfo	Wed May 10 03:58:42 2017	(r440525)
+++ head/devel/R-cran-bit64/distinfo	Wed May 10 04:19:14 2017	(r440526)
@@ -1,2 +1,3 @@
-SHA256 (bit64_0.9-5.tar.gz) = 8f529f9e92caa133ced9c63f327a2682b70fac3f4fa96a0e95fcf50ddda8e53b
-SIZE (bit64_0.9-5.tar.gz) = 121087
+TIMESTAMP = 1494388969
+SHA256 (bit64_0.9-7.tar.gz) = 7b9aaa7f971198728c3629f9ba1a1b24d53db5c7e459498b0fdf86bbd3dff61f
+SIZE (bit64_0.9-7.tar.gz) = 125539



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