From root@farley.org  Fri Dec  3 03:43:27 2004
Return-Path: <root@farley.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 73D2A16A4CE; Fri,  3 Dec 2004 03:43:27 +0000 (GMT)
Received: from mail.farley.org (farley.org [67.64.95.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1A94F43D54; Fri,  3 Dec 2004 03:43:27 +0000 (GMT)
	(envelope-from root@farley.org)
Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5])
	by mail.farley.org (8.13.1/8.13.1) with ESMTP id iB33hPxe083166;
	Thu, 2 Dec 2004 21:43:25 -0600 (CST)
	(envelope-from root@thor.farley.org)
Received: from thor.farley.org (localhost [127.0.0.1])
	by thor.farley.org (8.13.1/8.13.1) with ESMTP id iB33hWUg028312;
	Thu, 2 Dec 2004 21:43:32 -0600 (CST)
	(envelope-from root@thor.farley.org)
Received: (from root@localhost)
	by thor.farley.org (8.13.1/8.13.1/Submit) id iB33hW83028311;
	Thu, 2 Dec 2004 21:43:32 -0600 (CST)
	(envelope-from root)
Message-Id: <200412030343.iB33hW83028311@thor.farley.org>
Date: Thu, 2 Dec 2004 21:43:32 -0600 (CST)
From: Sean Farley <sean-freebsd@farley.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sergei@freebsd.org
Subject: [PATCH] devel/porttools: Add cdiff as run dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74638
>Category:       ports
>Synopsis:       [PATCH] devel/porttools: Add cdiff as run dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 03:50:26 GMT 2004
>Closed-Date:    Thu Apr 14 11:35:31 GMT 2005
>Last-Modified:  Thu Apr 14 11:35:31 GMT 2005
>Originator:     Sean Farley
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004
>Description:
textproc/cdiff was not listed as a run-time dependency.

Port maintainer (sergei@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- porttools-0.63_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/porttools.orig/Makefile /usr/ports/devel/porttools/Makefile
--- /usr/ports/devel/porttools.orig/Makefile	Sat Aug 28 20:27:05 2004
+++ /usr/ports/devel/porttools/Makefile	Wed Dec  1 14:05:15 2004
@@ -15,7 +15,8 @@
 MAINTAINER=	sergei@FreeBSD.org
 COMMENT=	Tools for testing and submitting port updates and new ports
 
-RUN_DEPENDS=	portlint:${PORTSDIR}/devel/portlint \
+RUN_DEPENDS=	cdiff:${PORTSDIR}/textproc/cdiff \
+		portlint:${PORTSDIR}/devel/portlint \
 		sudo:${PORTSDIR}/security/sudo
 
 .include <bsd.port.pre.mk>
--- porttools-0.63_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: ahze 
Responsible-Changed-When: Fri Dec 3 03:52:17 GMT 2004 
Responsible-Changed-Why:  
Over to Maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74638 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Thu Apr 14 11:35:23 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74638 
>Unformatted:
