From owner-svn-ports-all@FreeBSD.ORG Fri Sep 19 16:32:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFCBC42B; Fri, 19 Sep 2014 16:32:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B40BB9; Fri, 19 Sep 2014 16:32:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JGW7fl010425; Fri, 19 Sep 2014 16:32:07 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JGW75R010422; Fri, 19 Sep 2014 16:32:07 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201409191632.s8JGW75R010422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 19 Sep 2014 16:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368574 - head/devel/libuv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 16:32:08 -0000 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