Date: Tue, 12 May 2015 12:45:01 +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: r386141 - head/net-im/p5-Net-XMPP Message-ID: <201505121245.t4CCj1DE045042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue May 12 12:45:00 2015 New Revision: 386141 URL: https://svnweb.freebsd.org/changeset/ports/386141 Log: net-im/p5-Net-XMPP: 1.02 -> 1.05 - Increase XML::Stream dependency to 1.24 - Update bug tracker location - RT#94649 use Digest::SHA (from Debian package maintainers) - RT#94650 spelling corrections (from Debian package maintainers) Modified: head/net-im/p5-Net-XMPP/Makefile head/net-im/p5-Net-XMPP/distinfo Modified: head/net-im/p5-Net-XMPP/Makefile ============================================================================== --- head/net-im/p5-Net-XMPP/Makefile Tue May 12 12:38:19 2015 (r386140) +++ head/net-im/p5-Net-XMPP/Makefile Tue May 12 12:45:00 2015 (r386141) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-XMPP -DISTVERSION= 1.02_04 -PORTREVISION= 1 +DISTVERSION= 1.05 CATEGORIES= net-im perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAPATRICK @@ -13,8 +12,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol BUILD_DEPENDS= p5-Authen-SASL>=2.12:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-XML-Stream>=1.23.04:${PORTSDIR}/textproc/p5-XML-Stream + p5-Digest-SHA>=5.95:${PORTSDIR}/security/p5-Digest-SHA \ + p5-XML-Stream>=1.24:${PORTSDIR}/textproc/p5-XML-Stream RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \ p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny Modified: head/net-im/p5-Net-XMPP/distinfo ============================================================================== --- head/net-im/p5-Net-XMPP/distinfo Tue May 12 12:38:19 2015 (r386140) +++ head/net-im/p5-Net-XMPP/distinfo Tue May 12 12:45:00 2015 (r386141) @@ -1,2 +1,2 @@ -SHA256 (Net-XMPP-1.02_04.tar.gz) = 80804c10aa9e9a5ffc1700b23a418987e805e6595777e909d31c9919dba46f59 -SIZE (Net-XMPP-1.02_04.tar.gz) = 104816 +SHA256 (Net-XMPP-1.05.tar.gz) = 4c02200577c2b235a163a09bfaa152bf000fe5f1499ad80ce16ab66808949362 +SIZE (Net-XMPP-1.05.tar.gz) = 103876
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121245.t4CCj1DE045042>