Revision: | 558 |
Committed: | 2013-01-20T15:18:18-08:00 (12 years, 5 months ago) by douglas |
Content type: | text/x-sh |
File size: | 265 byte(s) |
Log Message: | Remove modelines! |
# | Content |
---|---|
1 | #!/usr/local/bin/bash |
2 | |
3 | source "`dirname $0`/common.sh" |
4 | |
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 |
9 | svn add $diff |
Name | Value |
---|---|
svn:executable | * |