Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 09:19:57 +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: r449277 - head/www/R-cran-httr
Message-ID:  <201709050919.v859JvPJ069081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Sep  5 09:19:57 2017
New Revision: 449277
URL: https://svnweb.freebsd.org/changeset/ports/449277

Log:
  - Update to 1.3.1

Modified:
  head/www/R-cran-httr/Makefile   (contents, props changed)
  head/www/R-cran-httr/distinfo   (contents, props changed)

Modified: head/www/R-cran-httr/Makefile
==============================================================================
--- head/www/R-cran-httr/Makefile	Tue Sep  5 09:01:44 2017	(r449276)
+++ head/www/R-cran-httr/Makefile	Tue Sep  5 09:19:57 2017	(r449277)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httr
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.1
 CATEGORIES=	www
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,11 +11,13 @@ COMMENT=	Tools for Working with URLs and HTTP
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	R-cran-jsonlite>0:converters/R-cran-jsonlite \
+CRAN_DEPENDS=	R-cran-jsonlite>0:converters/R-cran-jsonlite \
 		R-cran-mime>0:misc/R-cran-mime \
 		R-cran-curl>=0.9.1:ftp/R-cran-curl \
 		R-cran-openssl>=0.8:security/R-cran-openssl \
 		R-cran-R6>0:devel/R-cran-R6
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist
 

Modified: head/www/R-cran-httr/distinfo
==============================================================================
--- head/www/R-cran-httr/distinfo	Tue Sep  5 09:01:44 2017	(r449276)
+++ head/www/R-cran-httr/distinfo	Tue Sep  5 09:19:57 2017	(r449277)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468875784
-SHA256 (httr_1.2.1.tar.gz) = e7b90b90ee52c826e152efcfadf98e078fa75b65a6baaeb8fd25eeed2195730e
-SIZE (httr_1.2.1.tar.gz) = 133398
+TIMESTAMP = 1504586887
+SHA256 (httr_1.3.1.tar.gz) = 22134d7426b2eba37f0cc34b99285499b8bac9fe75a7bc3222fbad179bf8f258
+SIZE (httr_1.3.1.tar.gz) = 147593



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