ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
Revision: 547
Committed: 2012-08-05T11:57:58-07:00 (12 years, 10 months ago) by douglas
Content type: text/x-sh
File size: 285 byte(s)
Log Message:
Remove ports I don't maintain.


File Contents

# 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 nomodeline
9 (cd $category; diff -I '\$FreeBSD.*\$' -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
10 modeline
11 svn add $diff

Properties

Name Value
svn:executable *