Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2010 15:00:03 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Andrej Zverev <az@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, Andy Kosela <akosela@andykosela.com>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/ports-mgmt/bpkg Makefile ports/ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in
Message-ID:  <4C9E70E3.3000004@FreeBSD.org>
In-Reply-To: <201009251455.o8PEtSxM036322@repoman.freebsd.org>
References:  <201009251455.o8PEtSxM036322@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI, it's never necessary to do 'cat $file | grep' you can always do 
'grep $file' instead.

The bit on finding the directory for a port (the ones that start with 
pwd= in the diff) can also be done a bit more efficiently with this at 
the beginning:

grep -m1 "/$e|" INDEX


hth,

Doug


On 9/25/2010 7:55 AM, Andrej Zverev wrote:
> az          2010-09-25 14:55:28 UTC
>
>    FreeBSD ports repository
>
>    Modified files:
>      ports-mgmt/bpkg      Makefile
>      ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in
>    Log:
>    - Update to 2.1.2
>
>    * regex patterns fix to some of the options
>    * man updated
>
>    PR:             ports/150906  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=150906
>    Submitted by:   Andy Kosela<akosela@andykosela.com>  (maintainer)
>
>    Revision  Changes    Path
>    1.28      +1 -1      ports/ports-mgmt/bpkg/Makefile
>    1.20      +2 -2      ports/ports-mgmt/bpkg/files/bpkg.8
>    1.27      +12 -12    ports/ports-mgmt/bpkg/files/bpkg.sh.in
>
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ports-mgmt/bpkg/Makefile.diff?&r1=1.27&r2=1.28&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ports-mgmt/bpkg/files/bpkg.8.diff?&r1=1.19&r2=1.20&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ports-mgmt/bpkg/files/bpkg.sh.in.diff?&r1=1.26&r2=1.27&f=h
>



-- 

	... and that's just a little bit of history repeating.
			-- Propellerheads

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C9E70E3.3000004>