From owner-freebsd-perl@FreeBSD.ORG Fri May 6 07:08:03 2011 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98DA2106566C for ; Fri, 6 May 2011 07:08:03 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 26C818FC19 for ; Fri, 6 May 2011 07:08:02 +0000 (UTC) Received: by fxm11 with SMTP id 11so2813176fxm.13 for ; Fri, 06 May 2011 00:08:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=A9IqaHpBgqtlMZQlgW6Th5JpRtCn3GeAfryaVsJtW1U=; b=twldgh6vt84tI3GQzzPrHAbGhbD1cFHvLNTfZLDTJ11IbfeWxat9EPGc+2HL/nT9/h 2/PvPVnd6Davs/XMJxNAEKFhdyEfncEmYFDpv50nA7x+TBaaXutJrgueP9DYPFhcM31E dDeJKLigHi+0/AYIMTlEOWYtOLg8VEHiht2sM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=CYeSZ3q+CoOlhRxUOSo1GKPlejlsyOy99lNnWZz3sSXvYIlqmzZDNtkWzl2Kw7li+2 1lxUkwh71hfd05nAm9WGdhVZaLZpqnBnulzVSDJDlV8uvfYLSKKzpZuBBMApq5KsJUnf rZAzJLygwl6rhjiwqhgBUxxCzd88o3E8Goc28= Received: by 10.223.87.218 with SMTP id x26mr949955fal.133.1304663848142; Thu, 05 May 2011 23:37:28 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.223.123.137 with HTTP; Thu, 5 May 2011 23:37:08 -0700 (PDT) In-Reply-To: References: From: Baptiste Daroussin Date: Fri, 6 May 2011 06:37:08 +0000 X-Google-Sender-Auth: emPiMJYBVXiGKVyji6gFio91A5U Message-ID: To: wen heping Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perl@freebsd.org Subject: Re: problem of updating devel/p5-Module-Build to 0.3800 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: Fri, 06 May 2011 07:08:03 -0000 2011/5/6 wen heping : > Hi, all: > > =A0 =A0Some perl ports now require devel/p5-Module-Build to 0.3800 but we > have 0.3624 in ports tree. > > =A0 =A0devel/p5-Module-Build install /usr/local/bin/config_data and > /usr/local/man/man1/config_data.1 just as perl-5.10.1 install. > > =A0 =A0I can build and install it and regress test OK but I can not fix > the plist error. > > =A0 =A0Any comments ? > > > Regards, > wen > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" > I manage to fix this, but not in a very clean way, here is the diff http://people.freebsd.org/~bapt/p5-module-build.diff If no one comes with a better solution we could still do it. regards, Bapt