From owner-svn-ports-all@freebsd.org Mon Aug 10 07:06:03 2015 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 57A8299E023; Mon, 10 Aug 2015 07:06:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 48834A49; Mon, 10 Aug 2015 07:06:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A763qQ085958; Mon, 10 Aug 2015 07:06:03 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7A7622j085953; Mon, 10 Aug 2015 07:06:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201508100706.t7A7622j085953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Aug 2015 07:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393847 - in head/www/R-cran-httpuv: . files X-SVN-Group: ports-head 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.20 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: Mon, 10 Aug 2015 07:06:03 -0000 Author: tota Date: Mon Aug 10 07:06:01 2015 New Revision: 393847 URL: https://svnweb.freebsd.org/changeset/ports/393847 Log: - Update to 1.3.3 Deleted: head/www/R-cran-httpuv/files/ Modified: head/www/R-cran-httpuv/Makefile head/www/R-cran-httpuv/distinfo head/www/R-cran-httpuv/pkg-descr Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Mon Aug 10 06:20:47 2015 (r393846) +++ head/www/R-cran-httpuv/Makefile Mon Aug 10 07:06:01 2015 (r393847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/www/R-cran-httpuv/distinfo ============================================================================== --- head/www/R-cran-httpuv/distinfo Mon Aug 10 06:20:47 2015 (r393846) +++ head/www/R-cran-httpuv/distinfo Mon Aug 10 07:06:01 2015 (r393847) @@ -1,2 +1,2 @@ -SHA256 (httpuv_1.3.2.tar.gz) = db40979d422be9717486422dfd401515788048e32687f8685314c46ec35fe36e -SIZE (httpuv_1.3.2.tar.gz) = 426519 +SHA256 (httpuv_1.3.3.tar.gz) = bb37452ddc4d9381bee84cdf524582859af6a988e291debb71c8a2e120d02b2a +SIZE (httpuv_1.3.3.tar.gz) = 426665 Modified: head/www/R-cran-httpuv/pkg-descr ============================================================================== --- head/www/R-cran-httpuv/pkg-descr Mon Aug 10 06:20:47 2015 (r393846) +++ head/www/R-cran-httpuv/pkg-descr Mon Aug 10 07:06:01 2015 (r393847) @@ -5,4 +5,4 @@ it particularly easy to create complete httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. -WWW: http://cran.r-project.org/web/packages/httpuv/ +WWW: https://cran.r-project.org/web/packages/httpuv/