Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 18:38:40 +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: r329226 - head/www/p5-WebService-Linode
Message-ID:  <201310031838.r93IcelE047472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 18:38:39 2013
New Revision: 329226
URL: http://svnweb.freebsd.org/changeset/ports/329226

Log:
  - Update to 0.13
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/WebService-Linode/Changes

Modified:
  head/www/p5-WebService-Linode/Makefile
  head/www/p5-WebService-Linode/distinfo   (contents, props changed)
  head/www/p5-WebService-Linode/pkg-plist   (contents, props changed)

Modified: head/www/p5-WebService-Linode/Makefile
==============================================================================
--- head/www/p5-WebService-Linode/Makefile	Thu Oct  3 18:38:35 2013	(r329225)
+++ head/www/p5-WebService-Linode/Makefile	Thu Oct  3 18:38:39 2013	(r329226)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WebService-Linode
-PORTVERSION=	0.11
+PORTVERSION=	0.13
 CATEGORIES=	www
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	WebService
@@ -14,16 +14,18 @@ COMMENT=	Perl Interface to the Linode.co
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
-		p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
-		p5-libwww>0:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
+		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 
+NO_STAGE=	yes
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuildtiny
 
 MAN3=		WebService::Linode.3 \
 		WebService::Linode::Base.3 \
 		WebService::Linode::DNS.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-WebService-Linode/distinfo
==============================================================================
--- head/www/p5-WebService-Linode/distinfo	Thu Oct  3 18:38:35 2013	(r329225)
+++ head/www/p5-WebService-Linode/distinfo	Thu Oct  3 18:38:39 2013	(r329226)
@@ -1,2 +1,2 @@
-SHA256 (WebService-Linode-0.11.tar.gz) = 3c7dc7ce8b713da3fb858fe273ab90bb5a4626366200472df907737f45bab6b1
-SIZE (WebService-Linode-0.11.tar.gz) = 13810
+SHA256 (WebService-Linode-0.13.tar.gz) = 42b9351b2a2e30db99dd540d373ecfe2c213a7db17e65c65ac170d84d4b31fe0
+SIZE (WebService-Linode-0.13.tar.gz) = 20311

Modified: head/www/p5-WebService-Linode/pkg-plist
==============================================================================
--- head/www/p5-WebService-Linode/pkg-plist	Thu Oct  3 18:38:35 2013	(r329225)
+++ head/www/p5-WebService-Linode/pkg-plist	Thu Oct  3 18:38:39 2013	(r329226)
@@ -1,8 +1,8 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode/.packlist
 %%SITE_PERL%%/WebService/Linode.pm
 %%SITE_PERL%%/WebService/Linode/Base.pm
 %%SITE_PERL%%/WebService/Linode/DNS.pm
-@dirrmtry %%SITE_PERL%%/WebService/Linode
-@dirrmtry %%SITE_PERL%%/WebService
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
+@dirrmtry %%SITE_PERL%%/WebService/Linode
+@dirrmtry %%SITE_PERL%%/WebService



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031838.r93IcelE047472>