svn commit: r495889 - branches/2019Q1/devel/libuv

Bradley T. Hughes bhughes at FreeBSD.org
Sat Mar 16 15:41:29 UTC 2019


Author: bhughes
Date: Sat Mar 16 15:41:28 2019
New Revision: 495889
URL: https://svnweb.freebsd.org/changeset/ports/495889

Log:
  MFH: r490788 r492639
  
  Upgrade to v1.25.0.
  
  Release notes at <https://github.com/libuv/libuv/releases/tag/v1.25.0>.
  
  Upgrade to v1.26.0.
  
  Release notes at <https://github.com/libuv/libuv/releases/tag/v1.26.0>.
  
  Approved by:	thierry (maintainer)
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q1/devel/libuv/Makefile
  branches/2019Q1/devel/libuv/distinfo
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/libuv/Makefile
==============================================================================
--- branches/2019Q1/devel/libuv/Makefile	Sat Mar 16 15:40:37 2019	(r495888)
+++ branches/2019Q1/devel/libuv/Makefile	Sat Mar 16 15:41:28 2019	(r495889)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libuv
-PORTVERSION=	1.24.1
+PORTVERSION=	1.26.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 #MASTER_SITES=	http://dist.libuv.org/dist/v${PORTVERSION}/
@@ -20,10 +20,11 @@ TEST_DEPENDS=	gyp:devel/py-gyp	\
 
 USE_GITHUB=	yes
 
-USES=		autoreconf libtool pathfix pkgconfig
+USES=		autoreconf libtool pathfix pkgconfig python:test shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+SHEBANG_FILES=	gyp_uv.py
 
 pre-configure:
 	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \

Modified: branches/2019Q1/devel/libuv/distinfo
==============================================================================
--- branches/2019Q1/devel/libuv/distinfo	Sat Mar 16 15:40:37 2019	(r495888)
+++ branches/2019Q1/devel/libuv/distinfo	Sat Mar 16 15:41:28 2019	(r495889)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545067715
-SHA256 (libuv-libuv-v1.24.1_GH0.tar.gz) = 0d026c8f68c4d7b7c59de8f485f262ac71c24e0f3a80d740a25d20edd2f2774e
-SIZE (libuv-libuv-v1.24.1_GH0.tar.gz) = 1204222
+TIMESTAMP = 1549829403
+SHA256 (libuv-libuv-v1.26.0_GH0.tar.gz) = e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693
+SIZE (libuv-libuv-v1.26.0_GH0.tar.gz) = 1209551


More information about the svn-ports-all mailing list