From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 01:20:33 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1750D49F; Thu, 25 Dec 2014 01:20:33 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B4A352E57; Thu, 25 Dec 2014 01:20:31 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id sBP1JHxu011480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 25 Dec 2014 09:19:18 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id sBP1JH2k011479; Thu, 25 Dec 2014 09:19:17 +0800 (CST) (envelope-from kevlo) Date: Thu, 25 Dec 2014 09:19:17 +0800 From: Kevin Lo To: Alexey Dokuchaev Subject: Re: svn commit: r375390 - in head/net/ifstated: . files Message-ID: <20141225011917.GA11472@ns.kevlo.org> References: <201412240559.sBO5xXKA011201@svn.freebsd.org> <20141224125108.GA20688@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141224125108.GA20688@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Thu, 25 Dec 2014 01:20:33 -0000 On Wed, Dec 24, 2014 at 12:51:09PM +0000, Alexey Dokuchaev wrote: > > On Wed, Dec 24, 2014 at 05:59:33AM +0000, Kevin Lo wrote: > > New Revision: 375390 > > URL: https://svnweb.freebsd.org/changeset/ports/375390 > > QAT: https://qat.redports.org/buildarchive/r375390/ > > > > Log: > > Check event_initialized before event_del if event may not have been set > > up; libevent2 complains about this. > > [...] > > @@ -3,7 +3,7 @@ > > > > PORTNAME= ifstated > > PORTVERSION= 5.1 > > -PORTEPOCH= 2 > > +PORTEPOCH= 3 > > Pardon me?? Fixed. Thanks for pointing that out. > ./danfe Kevin