View | Details | Raw Unified | Return to bug 116248
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 7-15 Link Here
7
7
8
PORTNAME=	porttools
8
PORTNAME=	porttools
9
PORTVERSION=	0.77
9
PORTVERSION=	0.77
10
PORTREVISION=	1
10
CATEGORIES=	ports-mgmt
11
CATEGORIES=	ports-mgmt
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	sergei@FreeBSD.org
14
MAINTAINER=	sergei@FreeBSD.org
15
COMMENT=	Tools for testing and submitting port updates and new ports
15
COMMENT=	Tools for testing and submitting port updates and new ports
(-)files/patch-util_diff.in (+20 lines)
Added Link Here
1
--- ./util_diff.in.orig	2006-05-06 19:31:58.000000000 +0800
2
+++ ./util_diff.in	2007-09-10 11:14:41.199138345 +0800
3
@@ -54,7 +54,7 @@
4
 
5
 		# Run 'cvs update' first
6
 		echo "===> Updating from CVS"
7
-		cvs update -Pd
8
+		cvs -R update -Pd
9
 		if [ $? -ne 0 ]
10
 		then
11
 			echo "Error updating CVS"
12
@@ -62,7 +62,7 @@
13
 			exit 1
14
 		fi
15
 
16
-		DIFF_CMD="cvs diff -uN"
17
+		DIFF_CMD="cvs -R diff -uN"
18
 	else 
19
 		# Non-CVS modes
20
 		if [ -d ${DIFF_MODE} ]

Return to bug 116248