Date: Tue, 5 Aug 2014 14:19:38 +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: r364103 - head/net-im/p5-Net-Async-XMPP Message-ID: <53e0e7fb.586a.97f0015@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Aug 5 14:19:38 2014 New Revision: 364103 URL: http://svnweb.freebsd.org/changeset/ports/364103 QAT: https://qat.redports.org/buildarchive/r364103/ Log: net-im/p5-Net-Async-XMPP: 0.002 -> 0.003 - Most of the public API methods now use Futures to indicate completion - SRV lookup - needs DNS although an optional constant allows getnameinfo lookups - Don't include <show> element in initial presence notification. - Initial documentation for some of the more useful public methods Modified: head/net-im/p5-Net-Async-XMPP/Makefile head/net-im/p5-Net-Async-XMPP/distinfo head/net-im/p5-Net-Async-XMPP/pkg-plist Modified: head/net-im/p5-Net-Async-XMPP/Makefile ============================================================================== --- head/net-im/p5-Net-Async-XMPP/Makefile Tue Aug 5 14:10:25 2014 (r364102) +++ head/net-im/p5-Net-Async-XMPP/Makefile Tue Aug 5 14:19:38 2014 (r364103) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Async-XMPP -PORTVERSION= 0.002 -PORTREVISION= 1 +PORTVERSION= 0.003 CATEGORIES= net-im perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEAM Modified: head/net-im/p5-Net-Async-XMPP/distinfo ============================================================================== --- head/net-im/p5-Net-Async-XMPP/distinfo Tue Aug 5 14:10:25 2014 (r364102) +++ head/net-im/p5-Net-Async-XMPP/distinfo Tue Aug 5 14:19:38 2014 (r364103) @@ -1,2 +1,2 @@ -SHA256 (Net-Async-XMPP-0.002.tar.gz) = ebe00a1d73a20cc7aa3edbcbb3ff8b0597152645349c698f8be6dbb035daeda8 -SIZE (Net-Async-XMPP-0.002.tar.gz) = 11790 +SHA256 (Net-Async-XMPP-0.003.tar.gz) = da4d15691f76901002791fa76f18ff0750c9db6594d2cacdff375be486a3a619 +SIZE (Net-Async-XMPP-0.003.tar.gz) = 21134 Modified: head/net-im/p5-Net-Async-XMPP/pkg-plist ============================================================================== --- head/net-im/p5-Net-Async-XMPP/pkg-plist Tue Aug 5 14:10:25 2014 (r364102) +++ head/net-im/p5-Net-Async-XMPP/pkg-plist Tue Aug 5 14:19:38 2014 (r364103) @@ -4,7 +4,9 @@ %%PERL5_MAN3%%/Net::Async::XMPP::Server.3.gz %%SITE_PERL%%/Net/Async/XMPP.pm %%SITE_PERL%%/Net/Async/XMPP/Client.pm +%%SITE_PERL%%/Net/Async/XMPP/Client.pod %%SITE_PERL%%/Net/Async/XMPP/Protocol.pm +%%SITE_PERL%%/Net/Async/XMPP/Protocol.pod %%SITE_PERL%%/Net/Async/XMPP/Server.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/XMPP/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/XMPP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0e7fb.586a.97f0015>