From owner-svn-ports-head@freebsd.org Fri Jul 13 05:52:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48FD21029EA8; Fri, 13 Jul 2018 05:52:40 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBD4E7637E; Fri, 13 Jul 2018 05:52:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE7C7453E; Fri, 13 Jul 2018 05:52:39 +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 w6D5qdgj054881; Fri, 13 Jul 2018 05:52:39 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6D5qdmg054880; Fri, 13 Jul 2018 05:52:39 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201807130552.w6D5qdmg054880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 13 Jul 2018 05:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474553 - head/print/R-cran-tinytex X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/print/R-cran-tinytex X-SVN-Commit-Revision: 474553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 05:52:40 -0000 Author: tota Date: Fri Jul 13 05:52:39 2018 New Revision: 474553 URL: https://svnweb.freebsd.org/changeset/ports/474553 Log: - Update to 0.6 Modified: head/print/R-cran-tinytex/Makefile (contents, props changed) head/print/R-cran-tinytex/distinfo (contents, props changed) Modified: head/print/R-cran-tinytex/Makefile ============================================================================== --- head/print/R-cran-tinytex/Makefile Fri Jul 13 05:52:30 2018 (r474552) +++ head/print/R-cran-tinytex/Makefile Fri Jul 13 05:52:39 2018 (r474553) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tinytex -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= print DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,6 +9,10 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Helper functions to maintain LaTeX distribution LICENSE= MIT + +CRAN_DEPENDS= R-cran-xfun>=0.3:misc/R-cran-xfun +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/print/R-cran-tinytex/distinfo ============================================================================== --- head/print/R-cran-tinytex/distinfo Fri Jul 13 05:52:30 2018 (r474552) +++ head/print/R-cran-tinytex/distinfo Fri Jul 13 05:52:39 2018 (r474553) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529463906 -SHA256 (tinytex_0.5.tar.gz) = e7261cb732b843e834a4b38f39792c04b414f1ba68e44ac7e7b259b5bd93e4dd -SIZE (tinytex_0.5.tar.gz) = 17316 +TIMESTAMP = 1531454804 +SHA256 (tinytex_0.6.tar.gz) = 6ea08758854b265fdc6b77ab4a6bcbac0178e93f57a43a5de85338a71a6dc99b +SIZE (tinytex_0.6.tar.gz) = 18524