Date: Wed, 17 Mar 2010 20:52:41 -0400 (EDT) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org Subject: ports/144837: [PATCH] net/p5-Net-OAuth: update to 0.22 Message-ID: <20100318005241.D4FBF1711E@spartan.hamla.org> Resent-Message-ID: <201003180100.o2I109Lu083912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144837 >Category: ports >Synopsis: [PATCH] net/p5-Net-OAuth: update to 0.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 18 01:00:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.22 - Changes: http://cpansearch.perl.org/src/KGRENNAN/Net-OAuth-0.22/Changes >How-To-Repeat: >Fix: --- p5-Net-OAuth.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-OAuth/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 21 Nov 2009 14:47:25 -0000 1.15 +++ Makefile 18 Mar 2010 00:39:31 -0000 @@ -7,7 +7,7 @@ # PORTNAME= Net-OAuth -PORTVERSION= 0.20 +PORTVERSION= 0.22 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -43,6 +43,7 @@ Net::OAuth::V1_0A::AccessTokenRequest.3 \ Net::OAuth::V1_0A::RequestTokenRequest.3 \ Net::OAuth::V1_0A::RequestTokenResponse.3 \ - Net::OAuth::V1_0A::UserAuthResponse.3 + Net::OAuth::V1_0A::UserAuthResponse.3 \ + Net::OAuth::XauthAccessTokenRequest.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-OAuth/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 14 Nov 2009 10:23:57 -0000 1.14 +++ distinfo 18 Mar 2010 00:39:31 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-OAuth-0.20.tar.gz) = bd081e4376e71c475336635321b1b2ed -SHA256 (Net-OAuth-0.20.tar.gz) = 3f28dcb6e940e3df0432ed79cc78f6d670128e57182314f092ba7d9f93c6f227 -SIZE (Net-OAuth-0.20.tar.gz) = 36495 +MD5 (Net-OAuth-0.22.tar.gz) = 16550543600a9216cf2a122578774ab8 +SHA256 (Net-OAuth-0.22.tar.gz) = 9da20d0f3afd9059244ca83e45d4dbedace996fe9c18ed076ac95eb5755cd4ba +SIZE (Net-OAuth-0.22.tar.gz) = 37844 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-OAuth/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 18 Jun 2009 23:18:22 -0000 1.4 +++ pkg-plist 18 Mar 2010 00:39:31 -0000 @@ -13,6 +13,7 @@ %%SITE_PERL%%/Net/OAuth/SignatureMethod/RSA_SHA1.pm %%SITE_PERL%%/Net/OAuth/UserAuthRequest.pm %%SITE_PERL%%/Net/OAuth/UserAuthResponse.pm +%%SITE_PERL%%/Net/OAuth/XauthAccessTokenRequest.pm %%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenRequest.pm %%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenResponse.pm %%SITE_PERL%%/Net/OAuth/V1_0A/UserAuthResponse.pm --- p5-Net-OAuth.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100318005241.D4FBF1711E>