From owner-freebsd-perl@FreeBSD.ORG Sun Apr 1 06:13:20 2012 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3C12106566C; Sun, 1 Apr 2012 06:13:20 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id 16ADB8FC21; Sun, 1 Apr 2012 06:13:19 +0000 (UTC) Received: by wibhr17 with SMTP id hr17so1651078wib.1 for ; Sat, 31 Mar 2012 23:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xptHaIcE9ThCyMkB+J30GYa4MXAl+TN3DAcziQt3wA8=; b=UeS5I1oCBudg89wVU9+xZWFRD7xLK3W/ayZa/GEIvY4jRumWIJ8ZixDQSWSHlgjDXo OOREz4SYua73mfaxU9RL/ykRdvBF262etkjHWoRj0O9A8pogHeEdIrcwgwhUVlbPcFTI /pO748QP0VoIGjMfOKfFNF7vp+wFrnc4RGFum8Dfr37gyUai/0GRiLsfUETt5FVhZQhR pA4d7BYLbOpJQk9xY2rxptYBEGr2xDQdtJQYkiNGr4Rr8yOoPq8JhFzjVkhmJUk9ASnU ltPK9mY+h06t2wyIbmThcZ10CBCTOtcQNf0BNrndJIV/wFius46lt6FjyKvRBV7X8aqB nXgg== MIME-Version: 1.0 Received: by 10.180.103.134 with SMTP id fw6mr15183430wib.0.1333260798984; Sat, 31 Mar 2012 23:13:18 -0700 (PDT) Received: by 10.180.102.97 with HTTP; Sat, 31 Mar 2012 23:13:18 -0700 (PDT) In-Reply-To: <20120331171034.GF19275@azathoth.lan> References: <20120331171034.GF19275@azathoth.lan> Date: Sun, 1 Apr 2012 10:13:18 +0400 Message-ID: From: Andrej Zverev To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: perl@freebsd.org, lippe@freebsd.org Subject: Re: Conflict between p5-CGI and p5-CGI-modules breaking www/p5-CGI-Application-Plugin-ValidateRM X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 06:13:21 -0000 Hello, For www/p5-CGI-Application-Plugin-ValidateRM actually don't required www/p5-CGI-modules (CGI::Form) long time. About www/p5-CGI-modules.. I think it should be deprecated and removed from ports tree. This module exists only onBACKPAN and personal author site. Also with removing www/p5-CGI-modules must be deleted all direct dependencies (e.g www/p5-CGI-Application-Plugin-DBH). On Sat, Mar 31, 2012 at 9:10 PM, Baptiste Daroussin wrote: > Hi, > > pkgng detected a conflicts betwwen both p5-CGI and p5-CGI-modules: > pkg: p5-CGI.pm-3.59,1 conflicts with p5-CGI-modules-2.76 (installs files > into > the same place). Problematic file: > /usr/local/lib/perl5/5.12.4/man/man3/CGI::Carp.3.gz > > this prevent packaging www/p5-CGI-Application-Plugin-ValidateRM > > regards, > Bapt >