Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 16:32:07 +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: r368574 - head/devel/libuv
Message-ID:  <201409191632.s8JGW75R010422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Sep 19 16:32:06 2014
New Revision: 368574
URL: http://svnweb.freebsd.org/changeset/ports/368574
QAT: https://qat.redports.org/buildarchive/r368574/

Log:
  Upgrade to v1.0.0-rc1.

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

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Fri Sep 19 15:48:35 2014	(r368573)
+++ head/devel/libuv/Makefile	Fri Sep 19 16:32:06 2014	(r368574)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libuv
-PORTVERSION=	0.11.29
+DISTVERSION=	1.0.0-rc1
 CATEGORIES=	devel
-MASTER_SITES=	http://libuv.org/dist/v${PORTVERSION}/
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
+MASTER_SITES=	http://libuv.org/dist/v${DISTVERSION}/
+DISTNAME=	${PORTNAME}-v${DISTVERSION}
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Multi-platform support library with a focus on asynchronous I/O

Modified: head/devel/libuv/distinfo
==============================================================================
--- head/devel/libuv/distinfo	Fri Sep 19 15:48:35 2014	(r368573)
+++ head/devel/libuv/distinfo	Fri Sep 19 16:32:06 2014	(r368574)
@@ -1,2 +1,2 @@
-SHA256 (libuv-v0.11.29.tar.gz) = b2afa9c169c3294103f0434040d4c61005c8b0f4f8168d9e98d6c60f9191090a
-SIZE (libuv-v0.11.29.tar.gz) = 482832
+SHA256 (libuv-v1.0.0-rc1.tar.gz) = 86629e59f967383dc977b435dfafe696dfc69b53049cdca22240dd8fdc2d9279
+SIZE (libuv-v1.0.0-rc1.tar.gz) = 997167

Modified: head/devel/libuv/pkg-plist
==============================================================================
--- head/devel/libuv/pkg-plist	Fri Sep 19 15:48:35 2014	(r368573)
+++ head/devel/libuv/pkg-plist	Fri Sep 19 16:32:06 2014	(r368574)
@@ -6,6 +6,6 @@ include/uv-version.h
 include/uv.h
 lib/libuv.a
 lib/libuv.so
-lib/libuv.so.11
-lib/libuv.so.11.0.0
+lib/libuv.so.1
+lib/libuv.so.1.0.0
 libdata/pkgconfig/libuv.pc



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