head	1.2;
access;
symbols
	old_old_RELEASE_4_8_0:1.1
	old_old_RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.04.29.05.10.29;	author edwin;	state dead;
branches;
next	1.1;

1.1
date	2002.12.22.04.50.13;	author keichii;	state Exp;
branches;
next	;


desc
@@


1.2
log
@New port: devel/rt3

	RT is an industrial-grade ticketing system. It lets a group
	of people intelligently and efficiently manage requests
	submitted by a community of users. RT is used by systems
	administrators, customer support staffs, NOCs, developers
	and even marketing departments at over a thousand sites
	around the world.

PR:		ports/45905
Submitted by:	Autrijus Tang <autrijus@@autrijus.org>
@
text
@--- tools/testdeps	Thu Feb 28 14:38:10 2002
+++ tools/testdeps	Thu Aug 15 16:43:45 2002
@@@@ -107,7 +107,11 @@@@
 	$module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/);
 	
         print "Installing with CPAN...";
-        CPAN::install($module);
+	require CPAN::FirstTime;  # shut up configuration
+	no strict 'refs';
+	local $^W;
+	*{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' };
+        CPAN::force('install', $module);
      }
      print "\n";
 	exit(1) if ($mode =~ /-q/);
@


1.1
log
@Add rt2 2.0.14,
rT is an industrial-grade ticketing system written
in Perl.

PR:		41701
Submitted by:	plasma
@
text
@@

