svn commit: r496042 - head/devel/libuv

Thierry Thomas thierry at FreeBSD.org
Sun Mar 17 10:22:54 UTC 2019


Author: thierry
Date: Sun Mar 17 10:22:53 2019
New Revision: 496042
URL: https://svnweb.freebsd.org/changeset/ports/496042

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

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

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Sun Mar 17 09:15:15 2019	(r496041)
+++ head/devel/libuv/Makefile	Sun Mar 17 10:22:53 2019	(r496042)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libuv
-PORTVERSION=	1.26.0
+PORTVERSION=	1.27.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
-#MASTER_SITES=	http://dist.libuv.org/dist/v${PORTVERSION}/
 
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Multi-platform support library with a focus on asynchronous I/O

Modified: head/devel/libuv/distinfo
==============================================================================
--- head/devel/libuv/distinfo	Sun Mar 17 09:15:15 2019	(r496041)
+++ head/devel/libuv/distinfo	Sun Mar 17 10:22:53 2019	(r496042)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549829403
-SHA256 (libuv-libuv-v1.26.0_GH0.tar.gz) = e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693
-SIZE (libuv-libuv-v1.26.0_GH0.tar.gz) = 1209551
+TIMESTAMP = 1552817911
+SHA256 (libuv-libuv-v1.27.0_GH0.tar.gz) = 4afcdc84cd315b77c8e532e7b3fde43d536af0e2e835eafbd0e75518ed26dbed
+SIZE (libuv-libuv-v1.27.0_GH0.tar.gz) = 1214154


More information about the svn-ports-all mailing list