FreeBSD Bugzilla – Attachment 81153 Details for
Bug 116248
[PATCH] ports-mgmt/porttools: add -R to cvs update/diff commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
porttools.diff
porttools.diff (text/plain), 1.28 KB, created by
Xin LI
on 2007-09-10 04:30:01 UTC
(
hide
)
Description:
porttools.diff
Filename:
MIME Type:
Creator:
Xin LI
Created:
2007-09-10 04:30:01 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/ports-mgmt/porttools/Makefile,v >retrieving revision 1.19 >diff -u -p -r1.19 Makefile >--- Makefile 5 Feb 2007 01:08:31 -0000 1.19 >+++ Makefile 10 Sep 2007 03:13:10 -0000 >@@ -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= sergei@FreeBSD.org > COMMENT= Tools for testing and submitting port updates and new ports >Index: files/patch-util_diff.in >=================================================================== >RCS file: files/patch-util_diff.in >diff -N files/patch-util_diff.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-util_diff.in 10 Sep 2007 03:14:46 -0000 >@@ -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} ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116248
: 81153