From owner-freebsd-perl@FreeBSD.ORG Fri May 6 03:25:31 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 1A86E106566C for ; Fri, 6 May 2011 03:25:31 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id C774A8FC19 for ; Fri, 6 May 2011 03:25:30 +0000 (UTC) Received: by qyk27 with SMTP id 27so2634869qyk.13 for ; Thu, 05 May 2011 20:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=7Api5oOIoMSDkWlj5d+Q/Ib6KLouiFX6xPdbDDhkNxI=; b=VUJlMinQW0scIhKbugwan6RmWaBQU8V1sbuJqcgLOz9NrmbFbQqWyUyW8c4yWM+gA8 BndFRc9gCDs6/QD6r/OluH4YDhOgeVFodw3ly+d4Pj2tKa6MukTHeDfZnSVU9FcPQqTr mwyqKD1UNxsAB3SHsZwWCl9sCBSXt5z6kR3j8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=a9gOAfkpZ5+L+HSYDv23E3K9eWo4tBbyeCBf2A+HdlFI8Wtx5iRWUF7kfc2nXi5ZOl iq4jp5It4hih1ATaTQw4OBwu1NbnCHXIO9UXCG1Qjs7gG1ZN32L3XjT6cpKzJmLRc/zm QyiH2xocXnPC1k7Pk3Fd5pMFSbuCzIoUapGow= MIME-Version: 1.0 Received: by 10.224.204.72 with SMTP id fl8mr3269738qab.150.1304652329914; Thu, 05 May 2011 20:25:29 -0700 (PDT) Received: by 10.224.80.132 with HTTP; Thu, 5 May 2011 20:25:29 -0700 (PDT) Date: Fri, 6 May 2011 11:25:29 +0800 Message-ID: From: wen heping To: perl@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: 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 03:25:31 -0000 Hi, all: Some perl ports now require devel/p5-Module-Build to 0.3800 but we have 0.3624 in ports tree. devel/p5-Module-Build install /usr/local/bin/config_data and /usr/local/man/man1/config_data.1 just as perl-5.10.1 install. I can build and install it and regress test OK but I can not fix the plist error. Any comments ? Regards, wen