From vivek@lorax.kcilink.com  Tue Aug 15 19:59:50 2006
Return-Path: <vivek@lorax.kcilink.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A264B16A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Aug 2006 19:59:50 +0000 (UTC)
	(envelope-from vivek@lorax.kcilink.com)
Received: from lorax.kcilink.com (lorax.kciLink.com [206.112.95.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 56F5043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Aug 2006 19:59:50 +0000 (GMT)
	(envelope-from vivek@lorax.kcilink.com)
Received: from localhost (localhost [127.0.0.1])
	by lorax.kcilink.com (Postfix) with ESMTP id 86297115F9
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Aug 2006 15:59:49 -0400 (EDT)
Received: from lorax.kcilink.com ([127.0.0.1])
	by localhost (lorax.kcilink.com [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id YLsV9TwAbZqP for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 15 Aug 2006 15:59:48 -0400 (EDT)
Received: by lorax.kcilink.com (Postfix, from userid 120)
	id 7934F116DF; Tue, 15 Aug 2006 15:59:48 -0400 (EDT)
Message-Id: <20060815195948.7934F116DF@lorax.kcilink.com>
Date: Tue, 15 Aug 2006 15:59:48 -0400 (EDT)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: add missing dependency to rt36 port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102114
>Category:       ports
>Synopsis:       add missing dependency to rt36 port
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 20:00:35 GMT 2006
>Closed-Date:    Wed Aug 16 01:55:24 GMT 2006
>Last-Modified:  Wed Aug 16 01:55:24 GMT 2006
>Originator:     Vivek Khera
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 8 16:05:12 EDT 2006 vivek@dbarchive.m1e.net:/n/lorax1/usr6/obj.i386/n/lorax1/usr6/src/sys/KCI32SMP i386


	
>Description:
	

in my update to www/rt36 port I missed a new dependency.  this patch adds that.

>How-To-Repeat:
	
>Fix:

	

diff -Pru rt36/Makefile rt36.vk/Makefile
--- rt36/Makefile       Tue Aug 15 12:42:15 2006
+++ rt36.vk/Makefile    Tue Aug 15 15:57:06 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=      rt
 PORTVERSION?=  3.6.1
+PORTREVISION=  1
 CATEGORIES=    www
 MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \
                http://download.bestpractical.com/pub/rt/devel/ \
@@ -57,7 +58,8 @@
                ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
                ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
                ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
-               ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple
+               ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \
+               ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
 RUN_DEPENDS=   ${BUILD_DEPENDS}
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Aug 16 01:55:22 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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