From owner-cvs-ports@FreeBSD.ORG Mon Jan 31 21:17:58 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6A56106566C for ; Mon, 31 Jan 2011 21:17:58 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 7F18C8FC16 for ; Mon, 31 Jan 2011 21:17:58 +0000 (UTC) Received: (qmail 21453 invoked by uid 399); 31 Jan 2011 21:17:56 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 31 Jan 2011 21:17:56 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4D472701.2090803@FreeBSD.org> Date: Mon, 31 Jan 2011 13:17:53 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110129 Thunderbird/3.1.7 MIME-Version: 1.0 To: Dmitry Sivachenko References: <201101311451.p0VEpPRH008578@repoman.freebsd.org> In-Reply-To: <201101311451.p0VEpPRH008578@repoman.freebsd.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/p5-SNMP_Session Makefile distinfo ports/net-mgmt/p5-SNMP_Session/files patch-SNMP_Session.pm X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2011 21:17:58 -0000 Thanks for picking this up so quickly. FYI, the reason I like to go with sed (or if necessary to match existing style, reinplace), particularly for something that is both small and will show up in a future version of the software, is to save disk space/inodes/cvs history for something that is at worst a temporary fix. Obviously doing it as a patch works just as well however, and once again thanks for jumping on this right away. Doug On 01/31/2011 06:51, Dmitry Sivachenko wrote: > demon 2011-01-31 14:51:25 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/p5-SNMP_Session Makefile distinfo > Added files: > net-mgmt/p5-SNMP_Session/files patch-SNMP_Session.pm > Log: > Update to 1.13; > Add a patch http://oss.oetiker.ch/mrtg-trac/changeset/330 to > eliminate a warning regarding IPv6; > > PR: 154367 154411 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=154367 > Feature safe: yes > > Revision Changes Path > 1.33 +6 -3 ports/net-mgmt/p5-SNMP_Session/Makefile > 1.23 +2 -3 ports/net-mgmt/p5-SNMP_Session/distinfo > 1.1 +21 -0 ports/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm (new) > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net-mgmt/p5-SNMP_Session/Makefile.diff?&r1=1.32&r2=1.33&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net-mgmt/p5-SNMP_Session/distinfo.diff?&r1=1.22&r2=1.23&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm