Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 16:48:34 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473142 - head/devel/libuv
Message-ID:  <201806231648.w5NGmYjA004852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Jun 23 16:48:34 2018
New Revision: 473142
URL: https://svnweb.freebsd.org/changeset/ports/473142

Log:
  Upgrade to v1.21.0.
  
  Release notes at <https://github.com/libuv/libuv/releases/tag/v1.21.0>.

Modified:
  head/devel/libuv/Makefile
  head/devel/libuv/distinfo
  head/devel/libuv/pkg-plist

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Sat Jun 23 16:41:59 2018	(r473141)
+++ head/devel/libuv/Makefile	Sat Jun 23 16:48:34 2018	(r473142)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libuv
-PORTVERSION=	1.20.3
+PORTVERSION=	1.21.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 #MASTER_SITES=	http://dist.libuv.org/dist/v${PORTVERSION}/
@@ -15,7 +15,7 @@ LICENSE_NAME=	NODE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-TEST_DEPENDS=	gyp:devel/py-gyp \
+TEST_DEPENDS=	gyp:devel/py-gyp	\
 		gmake:devel/gmake
 
 USE_GITHUB=	yes

Modified: head/devel/libuv/distinfo
==============================================================================
--- head/devel/libuv/distinfo	Sat Jun 23 16:41:59 2018	(r473141)
+++ head/devel/libuv/distinfo	Sat Jun 23 16:48:34 2018	(r473142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525785513
-SHA256 (libuv-libuv-v1.20.3_GH0.tar.gz) = 43a388687194a15d5f3cc1980d53c405020a3586254c620e5f3c4d241bb9da05
-SIZE (libuv-libuv-v1.20.3_GH0.tar.gz) = 1181741
+TIMESTAMP = 1529771607
+SHA256 (libuv-libuv-v1.21.0_GH0.tar.gz) = c6f53e4a75d2601db8efe0e837839969de7667d36569110429a0bc8f8229bf59
+SIZE (libuv-libuv-v1.21.0_GH0.tar.gz) = 1187827

Modified: head/devel/libuv/pkg-plist
==============================================================================
--- head/devel/libuv/pkg-plist	Sat Jun 23 16:41:59 2018	(r473141)
+++ head/devel/libuv/pkg-plist	Sat Jun 23 16:48:34 2018	(r473142)
@@ -1,9 +1,9 @@
-include/uv-bsd.h
-include/uv-errno.h
-include/uv-threadpool.h
-include/uv-unix.h
-include/uv-version.h
 include/uv.h
+include/uv/bsd.h
+include/uv/errno.h
+include/uv/threadpool.h
+include/uv/unix.h
+include/uv/version.h
 lib/libuv.a
 lib/libuv.so
 lib/libuv.so.1



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