svn commit: r445126 - head/science/R-cran-Epi

TAKATSU Tomonari tota at FreeBSD.org
Thu Jul 6 03:09:37 UTC 2017


Author: tota
Date: Thu Jul  6 03:09:35 2017
New Revision: 445126
URL: https://svnweb.freebsd.org/changeset/ports/445126

Log:
  - Add missing dependency
  
  Reported by:	pkg-fallout

Modified:
  head/science/R-cran-Epi/Makefile   (contents, props changed)

Modified: head/science/R-cran-Epi/Makefile
==============================================================================
--- head/science/R-cran-Epi/Makefile	Thu Jul  6 03:02:59 2017	(r445125)
+++ head/science/R-cran-Epi/Makefile	Thu Jul  6 03:09:35 2017	(r445126)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Epi
 PORTVERSION=	2.16
+PORTREVISION=	1
 CATEGORIES=	science
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -15,7 +16,8 @@ CRAN_DEPENDS=	R-cran-cmprsk>0:science/R-cran-cmprsk \
 		R-cran-etm>0:science/R-cran-etm \
 		R-cran-plyr>0:devel/R-cran-plyr \
 		R-cran-numDeriv>0:math/R-cran-numDeriv \
-		R-cran-data.table>0:devel/R-cran-data.table
+		R-cran-data.table>0:devel/R-cran-data.table \
+		R-cran-zoo>0:math/R-cran-zoo
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 


More information about the svn-ports-all mailing list