From owner-cvs-src@FreeBSD.ORG Sat Nov 3 18:12:58 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37ACD16A41A for ; Sat, 3 Nov 2007 18:12:58 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id C85C613C4A8 for ; Sat, 3 Nov 2007 18:12:57 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so865021nfb for ; Sat, 03 Nov 2007 11:12:37 -0700 (PDT) Received: by 10.78.81.20 with SMTP id e20mr2201392hub.1194104246717; Sat, 03 Nov 2007 08:37:26 -0700 (PDT) Received: by 10.78.187.16 with HTTP; Sat, 3 Nov 2007 08:37:26 -0700 (PDT) Message-ID: <70e8236f0711030837u7b1e866cha35e4ea50aa0dd4e@mail.gmail.com> Date: Sat, 3 Nov 2007 15:37:26 +0000 From: "Joao Barros" To: "Kirill Ponomarew" In-Reply-To: <200711022246.lA2MkUdE002927@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711022246.lA2MkUdE002927@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/updating Makefile main.c pathnames.h pkg_updating.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2007 18:12:58 -0000 Thank you from all of those who repeatedly forget to check ports/UPDATING! :-D On 11/2/07, Kirill Ponomarew wrote: > krion 2007-11-02 22:46:30 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install Makefile > Added files: > usr.sbin/pkg_install/updating Makefile main.c pathnames.h > pkg_updating.1 > Log: > Introduce pkg_updating(1) which scans for installed ports and shows > all ports/UPDATING entries that affect one of the installed ports, > and are relevant on the given machine. > > PR: bin/117564 > Submitted by: Beat Gaetzi > MFC after: 14 days > > Revision Changes Path > 1.18 +1 -1 src/usr.sbin/pkg_install/Makefile > 1.1 +11 -0 src/usr.sbin/pkg_install/updating/Makefile (new) > 1.1 +257 -0 src/usr.sbin/pkg_install/updating/main.c (new) > 1.1 +28 -0 src/usr.sbin/pkg_install/updating/pathnames.h (new) > 1.1 +88 -0 src/usr.sbin/pkg_install/updating/pkg_updating.1 (new) > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > -- Joao Barros