From owner-svn-ports-all@freebsd.org Thu Jul 6 03:09:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28F58D9C178; Thu, 6 Jul 2017 03:09:37 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15627CFF7; Thu, 6 Jul 2017 03:09:36 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6639aMU057087; Thu, 6 Jul 2017 03:09:36 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6639a08057086; Thu, 6 Jul 2017 03:09:36 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201707060309.v6639a08057086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 6 Jul 2017 03:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445126 - head/science/R-cran-Epi X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/science/R-cran-Epi X-SVN-Commit-Revision: 445126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 03:09:37 -0000 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}