cvs commit: ports/ports-mgmt/bpkg Makefile ports/ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in

Doug Barton dougb at FreeBSD.org
Sat Sep 25 22:00:06 UTC 2010


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 at 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/



More information about the cvs-all mailing list