svn commit: r364103 - head/net-im/p5-Net-Async-XMPP
Kurt Jaeger
pi at FreeBSD.org
Tue Aug 5 14:19:39 UTC 2014
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
More information about the svn-ports-all
mailing list