Date: Mon, 30 Apr 2012 11:38:17 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gunter@six-two.net Subject: ports/167438: [PATCH] net/p5-Net-Google-Spreadsheets: update to 0.15.01 Message-ID: <3Vgs0T3LlGz912@sunpoet.net> Resent-Message-ID: <201204300340.q3U3e9bR007116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167438 >Category: ports >Synopsis: [PATCH] net/p5-Net-Google-Spreadsheets: update to 0.15.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 03:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012 >Description: - Update to 0.1501 - Use TEST_DEPENDS for test-only dependencies Port maintainer (gunter@six-two.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-Google-Spreadsheets-0.15.01.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Google-Spreadsheets/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Jan 2012 17:38:37 -0000 1.4 +++ Makefile 30 Apr 2012 03:37:39 -0000 @@ -6,26 +6,27 @@ # PORTNAME= Net-Google-Spreadsheets -PORTVERSION= 0.14 +PORTVERSION= 0.15.01 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= gunter@six-two.net COMMENT= A Perl module for using Google Spreadhseets API -BUILD_DEPENDS= ${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom \ - ${SITE_PERL}/Net/Google/AuthSub.pm:${PORTSDIR}/net/p5-Net-Google-AuthSub \ - ${SITE_PERL}/Net/Google/DataAPI.pm:${PORTSDIR}/net/p5-Net-Google-DataAPI \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/namespace/autoclean.pm:${PORTSDIR}/devel/p5-namespace-autoclean \ - ${SITE_PERL}/Any/Moose.pm:${PORTSDIR}/devel/p5-Any-Moose \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/MockModule.pm:${PORTSDIR}/devel/p5-Test-MockModule \ - ${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject +BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Mouse>=0.51:${PORTSDIR}/devel/p5-Mouse \ + p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \ + p5-Net-Google-DataAPI>=0.27:${PORTSDIR}/net/p5-Net-Google-DataAPI \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject + PERL_CONFIGURE= yes MAN3= Net::Google::Spreadsheets.3 \ @@ -36,4 +37,10 @@ Net::Google::Spreadsheets::Table.3 \ Net::Google::Spreadsheets::Worksheet.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Google-Spreadsheets/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 20 Mar 2011 12:52:09 -0000 1.4 +++ distinfo 30 Apr 2012 03:37:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (Net-Google-Spreadsheets-0.14.tar.gz) = e889ea3d9293490dc1d0aec1c75b5a179c7f4c0de96553d6d8cb0a6ce7374ffc -SIZE (Net-Google-Spreadsheets-0.14.tar.gz) = 60583 +SHA256 (Net-Google-Spreadsheets-0.1501.tar.gz) = ee9ed7e3521268df73894ff1871831be469f0ccd3c31c88e521633b00a4d3f22 +SIZE (Net-Google-Spreadsheets-0.1501.tar.gz) = 32813 --- p5-Net-Google-Spreadsheets-0.15.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Vgs0T3LlGz912>