Date: Tue, 16 Feb 2016 17:26:56 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409004 - head/net/p5-XML-Compile-SOAP-AnyEvent Message-ID: <201602161726.u1GHQuBI079591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Feb 16 17:26:56 2016 New Revision: 409004 URL: https://svnweb.freebsd.org/changeset/ports/409004 Log: Update to 0.90. Sort plist and depends, and adjust depends. Note that somehow this module was originally released with the wrong module paths, and this has been fixed in this update. It was XML::Compile::Transfer::SOAPHTTP_AnyEvent and is now XML::Compile::Transport::SOAPHTTP_AnyEvent Even with this the modules do not match the package name. Changes: https://metacpan.org/changes/distribution/XML-Compile-SOAP-AnyEvent Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile Tue Feb 16 17:26:56 2016 (r409004) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-SOAP-AnyEvent -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.90 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Exchange XML via AnyEvent::HTTP -BUILD_DEPENDS= p5-XML-Compile-SOAP>=2.18:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report +BUILD_DEPENDS= p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-SOAP>=3.05:${PORTSDIR}/net/p5-XML-Compile-SOAP RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/distinfo Tue Feb 16 17:26:56 2016 (r409004) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-AnyEvent-0.01.tar.gz) = 3af566053bc91e6e0e024e8cefb662a92a13b1ca4f0b1e908dcbe2cccd34226e -SIZE (XML-Compile-SOAP-AnyEvent-0.01.tar.gz) = 6140 +SHA256 (XML-Compile-SOAP-AnyEvent-0.90.tar.gz) = 634a268f88843078825d74186e65074bcf5ff8747c7e231eb42525541006517c +SIZE (XML-Compile-SOAP-AnyEvent-0.90.tar.gz) = 7178 Modified: head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist ============================================================================== --- head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Tue Feb 16 17:03:36 2016 (r409003) +++ head/net/p5-XML-Compile-SOAP-AnyEvent/pkg-plist Tue Feb 16 17:26:56 2016 (r409004) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/XML::Compile::Transfer::SOAPHTTP_AnyEvent.3.gz -%%SITE_PERL%%/XML/Compile/Transfer/SOAPHTTP_AnyEvent.pm -%%SITE_PERL%%/XML/Compile/Transfer/SOAPHTTP_AnyEvent.pod +%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP_AnyEvent.pm +%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP_AnyEvent.pod +%%PERL5_MAN3%%/XML::Compile::Transport::SOAPHTTP_AnyEvent.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602161726.u1GHQuBI079591>