diff options
author | pi <pi@FreeBSD.org> | 2014-08-05 22:19:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-05 22:19:38 +0800 |
commit | a1e28849923300bacc3cb59a3d4d894e8b497936 (patch) | |
tree | 3dfc99ad577f74182acd6d3e1fdc117f47b1eda2 /net-im | |
parent | c88a3224bda1f5464706d4f7c841285d4002d70c (diff) | |
download | freebsd-ports-gnome-a1e28849923300bacc3cb59a3d4d894e8b497936.tar.gz freebsd-ports-gnome-a1e28849923300bacc3cb59a3d4d894e8b497936.tar.zst freebsd-ports-gnome-a1e28849923300bacc3cb59a3d4d894e8b497936.zip |
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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-Net-Async-XMPP/Makefile | 3 | ||||
-rw-r--r-- | net-im/p5-Net-Async-XMPP/distinfo | 4 | ||||
-rw-r--r-- | net-im/p5-Net-Async-XMPP/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net-im/p5-Net-Async-XMPP/Makefile b/net-im/p5-Net-Async-XMPP/Makefile index 227ed30b0e3f..b4a4843009dd 100644 --- a/net-im/p5-Net-Async-XMPP/Makefile +++ b/net-im/p5-Net-Async-XMPP/Makefile @@ -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 diff --git a/net-im/p5-Net-Async-XMPP/distinfo b/net-im/p5-Net-Async-XMPP/distinfo index d2fde2bb7526..e7420847a863 100644 --- a/net-im/p5-Net-Async-XMPP/distinfo +++ b/net-im/p5-Net-Async-XMPP/distinfo @@ -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 diff --git a/net-im/p5-Net-Async-XMPP/pkg-plist b/net-im/p5-Net-Async-XMPP/pkg-plist index 27f6e4298bca..7803e9158845 100644 --- a/net-im/p5-Net-Async-XMPP/pkg-plist +++ b/net-im/p5-Net-Async-XMPP/pkg-plist @@ -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 |