From owner-freebsd-perl@FreeBSD.ORG Sun Sep 22 18:41:07 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA0DEBFE for ; Sun, 22 Sep 2013 18:41:07 +0000 (UTC) (envelope-from lars.thegler@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6649C2F8A for ; Sun, 22 Sep 2013 18:41:07 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id u57so2280245wes.37 for ; Sun, 22 Sep 2013 11:41:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zOsasLgkHdE5OIUyvqD6j/0vXTMSNpa05iD6ZH3s2mI=; b=QI1GjUbnuhXUFQWTBSvVXUoQs8DTPopl4I1zjL5j5Bk6NHByjydlp1G619OMFyiq/t sRaves5D/TlQlF2gaBtKBkJQhJ1/1huxIu7nR6seQAXDbzOmyzpeGzPtQbPceM/7Vt2D 3ORAheLO9RTjPNENrMYVqCN2oUDh+2Cs4X/UaKg3j0pYND61JLk64dkx3vpOt7ZCs0Qz MOIDccD24pbqIWJjIjoqzKc/fYZ9vT5ZUX9aUlU7dbfl1Oqg1WOvBlduVzf0VYGiiNd6 shKQ8FeI/SqcSi4t4UtP207lXuLKZ6WF6fhu/EOgp0D+76hzuY55Ht7la04ikv7KQYdg yp1Q== X-Received: by 10.180.160.165 with SMTP id xl5mr10453275wib.48.1379875265701; Sun, 22 Sep 2013 11:41:05 -0700 (PDT) MIME-Version: 1.0 Sender: lars.thegler@gmail.com Received: by 10.216.12.194 with HTTP; Sun, 22 Sep 2013 11:40:45 -0700 (PDT) In-Reply-To: <523CA410.5010309@astart.com> References: <523B5A7D.9020607@astart.com> <523CA410.5010309@astart.com> From: Lars Thegler Date: Sun, 22 Sep 2013 20:40:45 +0200 X-Google-Sender-Auth: t0V1yoecz0GAtOIx-RBDXvrXncE Message-ID: Subject: Re: Re: addPrefixes missing? To: papowell@astart.com Content-Type: text/plain; charset=ISO-8859-1 Cc: perl , "Mark Overmeer, Markov Solutions" X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 22 Sep 2013 18:41:07 -0000 Patrik, Mark, Thanks for the nudge, I've just updated the port to 0.995, and I'll keep an eye out for Mark's coming update. /Lars On Fri, Sep 20, 2013 at 9:37 PM, Patrick Powell wrote: > Thanks for the great job you guys are doing with Perl support on FreeBSD > Ports! > > I am using the XML::Compile perl modules. The developer Mark Overmeer, > will be updating > to new versions in the near future. > > Also, a dependency needs to be added: > > > On 09/19/13 08:57, Mark Overmeer wrote: >> >> * Patrick Powell (papowell@astart.com) [130919 15:09]: >>> >>> Also, most folks are using CPAN for downloading. But no... I gotta >>> use the FreeBSD Ports stuff... >>> >>> #> example.pl >>> Can't locate object method "addPrefixes" via package >>> "XML::Compile::WSDL11" at >>> /usr/local/lib/perl5/site_perl/5.14/XML/Compile/WSDL11.pm line 44. >> >> addPrefixes was added in XML::Compile::Cache 0.995 >> >>> XML::Compile::Cache 0.99.4 >> >> This is a mistake of FreeBSD ports. The old version was 0.994, but >> they apparently translate this into 0.99.4 which is 0.099_004 > > > -------- Original Message -------- > From: - Thu Sep 19 13:18:47 2013 > X-Account-Key: account1 > X-UIDL: 4feb2842000292f7 > X-Mozilla-Status: 0011 > X-Mozilla-Status2: 00000000 > X-Mozilla-Keys: > Return-Path: > Received: from laptop_84.private (localhost [127.0.0.1]) by > astart2.astart.com (8.14.4/8.14.4) with ESMTP id r8JKAgQV055635; Thu, 19 Sep > 2013 13:10:43 -0700 (PDT) (envelope-from papowell@astart.com) > Message-ID: <523B5A7D.9020607@astart.com> > Date: Thu, 19 Sep 2013 13:11:41 -0700 > From: Patrick Powell > Reply-To: papowell@astart.com > Organization: Astart Technologies > User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130714 > Thunderbird/17.0.7 > MIME-Version: 1.0 > To: XML-Compile > CC: Mark Overmeer, Markov Solutions , > papowell@astart.com > Subject: Re: addPrefixes missing? > References: <523B13A6.60304@astart.com> > <20130919155726.GC21185@moon.overmeer.net> > In-Reply-To: <20130919155726.GC21185@moon.overmeer.net> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Status: > > > > ARGH!!! Right you are. However, I just went in and hand modified the > Makefile: > > test84: {179} # diff -c Makefile* > *** Makefile Thu Sep 19 08:52:02 2013 > --- Makefile.orig Thu Sep 19 12:15:31 2013 > *************** > *** 2,8 **** > # $FreeBSD: textproc/p5-XML-Compile-Cache/Makefile 324174 2013-08-02 > 18:52:07Z mat $ > > PORTNAME= XML-Compile-Cache > ! PORTVERSION= 0.99.5 > CATEGORIES= textproc perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > --- 2,8 ---- > # $FreeBSD: textproc/p5-XML-Compile-Cache/Makefile 324174 2013-08-02 > 18:52:07Z mat $ > > PORTNAME= XML-Compile-Cache > ! PORTVERSION= 0.99.4 > CATEGORIES= textproc perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > > I then did: make clean makesum deinstall reinstall > > And Lo! It downloaded XML-Comple-Cache-0.995 > > However, when I set the version to: > PORTVERSION= 0.995 > > I got: > ===> License ART10 GPLv1 accepted by the user > => XML-Compile-Cache-0995.tar.gz doesn't seem to exist in > /usr/ports/distfiles/. > => Attempting to fetch > ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/XML-Compile-Cache-0995.tar.gz > fetch: > ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/XML-Compile-Cache-0995.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > http://www.cpan.dk/modules/by-module/XML/XML-Compile-Cache-0995.tar.gz > fetch: > http://www.cpan.dk/modules/by-module/XML/XML-Compile-Cache-0995.tar.gz: > Not Found > => Attempting to fetch > ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/XML/XML-Compile-Cache-0995.tar.gz > > Apparently the FreeBSD port maintainers do not like 3 digit > version/subversion numbers. > > The Makefile has the line: > > DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} > > This causes the distribution to be XML-Compile-Cache-0.995 > > I suspect that this is a DuckTape solution... It works, but it sure is > ugly... > > On 09/19/13 08:57, Mark Overmeer wrote: >> >> * Patrick Powell (papowell@astart.com) [130919 15:09]: >>> >>> Also, most folks are using CPAN for downloading. But no... I gotta >>> use the FreeBSD Ports stuff... >>> >>> #> example.pl >>> Can't locate object method "addPrefixes" via package >>> "XML::Compile::WSDL11" at >>> /usr/local/lib/perl5/site_perl/5.14/XML/Compile/WSDL11.pm line 44. >> >> addPrefixes was added in XML::Compile::Cache 0.995 >> >>> XML::Compile::Cache 0.99.4 >> >> This is a mistake of FreeBSD ports. The old version was 0.994, but >> they apparently translate this into 0.99.4 which is 0.099_004 > > > > > > _______________________________________________ > 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"