From owner-freebsd-perl@FreeBSD.ORG Thu Apr 7 21:18:19 2011 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FF05106566B; Thu, 7 Apr 2011 21:18:19 +0000 (UTC) (envelope-from milki@dev-www7.rescomp.berkeley.edu) Received: from dev-www7.rescomp.berkeley.edu (dev-www7.Rescomp.Berkeley.EDU [169.229.71.57]) by mx1.freebsd.org (Postfix) with ESMTP id 533968FC14; Thu, 7 Apr 2011 21:18:19 +0000 (UTC) Received: from dev-www7.rescomp.berkeley.edu (localhost [127.0.0.1]) by dev-www7.rescomp.berkeley.edu (8.14.4/8.14.4) with ESMTP id p37LIIPH035118; Thu, 7 Apr 2011 14:18:19 -0700 (PDT) (envelope-from milki@dev-www7.rescomp.berkeley.edu) Received: (from milki@localhost) by dev-www7.rescomp.berkeley.edu (8.14.4/8.14.4/Submit) id p37LIILW035117; Thu, 7 Apr 2011 14:18:18 -0700 (PDT) (envelope-from milki) Date: Thu, 7 Apr 2011 14:18:18 -0700 (PDT) Message-Id: <201104072118.p37LIILW035117@dev-www7.rescomp.berkeley.edu> To: FreeBSD-gnats-submit@freebsd.org From: milki X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] net-im/p5-Net-XMPP: update to 1.02.02 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 21:18:19 -0000 >Submitter-Id: current-users >Originator: milki >Organization: UC Berkeley - RSSP-IT >Confidential: no >Synopsis: [PATCH] net-im/p5-Net-XMPP: update to 1.02.02 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.3-RELEASE-p4 amd64 >Environment: System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #15: Tue Nov 30 11:51:59 PST 2010 >Description: - Update to 1.02.02 Depends on prs ports/156256 and ports/156260 for completion. Port new port p5-LWP-Online 1.07 maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-XMPP-1.02.02.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-im/p5-Net-XMPP/Makefile /tmp/milki/ports/p5-Net-XMPP/Makefile --- /usr/ports/net-im/p5-Net-XMPP/Makefile 2009-09-19 13:38:21.000000000 -0700 +++ /tmp/milki/ports/p5-Net-XMPP/Makefile 2011-04-07 14:17:37.000000000 -0700 @@ -6,20 +6,25 @@ # PORTNAME= Net-XMPP -PORTVERSION= 1.02 +DISTVERSION= 1.02_02 CATEGORIES= net-im perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAPATRICK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol -BUILD_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \ - p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 -RUN_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \ +BUILD_DEPENDS+= p5-XML-Stream>=1.23.04:${PORTSDIR}/textproc/p5-XML-Stream \ + p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Authen-SASL>=2.12:${PORTSDIR}/security/p5-Authen-SASL \ + p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny +RUN_DEPENDS+= p5-XML-Stream>=1.23.04:${PORTSDIR}/textproc/p5-XML-Stream \ p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 -USE_PERL5= 5.8.0+ # Require perl 5.8.x due to XML::Stream +TEST_DEPENDS+= p5-Test-More>=0.92:${PORTSDIR}/devel/p5-Test-More + +USE_PERL5= 5.8.0+ # Require due to XML::Stream PERL_MODBUILD= yes MAN3= Net::XMPP.3 Net::XMPP::Client.3 Net::XMPP::Connection.3 \ diff -ruN --exclude=CVS /usr/ports/net-im/p5-Net-XMPP/distinfo /tmp/milki/ports/p5-Net-XMPP/distinfo --- /usr/ports/net-im/p5-Net-XMPP/distinfo 2011-03-20 05:53:33.000000000 -0700 +++ /tmp/milki/ports/p5-Net-XMPP/distinfo 2011-04-07 11:05:59.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (Net-XMPP-1.02.tar.gz) = 69761441e214042b10b6608afaffbb1b5262e4aaaddb4b315dbf2ea48c4742ea -SIZE (Net-XMPP-1.02.tar.gz) = 121653 +SHA256 (Net-XMPP-1.02_02.tar.gz) = 08e6482c83819789298536adb7e9c80b34b33683d50931e74022da28a3c92312 +SIZE (Net-XMPP-1.02_02.tar.gz) = 125998 --- p5-Net-XMPP-1.02.02.patch ends here ---