svn commit: r311321 - head/net-im/p5-AnyEvent-XMPP
Philippe Audeoud
jadawin at FreeBSD.org
Thu Jan 31 16:31:27 UTC 2013
Author: jadawin
Date: Thu Jan 31 16:31:26 2013
New Revision: 311321
URL: http://svnweb.freebsd.org/changeset/ports/311321
Log:
- Update to 0.54
- Changelog: http://cpansearch.perl.org/src/MSTPLBG/AnyEvent-XMPP-0.54/Changes
Modified:
head/net-im/p5-AnyEvent-XMPP/Makefile (contents, props changed)
head/net-im/p5-AnyEvent-XMPP/distinfo (contents, props changed)
head/net-im/p5-AnyEvent-XMPP/pkg-plist (contents, props changed)
Modified: head/net-im/p5-AnyEvent-XMPP/Makefile
==============================================================================
--- head/net-im/p5-AnyEvent-XMPP/Makefile Thu Jan 31 16:30:02 2013 (r311320)
+++ head/net-im/p5-AnyEvent-XMPP/Makefile Thu Jan 31 16:31:26 2013 (r311321)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-AnyEvent-XMPP
-# Date created: 15 Aug, 2009
-# Whom: Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= AnyEvent-XMPP
-PORTVERSION= 0.52
+PORTVERSION= 0.54
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -72,6 +68,7 @@ MAN3= AnyEvent::XMPP.3 \
AnyEvent::XMPP::Error::IQ.3 \
AnyEvent::XMPP::IM::Presence.3 \
AnyEvent::XMPP::Ext::MUC::Room.3 \
+ AnyEvent::XMPP::Ext::Receipts.3 \
AnyEvent::XMPP::Client.3
.include <bsd.port.pre.mk>
Modified: head/net-im/p5-AnyEvent-XMPP/distinfo
==============================================================================
--- head/net-im/p5-AnyEvent-XMPP/distinfo Thu Jan 31 16:30:02 2013 (r311320)
+++ head/net-im/p5-AnyEvent-XMPP/distinfo Thu Jan 31 16:31:26 2013 (r311321)
@@ -1,2 +1,2 @@
-SHA256 (AnyEvent-XMPP-0.52.tar.gz) = d953c2558b772a2d92d6cd6bf2b473cb6cf10e92cd1e98628d4eb01f64a83fa0
-SIZE (AnyEvent-XMPP-0.52.tar.gz) = 119258
+SHA256 (AnyEvent-XMPP-0.54.tar.gz) = bd8d03bf860f26efd2aef8914f466b486222a190bdb27013a25bcd8aa2271020
+SIZE (AnyEvent-XMPP-0.54.tar.gz) = 122640
Modified: head/net-im/p5-AnyEvent-XMPP/pkg-plist
==============================================================================
--- head/net-im/p5-AnyEvent-XMPP/pkg-plist Thu Jan 31 16:30:02 2013 (r311320)
+++ head/net-im/p5-AnyEvent-XMPP/pkg-plist Thu Jan 31 16:31:26 2013 (r311321)
@@ -26,6 +26,7 @@
%%SITE_PERL%%/AnyEvent/XMPP/Ext/OOB.pm
%%SITE_PERL%%/AnyEvent/XMPP/Ext/Ping.pm
%%SITE_PERL%%/AnyEvent/XMPP/Ext/Pubsub.pm
+%%SITE_PERL%%/AnyEvent/XMPP/Ext/Receipts.pm
%%SITE_PERL%%/AnyEvent/XMPP/Ext/RegisterForm.pm
%%SITE_PERL%%/AnyEvent/XMPP/Ext/Registration.pm
%%SITE_PERL%%/AnyEvent/XMPP/Ext/VCard.pm
More information about the svn-ports-head
mailing list