Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 14:33:15 +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: r427615 - head/devel/R-cran-reshape
Message-ID:  <201612031433.uB3EXFR3045542@repo.freebsd.org>

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

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



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