From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA19216A420; Tue, 13 Sep 2005 12:03:54 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3EC43D53; Tue, 13 Sep 2005 12:03:53 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id B4919125493; Tue, 13 Sep 2005 14:03:51 +0200 (CEST) Date: Tue, 13 Sep 2005 14:03:51 +0200 From: Anton Berezin To: Cheng-Lung Sung Message-ID: <20050913120351.GD22514@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Cheng-Lung Sung , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509061242.j86CgY20009147@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509061242.j86CgY20009147@repoman.freebsd.org> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.10i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:03:54 -0000 On Tue, Sep 06, 2005 at 12:42:34PM +0000, Cheng-Lung Sung wrote: > clsung 2005-09-06 12:42:34 UTC > > FreeBSD ports repository > > Modified files: > textproc/p5-XML-Atom Makefile distinfo > Log: > - update to 0.13 > - changes see http://search.cpan.org/src/MIYAGAWA/XML-Atom-0.13/Changes It fails with perl 5.6.X - there is no way to use XML::Atom::Util, which wants Encode. This can probably be fixed with some creative patching to use Encode::compat for 5.6.X. Or just require 5.8.X outright. \Anton. -- An undefined problem has an infinite number of solutions. -- Robert A. Humphrey