From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 01:14:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCF21A51; Tue, 1 Jul 2014 01:14:42 +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 BA43F2A0C; Tue, 1 Jul 2014 01:14:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s611EgIQ039735; Tue, 1 Jul 2014 01:14:42 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s611EgRa039733; Tue, 1 Jul 2014 01:14:42 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201407010114.s611EgRa039733@svn.freebsd.org> From: Kevin Lo Date: Tue, 1 Jul 2014 01:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359943 - in head/devel: libevent libevent2 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 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: Tue, 01 Jul 2014 01:14:42 -0000 Author: kevlo Date: Tue Jul 1 01:14:41 2014 New Revision: 359943 URL: http://svnweb.freebsd.org/changeset/ports/359943 QAT: https://qat.redports.org/buildarchive/r359943/ Log: Update WWW: homepage link. Pointed out by: ijliao Reviewed by: mm Modified: head/devel/libevent/pkg-descr head/devel/libevent2/pkg-descr Modified: head/devel/libevent/pkg-descr ============================================================================== --- head/devel/libevent/pkg-descr Tue Jul 1 01:13:56 2014 (r359942) +++ head/devel/libevent/pkg-descr Tue Jul 1 01:14:41 2014 (r359943) @@ -14,4 +14,4 @@ having to redesign the applications. As portable application development and provides the most scalable event notification mechanism available on an operating system. -WWW: http://www.monkey.org/~provos/libevent/ +WWW: http://libevent.org/ Modified: head/devel/libevent2/pkg-descr ============================================================================== --- head/devel/libevent2/pkg-descr Tue Jul 1 01:13:56 2014 (r359942) +++ head/devel/libevent2/pkg-descr Tue Jul 1 01:14:41 2014 (r359943) @@ -15,4 +15,4 @@ Libevent allows for portable application scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications. -WWW: http://www.monkey.org/~provos/libevent/ +WWW: http://libevent.org/