From owner-freebsd-ports@FreeBSD.ORG Thu Jul 17 20:07:44 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4D31065671 for ; Thu, 17 Jul 2008 20:07:44 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 716D68FC12 for ; Thu, 17 Jul 2008 20:07:44 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Thu, 17 Jul 2008 13:07:43 -0700 Message-ID: <487FA68E.2070506@ridecharge.com> Date: Thu, 17 Jul 2008 16:07:42 -0400 From: "Philip M. Gollucci" Organization: RideCharge Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="------------080008010803020304010205" Cc: Vivek Khera Subject: RE: www/rt* ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 20:07:44 -0000 --------------080008010803020304010205 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi All, If nobody objects I'll submit this about 24 hours from now since I've already posted and Vivek previously agreed. Once www/rt38 is in, I'd like to do the same for www/rt34 which would give us 2 rt ports around ~2009 down from 6. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------080008010803020304010205 Content-Type: text/plain; name="www_rt.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="www_rt.diff" Index: rt2/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rt2/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- rt2/Makefile 8 Sep 2007 01:11:47 -0000 1.26 +++ rt2/Makefile 17 Jul 2008 20:02:40 -0000 @@ -42,6 +42,10 @@ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm +IGNORE= Use www/rt36 instead +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2008-10-17 + USE_PERL5= 5.8.0+ # dependencies require it ALL_TARGETS= testdeps fixdeps Index: rt3/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rt3/Makefile,v retrieving revision 1.51 diff -u -r1.51 Makefile --- rt3/Makefile 1 May 2008 00:27:59 -0000 1.51 +++ rt3/Makefile 17 Jul 2008 20:02:40 -0000 @@ -52,7 +52,9 @@ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS= ${BUILD_DEPENDS} -IGNORE= uses a random gid in the range reserved for local sysadmin use +IGNORE= Use www/rt36 instead +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2008-10-17 APACHE_COMPAT= yes HAS_CONFIGURE= yes Index: rt32/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rt32/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- rt32/Makefile 1 May 2008 00:27:59 -0000 1.52 +++ rt32/Makefile 17 Jul 2008 20:02:40 -0000 @@ -51,6 +51,10 @@ ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE= Use www/rt36 instead +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2008-10-17 + LATEST_LINK= rt32 HAS_CONFIGURE= yes NO_BUILD= yes --------------080008010803020304010205--