ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
(Generate patch)

Comparing freebsd/diff.sh (file contents):
Revision 558 by douglas, 2013-01-20T15:18:18-08:00 vs.
Revision 566 by douglas, 2013-03-31T12:57:23-07:00

# Line 5 | Line 5 | source "`dirname $0`/common.sh"
5   diff="diff/$category_port/$port.`date -u +%Y-%m-%dT%H%M%SZ`.diff"
6  
7   svnmkdir `dirname $diff`
8 < (cd $category; diff -I '\$FreeBSD.*\$' -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
8 > sanitize_freebsd_ids
9 > (cd $category; diff -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
10 > unsanitize_freebsd_ids
11   svn add $diff

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines