From owner-cvs-all@FreeBSD.ORG Wed May 11 01:45:47 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8C8106564A; Wed, 11 May 2011 01:45:47 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 5AEF98FC0C; Wed, 11 May 2011 01:45:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 9D5C3170FE; Tue, 10 May 2011 21:27:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1305077244; bh=grT0VcVqeEuz8TWCm+o4/2Lj/DdyhCXopVt3YuvxTVA=; b= Aj2nSwyaePTVcmBvkBaYW+e/SDmlyA0aIGypegm8wMh9TvH6wWv2D1UJD57xC44H fFr8TmOTBs5h1hQI1cfXuTd0oU7n0IswWKDZPmv/TkX0LH+zKs1nuKNdssJbXGex VVpwHjjcwPRSf2GoF2QPTETaqgU+OMFBbp/lXMSAIX0= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id plPSeXrVIeiv; Tue, 10 May 2011 21:27:24 -0400 (EDT) Received: from magic.hamla.org (cpe-68-174-92-4.nyc.res.rr.com [68.174.92.4]) by spartan.hamla.org (Postfix) with ESMTPSA id 2A41D170E3; Tue, 10 May 2011 21:27:22 -0400 (EDT) Date: Tue, 10 May 2011 21:27:19 -0400 From: Sahil Tandon To: Steve Wills Message-ID: <20110511012719.GA59424@magic.hamla.org> References: <201105110102.p4B128Pa027675@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105110102.p4B128Pa027675@repoman.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/p5-FCGI Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2011 01:45:47 -0000 On Wed, 2011-05-11 at 01:02:08 +0000, Steve Wills wrote: > swills 2011-05-11 01:02:08 UTC > > FreeBSD ports repository > > Modified files: > www Makefile > Added files: > www/p5-FCGI Makefile distinfo pkg-descr pkg-plist > Log: > Perl Fast CGI module > > WWW: http://search.cpan.org/dist/FCGI/ > > Revision Changes Path > 1.2883 +1 -0 ports/www/Makefile > 1.1 +23 -0 ports/www/p5-FCGI/Makefile (new) > 1.1 +2 -0 ports/www/p5-FCGI/distinfo (new) > 1.1 +3 -0 ports/www/p5-FCGI/pkg-descr (new) > 1.1 +5 -0 ports/www/p5-FCGI/pkg-plist (new) This appears to be a dupe of www/p5-FastCGI. -- Sahil Tandon