From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 04:00:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E890516A4C4 for ; Tue, 2 Sep 2003 04:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7736F43FBD for ; Tue, 2 Sep 2003 04:00:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h82B0aUp019295 for ; Tue, 2 Sep 2003 04:00:36 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h82B0aK8019292; Tue, 2 Sep 2003 04:00:36 -0700 (PDT) Date: Tue, 2 Sep 2003 04:00:36 -0700 (PDT) Message-Id: <200309021100.h82B0aK8019292@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Lars Thegler" Subject: Re: ports/56163: [PATCH] textproc/p5-XML-SimpleObject: fix bento build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Thegler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 11:00:37 -0000 The following reply was made to PR ports/56163; it has been noted by GNATS. From: "Lars Thegler" To: Cc: Subject: Re: ports/56163: [PATCH] textproc/p5-XML-SimpleObject: fix bento build error Date: Tue, 2 Sep 2003 12:55:17 +0200 Foxfair Hu wrote: > Actually XML::SimpleObject::LibXML is included in XML::SimpleObject. > And they use the same package file in CPAN. You can see a LibXML/ sub > directory after you extract it. I'm not sure I understand what you mean about "the same package file in CPAN". In CPAN, the $VERSIONs of LibXML.pm are not the same: DBRIAN/XML-SimpleObject-0.53/LibXML/LibXML.pm 0.53 DBRIAN/XML-SimpleObject-LibXML-0.59/LibXML.pm 0.59 The diff between those two versions seems to be non-trivial - if you want to provide XML::SimpleObject::LibXML, I suggest you do that by porting XML-SimpleObject-LibXML-0.59 rather that taking the LibXML.pm from XML-SimpleObject-0.53. It seems the original author has created a bit of a version mess here, but there is no need for us porters to continue that tradition :) > Since there will be a pkg-plist change too, so bump PORTREVISION > is also needed. Fine by me! Commit at will :) /Lars