From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 19:40:10 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 250F1192; Sat, 1 Mar 2014 19:40:10 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1197A1794; Sat, 1 Mar 2014 19:40:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21Je9BC032470; Sat, 1 Mar 2014 19:40:09 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21Je9FF032469; Sat, 1 Mar 2014 19:40:09 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201403011940.s21Je9FF032469@svn.freebsd.org> From: Thierry Thomas Date: Sat, 1 Mar 2014 19:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346716 - 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.17 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: Sat, 01 Mar 2014 19:40:10 -0000 Author: thierry Date: Sat Mar 1 19:40:09 2014 New Revision: 346716 URL: http://svnweb.freebsd.org/changeset/ports/346716 QAT: https://qat.redports.org/buildarchive/r346716/ Log: Remove the article and fix a typo. Reported by: sunpoet Modified: head/devel/libuv/Makefile Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Sat Mar 1 19:10:42 2014 (r346715) +++ head/devel/libuv/Makefile Sat Mar 1 19:40:09 2014 (r346716) @@ -8,11 +8,11 @@ MASTER_SITES= http://libuv.org/dist/v${P DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= thierry@FreeBSD.org -COMMENT= A multi-platform support library with a focus on asynchronous I/O +COMMENT= Multi-platform support library with a focus on asynchronous I/O LICENSE= NODE LICENSE_NAME= NODE -LICENSE_FILE =${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= gyp:${PORTSDIR}/devel/py-gyp-devel \