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

Comparing:
freebsd/patch.sh (file contents), Revision 12 by douglas, 2007-06-13T04:37:30-07:00 vs.
freebsd/diff.sh (file contents), Revision 562 by douglas, 2013-02-10T21:57:03-08:00

# Line 2 | Line 2
2  
3   source "`dirname $0`/common.sh"
4  
5 < cd $category
5 > diff="diff/$category_port/$port.`date -u +%Y-%m-%dT%H%M%SZ`.diff"
6  
7 < diff -Nrux .svn /usr/ports/$category_port $port | tee $port.patch
7 > svnmkdir `dirname $diff`
8 > sanitize_freebsd_ids
9 > (cd $category; diff -I '\$FreeBSD.*\$' -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