Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 01:39:41 +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: r470256 - head/www/R-cran-httpuv
Message-ID:  <201805180139.w4I1dfRd004380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri May 18 01:39:41 2018
New Revision: 470256
URL: https://svnweb.freebsd.org/changeset/ports/470256

Log:
  - Update to 1.4.3
  - Update LICENSE

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

Modified: head/www/R-cran-httpuv/Makefile
==============================================================================
--- head/www/R-cran-httpuv/Makefile	Fri May 18 01:28:23 2018	(r470255)
+++ head/www/R-cran-httpuv/Makefile	Fri May 18 01:39:41 2018	(r470256)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	httpuv
-PORTVERSION=	1.3.6.2
+PORTVERSION=	1.4.3
 CATEGORIES=	www
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	HTTP and WebSocket server library for R
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2+
 
-CRAN_DEPENDS=	R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+CRAN_DEPENDS=	R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
+		R-cran-promises>0:devel/R-cran-promises \
+		R-cran-later>=0.7.2:devel/R-cran-later \
+		R-cran-BH>0:devel/R-cran-BH
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/www/R-cran-httpuv/distinfo
==============================================================================
--- head/www/R-cran-httpuv/distinfo	Fri May 18 01:28:23 2018	(r470255)
+++ head/www/R-cran-httpuv/distinfo	Fri May 18 01:39:41 2018	(r470256)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521709902
-SHA256 (httpuv_1.3.6.2.tar.gz) = 8e8ca2f15529089846695abdab229cbc9812f0b2710855fb0a41ac720a9f7040
-SIZE (httpuv_1.3.6.2.tar.gz) = 427598
+TIMESTAMP = 1526352921
+SHA256 (httpuv_1.4.3.tar.gz) = c6e91ac3396a102deabd9a63b5a786f1ae1f87b5ee1ce0f1501fc0f43cebf095
+SIZE (httpuv_1.4.3.tar.gz) = 1673359



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