Date: Wed, 30 Jan 2013 19:55:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311267 - head/net/p5-Net-OAuth2 Message-ID: <201301301955.r0UJt8gd067868@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 30 19:55:07 2013 New Revision: 311267 URL: http://svnweb.freebsd.org/changeset/ports/311267 Log: - Update to 0.53 - Add LICENSE - Cleanup Makefile header - Complete PLIST Changes: http://search.cpan.org/dist/Net-OAuth2/Changes Modified: head/net/p5-Net-OAuth2/Makefile (contents, props changed) head/net/p5-Net-OAuth2/distinfo (contents, props changed) head/net/p5-Net-OAuth2/pkg-plist (contents, props changed) Modified: head/net/p5-Net-OAuth2/Makefile ============================================================================== --- head/net/p5-Net-OAuth2/Makefile Wed Jan 30 19:51:53 2013 (r311266) +++ head/net/p5-Net-OAuth2/Makefile Wed Jan 30 19:55:07 2013 (r311267) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-OAuth2 -# Date created: 2012-04-30 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-OAuth2 -PORTVERSION= 0.07 +PORTVERSION= 0.53 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= OAuth 2.0 for Perl -BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Mock-LWP-Dispatch>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP-Dispatch \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ @@ -30,7 +28,8 @@ PERL_CONFIGURE= yes MAN3= Net::OAuth2.3 \ Net::OAuth2::AccessToken.3 \ Net::OAuth2::Client.3 \ - Net::OAuth2::Profile::Base.3 \ + Net::OAuth2::Profile.3 \ + Net::OAuth2::Profile::Password.3 \ Net::OAuth2::Profile::WebServer.3 .include <bsd.port.mk> Modified: head/net/p5-Net-OAuth2/distinfo ============================================================================== --- head/net/p5-Net-OAuth2/distinfo Wed Jan 30 19:51:53 2013 (r311266) +++ head/net/p5-Net-OAuth2/distinfo Wed Jan 30 19:55:07 2013 (r311267) @@ -1,2 +1,2 @@ -SHA256 (Net-OAuth2-0.07.tar.gz) = c2e1e9c8c7e2145f84642815bc740f7d284e34dca6624dc507edfa3070d0c2f1 -SIZE (Net-OAuth2-0.07.tar.gz) = 8369 +SHA256 (Net-OAuth2-0.53.tar.gz) = 14250964778081f75d593820ae294f8b9c56796dbd32e39f2c5f49f1a7aa2c7d +SIZE (Net-OAuth2-0.53.tar.gz) = 20529 Modified: head/net/p5-Net-OAuth2/pkg-plist ============================================================================== --- head/net/p5-Net-OAuth2/pkg-plist Wed Jan 30 19:51:53 2013 (r311266) +++ head/net/p5-Net-OAuth2/pkg-plist Wed Jan 30 19:55:07 2013 (r311267) @@ -1,9 +1,18 @@ %%SITE_PERL%%/Net/OAuth2.pm +%%SITE_PERL%%/Net/OAuth2.pod %%SITE_PERL%%/Net/OAuth2/AccessToken.pm +%%SITE_PERL%%/Net/OAuth2/AccessToken.pod %%SITE_PERL%%/Net/OAuth2/Client.pm -%%SITE_PERL%%/Net/OAuth2/Profile/Base.pm +%%SITE_PERL%%/Net/OAuth2/Client.pod +%%SITE_PERL%%/Net/OAuth2/Profile.pm +%%SITE_PERL%%/Net/OAuth2/Profile.pod +%%SITE_PERL%%/Net/OAuth2/Profile/Password.pm +%%SITE_PERL%%/Net/OAuth2/Profile/Password.pod %%SITE_PERL%%/Net/OAuth2/Profile/WebServer.pm +%%SITE_PERL%%/Net/OAuth2/Profile/WebServer.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OAuth2/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OAuth2 -@dirrmtry %%SITE_PERL%%/Net/OAuth2/Profile -@dirrmtry %%SITE_PERL%%/Net/OAuth2 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OAuth2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/Net/OAuth2/Profile +@dirrm %%SITE_PERL%%/Net/OAuth2 +@dirrmtry %%SITE_PERL%%/Net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301955.r0UJt8gd067868>