Date: Tue, 5 Aug 2014 14:26:22 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364104 - head/net-im/p5-Protocol-XMPP Message-ID: <53e0e98f.5bf6.5f25c717@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Aug 5 14:26:22 2014 New Revision: 364104 URL: http://svnweb.freebsd.org/changeset/ports/364104 QAT: https://qat.redports.org/buildarchive/r364104/ Log: net-im/p5-Protocol-XMPP: 0.005 -> 0.006 - API updates to support Futures - Avoid hardcoded debug flag (oops) - Fixed SASL auth handling (was adding then removing a stray '1' from the SASL string) - documentation added Modified: head/net-im/p5-Protocol-XMPP/Makefile head/net-im/p5-Protocol-XMPP/distinfo head/net-im/p5-Protocol-XMPP/pkg-plist Modified: head/net-im/p5-Protocol-XMPP/Makefile ============================================================================== --- head/net-im/p5-Protocol-XMPP/Makefile Tue Aug 5 14:19:38 2014 (r364103) +++ head/net-im/p5-Protocol-XMPP/Makefile Tue Aug 5 14:26:22 2014 (r364104) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-XMPP -PORTVERSION= 0.005 -PORTREVISION= 1 +PORTVERSION= 0.006 CATEGORIES= net-im perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEAM Modified: head/net-im/p5-Protocol-XMPP/distinfo ============================================================================== --- head/net-im/p5-Protocol-XMPP/distinfo Tue Aug 5 14:19:38 2014 (r364103) +++ head/net-im/p5-Protocol-XMPP/distinfo Tue Aug 5 14:26:22 2014 (r364104) @@ -1,2 +1,2 @@ -SHA256 (Protocol-XMPP-0.005.tar.gz) = cfba6257c0d44debc9605dd89f58d3edea15309bdc154038e00f7d98bdc1a221 -SIZE (Protocol-XMPP-0.005.tar.gz) = 18955 +SHA256 (Protocol-XMPP-0.006.tar.gz) = 0c99684610a767e1a581b7c375bbfee4d10554ac30b90e566b7bf47c613dc921 +SIZE (Protocol-XMPP-0.006.tar.gz) = 32270 Modified: head/net-im/p5-Protocol-XMPP/pkg-plist ============================================================================== --- head/net-im/p5-Protocol-XMPP/pkg-plist Tue Aug 5 14:19:38 2014 (r364103) +++ head/net-im/p5-Protocol-XMPP/pkg-plist Tue Aug 5 14:26:22 2014 (r364104) @@ -21,46 +21,81 @@ %%PERL5_MAN3%%/Protocol::XMPP::Element::Response.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Element::Session.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Element::StartTLS.3.gz +%%PERL5_MAN3%%/Protocol::XMPP::Element::Stream.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Element::Subject.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Element::Success.3.gz %%PERL5_MAN3%%/Protocol::XMPP::ElementBase.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Handler.3.gz %%PERL5_MAN3%%/Protocol::XMPP::IQ::Roster.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Message.3.gz +%%PERL5_MAN3%%/Protocol::XMPP::Roster.3.gz %%PERL5_MAN3%%/Protocol::XMPP::Stream.3.gz %%PERL5_MAN3%%/Protocol::XMPP::TextElement.3.gz %%PERL5_MAN3%%/Protocol::XMPP::User.3.gz %%SITE_PERL%%/Protocol/XMPP.pm %%SITE_PERL%%/Protocol/XMPP/Base.pm +%%SITE_PERL%%/Protocol/XMPP/Base.pod %%SITE_PERL%%/Protocol/XMPP/Contact.pm +%%SITE_PERL%%/Protocol/XMPP/Contact.pod %%SITE_PERL%%/Protocol/XMPP/Element/Active.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Active.pod %%SITE_PERL%%/Protocol/XMPP/Element/Auth.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Auth.pod %%SITE_PERL%%/Protocol/XMPP/Element/Bind.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Bind.pod %%SITE_PERL%%/Protocol/XMPP/Element/Body.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Body.pod %%SITE_PERL%%/Protocol/XMPP/Element/Challenge.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Challenge.pod %%SITE_PERL%%/Protocol/XMPP/Element/Feature.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Feature.pod %%SITE_PERL%%/Protocol/XMPP/Element/Features.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Features.pod %%SITE_PERL%%/Protocol/XMPP/Element/HTML.pm +%%SITE_PERL%%/Protocol/XMPP/Element/HTML.pod %%SITE_PERL%%/Protocol/XMPP/Element/IQ.pm +%%SITE_PERL%%/Protocol/XMPP/Element/IQ.pod %%SITE_PERL%%/Protocol/XMPP/Element/JID.pm +%%SITE_PERL%%/Protocol/XMPP/Element/JID.pod %%SITE_PERL%%/Protocol/XMPP/Element/Mechanism.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Mechanism.pod %%SITE_PERL%%/Protocol/XMPP/Element/Mechanisms.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Mechanisms.pod %%SITE_PERL%%/Protocol/XMPP/Element/Message.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Message.pod %%SITE_PERL%%/Protocol/XMPP/Element/Nick.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Nick.pod %%SITE_PERL%%/Protocol/XMPP/Element/Presence.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Presence.pod %%SITE_PERL%%/Protocol/XMPP/Element/Proceed.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Proceed.pod %%SITE_PERL%%/Protocol/XMPP/Element/Register.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Register.pod %%SITE_PERL%%/Protocol/XMPP/Element/Response.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Response.pod %%SITE_PERL%%/Protocol/XMPP/Element/Session.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Session.pod %%SITE_PERL%%/Protocol/XMPP/Element/StartTLS.pm +%%SITE_PERL%%/Protocol/XMPP/Element/StartTLS.pod +%%SITE_PERL%%/Protocol/XMPP/Element/Stream.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Stream.pod %%SITE_PERL%%/Protocol/XMPP/Element/Subject.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Subject.pod %%SITE_PERL%%/Protocol/XMPP/Element/Success.pm +%%SITE_PERL%%/Protocol/XMPP/Element/Success.pod %%SITE_PERL%%/Protocol/XMPP/ElementBase.pm +%%SITE_PERL%%/Protocol/XMPP/ElementBase.pod %%SITE_PERL%%/Protocol/XMPP/Handler.pm +%%SITE_PERL%%/Protocol/XMPP/Handler.pod %%SITE_PERL%%/Protocol/XMPP/IQ/Roster.pm +%%SITE_PERL%%/Protocol/XMPP/IQ/Roster.pod %%SITE_PERL%%/Protocol/XMPP/Message.pm +%%SITE_PERL%%/Protocol/XMPP/Message.pod +%%SITE_PERL%%/Protocol/XMPP/Roster.pm %%SITE_PERL%%/Protocol/XMPP/Stream.pm +%%SITE_PERL%%/Protocol/XMPP/Stream.pod %%SITE_PERL%%/Protocol/XMPP/TextElement.pm +%%SITE_PERL%%/Protocol/XMPP/TextElement.pod %%SITE_PERL%%/Protocol/XMPP/User.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/XMPP/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/XMPP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0e98f.5bf6.5f25c717>