aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-OAuth
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-06-20 21:09:33 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-06-20 21:09:33 +0000
commit735dc123966d5b297cc379cc4951e9a87276a127 (patch)
tree21eb9a3a0b7981e5c8167d4b10f0b332e6775381 /net/p5-Net-OAuth
parent406403cc0664b345ceb52de57d2ed622e3aab185 (diff)
downloadports-735dc123966d5b297cc379cc4951e9a87276a127.tar.gz
ports-735dc123966d5b297cc379cc4951e9a87276a127.zip
- Update to 0.27
- Update my email to @FreeBSD.org Approved by: wxs@/itetcu@ (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=256769
Diffstat (limited to 'net/p5-Net-OAuth')
-rw-r--r--net/p5-Net-OAuth/Makefile7
-rw-r--r--net/p5-Net-OAuth/distinfo6
-rw-r--r--net/p5-Net-OAuth/pkg-plist1
3 files changed, 8 insertions, 6 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile
index f6d7eec28352..bd6904e045ea 100644
--- a/net/p5-Net-OAuth/Makefile
+++ b/net/p5-Net-OAuth/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= Net-OAuth
-PORTVERSION= 0.25
+PORTVERSION= 0.27
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= sahil@tandon.net
+MAINTAINER= sahil@FreeBSD.org
COMMENT= An implementation of the OAuth protocol
BUILD_DEPENDS= p5-Encode>=2.35:${PORTSDIR}/converters/p5-Encode \
@@ -43,6 +43,7 @@ MAN3= Net::OAuth.3 \
Net::OAuth::V1_0A::RequestTokenRequest.3 \
Net::OAuth::V1_0A::RequestTokenResponse.3 \
Net::OAuth::V1_0A::UserAuthResponse.3 \
- Net::OAuth::XauthAccessTokenRequest.3
+ Net::OAuth::XauthAccessTokenRequest.3 \
+ Net::OAuth::YahooAccessTokenRefreshRequest.3
.include <bsd.port.mk>
diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo
index 464f5935bb26..c319e0946f60 100644
--- a/net/p5-Net-OAuth/distinfo
+++ b/net/p5-Net-OAuth/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-OAuth-0.25.tar.gz) = 40d11bf0ffaafcc1dff1230b1a386bb2
-SHA256 (Net-OAuth-0.25.tar.gz) = 913233b1d9f08c3bc1213aeb48a3824a83a07a5f359910a8441784f90cd59bab
-SIZE (Net-OAuth-0.25.tar.gz) = 38214
+MD5 (Net-OAuth-0.27.tar.gz) = 6b7a854c8c848ba08e5e0703bdfd8c95
+SHA256 (Net-OAuth-0.27.tar.gz) = eab8d43c12b5891f9ec1f70f5aa1783a017eb68a36b16732d50bfe13e08000e4
+SIZE (Net-OAuth-0.27.tar.gz) = 39113
diff --git a/net/p5-Net-OAuth/pkg-plist b/net/p5-Net-OAuth/pkg-plist
index 4312994c91be..82497b1aa42f 100644
--- a/net/p5-Net-OAuth/pkg-plist
+++ b/net/p5-Net-OAuth/pkg-plist
@@ -14,6 +14,7 @@
%%SITE_PERL%%/Net/OAuth/UserAuthRequest.pm
%%SITE_PERL%%/Net/OAuth/UserAuthResponse.pm
%%SITE_PERL%%/Net/OAuth/XauthAccessTokenRequest.pm
+%%SITE_PERL%%/Net/OAuth/YahooAccessTokenRefreshRequest.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