Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 21:57:57 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550630 - head/devel/libuv
Message-ID:  <202009292157.08TLvvrG034627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Tue Sep 29 21:57:57 2020
New Revision: 550630
URL: https://svnweb.freebsd.org/changeset/ports/550630

Log:
  devel/libuv: Update 1.39.0 -> 1.40.0
  
  While here, apply changes from PR 248936:
  - Use release archive instead of pulling source from GitHub repo as
    suggested by 5.4.3 in Porter's Handbook
  - Keep "make test" target although add comment about issue running
    test(s) as root
  
  PR:		248936
  Submitted by:	daniel.engberg.lists@pyret.net
  Sponsored by:	Miles AS

Modified:
  head/devel/libuv/Makefile
  head/devel/libuv/distinfo

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Tue Sep 29 21:54:21 2020	(r550629)
+++ head/devel/libuv/Makefile	Tue Sep 29 21:57:57 2020	(r550630)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libuv
-PORTVERSION=	1.39.0
 DISTVERSIONPREFIX=	v
+DISTVERSION=	1.40.0
 CATEGORIES=	devel
+MASTER_SITES=	https://dist.libuv.org/dist/v${DISTVERSION}/
 
 MAINTAINER=	bhughes@FreeBSD.org
 COMMENT=	Multi-platform support library with a focus on asynchronous I/O
@@ -14,13 +15,13 @@ LICENSE_NAME=	NODE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USE_GITHUB=	yes
-
 USES=		autoreconf libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
+# Will not run as root, reference:
+# https://github.com/libuv/libuv/commit/af45b6ba2f2c506ae18dd24481e24db17b8269e7
 TEST_TARGET=	check
 
 pre-configure:

Modified: head/devel/libuv/distinfo
==============================================================================
--- head/devel/libuv/distinfo	Tue Sep 29 21:54:21 2020	(r550629)
+++ head/devel/libuv/distinfo	Tue Sep 29 21:57:57 2020	(r550630)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599080629
-SHA256 (libuv-libuv-v1.39.0_GH0.tar.gz) = dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629
-SIZE (libuv-libuv-v1.39.0_GH0.tar.gz) = 1272565
+TIMESTAMP = 1601414344
+SHA256 (libuv-v1.40.0.tar.gz) = 61a90db95bac00adec1cc5ddc767ebbcaabc70242bd1134a7a6b1fb1d498a194
+SIZE (libuv-v1.40.0.tar.gz) = 1264008



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