From owner-svn-ports-all@FreeBSD.ORG Mon Jul 8 16:50:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ED42CD7; Mon, 8 Jul 2013 16:50:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DE9D01C64; Mon, 8 Jul 2013 16:50:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68GoXJp039678; Mon, 8 Jul 2013 16:50:33 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68GoX2c039677; Mon, 8 Jul 2013 16:50:33 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201307081650.r68GoX2c039677@svn.freebsd.org> From: Dirk Meyer Date: Mon, 8 Jul 2013 16:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322515 - head/net/libnet 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.14 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: Mon, 08 Jul 2013 16:50:34 -0000 Author: dinoex Date: Mon Jul 8 16:50:33 2013 New Revision: 322515 URL: http://svnweb.freebsd.org/changeset/ports/322515 Log: - remove Author - fix typo Submitted by: Alexey Dokuchaev Modified: head/net/libnet/pkg-descr Modified: head/net/libnet/pkg-descr ============================================================================== --- head/net/libnet/pkg-descr Mon Jul 8 16:00:24 2013 (r322514) +++ head/net/libnet/pkg-descr Mon Jul 8 16:50:33 2013 (r322515) @@ -14,7 +14,6 @@ Using libnet, quick and simple packet as with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). -Libnet is distrubuted under the BSD license. +Libnet is distributed under the BSD license. -Author: Mike D. Schiffman WWW: http://www.packetfactory.net/projects/libnet/