svn commit: r427943 - head/textproc/R-cran-yaml

TAKATSU Tomonari tota at FreeBSD.org
Tue Dec 6 10:07:01 UTC 2016


Author: tota
Date: Tue Dec  6 10:07:00 2016
New Revision: 427943
URL: https://svnweb.freebsd.org/changeset/ports/427943

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

Modified:
  head/textproc/R-cran-yaml/Makefile   (contents, props changed)
  head/textproc/R-cran-yaml/distinfo   (contents, props changed)

Modified: head/textproc/R-cran-yaml/Makefile
==============================================================================
--- head/textproc/R-cran-yaml/Makefile	Tue Dec  6 10:04:09 2016	(r427942)
+++ head/textproc/R-cran-yaml/Makefile	Tue Dec  6 10:07:00 2016	(r427943)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaml
-PORTVERSION=	2.1.13
+PORTVERSION=	2.1.14
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,6 +11,6 @@ COMMENT=	Methods to convert R data to YA
 
 LICENSE=	BSD3CLAUSE
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/textproc/R-cran-yaml/distinfo
==============================================================================
--- head/textproc/R-cran-yaml/distinfo	Tue Dec  6 10:04:09 2016	(r427942)
+++ head/textproc/R-cran-yaml/distinfo	Tue Dec  6 10:07:00 2016	(r427943)
@@ -1,2 +1,3 @@
-SHA256 (yaml_2.1.13.tar.gz) = 26f69aa2008bcacf3b2f95ef82a4667eaec2f2da8487646f71f1e2635d2d7fa2
-SIZE (yaml_2.1.13.tar.gz) = 81045
+TIMESTAMP = 1481016904
+SHA256 (yaml_2.1.14.tar.gz) = 41a559846f6d44cc2dbcb3fc0becbc50d2766d3dc2aad7cfb97c1f9759ec0875
+SIZE (yaml_2.1.14.tar.gz) = 81095


More information about the svn-ports-head mailing list