diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-07-27 07:40:01 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-07-27 07:40:01 +0000 |
commit | f139205c261f251bd5b161ca86db459ad38fcc10 (patch) | |
tree | 8abe4c59d951b43341b02cbde0209715c712f8ac /ports-mgmt/porttools | |
parent | efabdf86fc9bfa544b32831cd8fc304e98fdd19b (diff) |
Notes
Diffstat (limited to 'ports-mgmt/porttools')
-rw-r--r-- | ports-mgmt/porttools/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/porttools/files/patch-util_diff.in | 20 |
2 files changed, 22 insertions, 2 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index 9a6f3472b097..b376e6d59bd8 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -7,9 +7,9 @@ PORTNAME= porttools PORTVERSION= 0.77 +PORTREVISION= 1 CATEGORIES= ports-mgmt -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports diff --git a/ports-mgmt/porttools/files/patch-util_diff.in b/ports-mgmt/porttools/files/patch-util_diff.in new file mode 100644 index 000000000000..79c453f08c07 --- /dev/null +++ b/ports-mgmt/porttools/files/patch-util_diff.in @@ -0,0 +1,20 @@ +--- ./util_diff.in.orig 2006-05-06 19:31:58.000000000 +0800 ++++ ./util_diff.in 2007-09-10 11:14:41.199138345 +0800 +@@ -54,7 +54,7 @@ + + # Run 'cvs update' first + echo "===> Updating from CVS" +- cvs update -Pd ++ cvs -R update -Pd + if [ $? -ne 0 ] + then + echo "Error updating CVS" +@@ -62,7 +62,7 @@ + exit 1 + fi + +- DIFF_CMD="cvs diff -uN" ++ DIFF_CMD="cvs -R diff -uN" + else + # Non-CVS modes + if [ -d ${DIFF_MODE} ] |