Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 12:19:58 +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: r428722 - head/math/R-cran-zoo
Message-ID:  <201612171219.uBHCJw3q060430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Dec 17 12:19:58 2016
New Revision: 428722
URL: https://svnweb.freebsd.org/changeset/ports/428722

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

Modified:
  head/math/R-cran-zoo/Makefile   (contents, props changed)
  head/math/R-cran-zoo/distinfo   (contents, props changed)

Modified: head/math/R-cran-zoo/Makefile
==============================================================================
--- head/math/R-cran-zoo/Makefile	Sat Dec 17 12:16:28 2016	(r428721)
+++ head/math/R-cran-zoo/Makefile	Sat Dec 17 12:19:58 2016	(r428722)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zoo
-DISTVERSION=	1.7-13
+DISTVERSION=	1.7-14
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,6 +11,6 @@ COMMENT=	S3 Infrastructure for Regular a
 
 LICENSE=	GPLv2+
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-zoo/distinfo
==============================================================================
--- head/math/R-cran-zoo/distinfo	Sat Dec 17 12:16:28 2016	(r428721)
+++ head/math/R-cran-zoo/distinfo	Sat Dec 17 12:19:58 2016	(r428722)
@@ -1,2 +1,3 @@
-SHA256 (zoo_1.7-13.tar.gz) = 0ca5264d6077c785963705e462aec3e57e0d0651379f9bf4ee32e4f3b25dc754
-SIZE (zoo_1.7-13.tar.gz) = 842068
+TIMESTAMP = 1481976565
+SHA256 (zoo_1.7-14.tar.gz) = 4ee2f121f9eb279e05a9b4f162b358599dee4030ad5dca555fd73d5498b57a3f
+SIZE (zoo_1.7-14.tar.gz) = 845047



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