Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 15:37:29 +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: r508748 - head/textproc/R-cran-markdown
Message-ID:  <201908121537.x7CFbTQA044116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Mon Aug 12 15:37:28 2019
New Revision: 508748
URL: https://svnweb.freebsd.org/changeset/ports/508748

Log:
  - Update to 1.1

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

Modified: head/textproc/R-cran-markdown/Makefile
==============================================================================
--- head/textproc/R-cran-markdown/Makefile	Mon Aug 12 15:08:07 2019	(r508747)
+++ head/textproc/R-cran-markdown/Makefile	Mon Aug 12 15:37:28 2019	(r508748)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	markdown
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,7 +11,8 @@ COMMENT=	Markdown Rendering for R
 
 LICENSE=	GPLv2
 
-CRAN_DEPENDS=	R-cran-mime>=0.3:misc/R-cran-mime
+CRAN_DEPENDS=	R-cran-xfun>0:misc/R-cran-xfun \
+		R-cran-mime>=0.3:misc/R-cran-mime
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/textproc/R-cran-markdown/distinfo
==============================================================================
--- head/textproc/R-cran-markdown/distinfo	Mon Aug 12 15:08:07 2019	(r508747)
+++ head/textproc/R-cran-markdown/distinfo	Mon Aug 12 15:37:28 2019	(r508748)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563082384
-SHA256 (markdown_1.0.tar.gz) = 172d8072d1829644ee6cdf54282a55718e2cfe9c9915d3589ca5f9a016f8d9a6
-SIZE (markdown_1.0.tar.gz) = 80843
+TIMESTAMP = 1565620048
+SHA256 (markdown_1.1.tar.gz) = 8d8cd47472a37362e615dbb8865c3780d7b7db694d59050e19312f126e5efc1b
+SIZE (markdown_1.1.tar.gz) = 81050



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