From owner-freebsd-perl@FreeBSD.ORG Thu Nov 18 12:46:20 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD96B106564A; Thu, 18 Nov 2010 12:46:20 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9168FC15; Thu, 18 Nov 2010 12:46:20 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 1C5297E81D; Thu, 18 Nov 2010 20:46:19 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101118124619.1C5297E81D@colo-p.gslin.org> Date: Thu, 18 Nov 2010 20:46:19 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-Net-FreshBooks-API: update to 0.18 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 12:46:20 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-Net-FreshBooks-API: update to 0.18 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.3-RELEASE-p2 i386 >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.18 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-FreshBooks-API-0.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Net-FreshBooks-API/Makefile /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/Makefile --- /usr/ports/www/p5-Net-FreshBooks-API/Makefile 2010-11-13 20:34:30.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/Makefile 2010-11-18 20:45:20.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Net-FreshBooks-API -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,20 +24,15 @@ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ - p5-Test-XML>=0:${PORTSDIR}/devel/p5-Test-XML + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean PERL_MODBUILD= yes MAN3= Net::FreshBooks::API.3 \ Net::FreshBooks::API::Base.3 \ Net::FreshBooks::API::Client.3 \ + Net::FreshBooks::API::Error.3 \ Net::FreshBooks::API::Estimate.3 \ Net::FreshBooks::API::Invoice.3 \ Net::FreshBooks::API::InvoiceLine.3 \ @@ -50,4 +45,10 @@ Net::FreshBooks::API::Role::LineItem.3 \ Net::FreshBooks::API::Role::SendBy.3 -.include +.include + +.if ${PERL_LEVEL} < 501104 +BUILD_DEPENDS+= p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build +.endif + +.include diff -ruN --exclude=CVS /usr/ports/www/p5-Net-FreshBooks-API/distinfo /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/distinfo --- /usr/ports/www/p5-Net-FreshBooks-API/distinfo 2010-11-13 20:34:30.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/distinfo 2010-11-18 20:39:36.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Net-FreshBooks-API-0.17.tar.gz) = 9bb139a8823c7de8045968f46cfcdda4817f55f4b7c2930954c5ec09f2545048 -SIZE (Net-FreshBooks-API-0.17.tar.gz) = 37560 +SHA256 (Net-FreshBooks-API-0.18.tar.gz) = 5330d8095757dc9f0bec6aac433a77a8224f46f3925149c20dab1a7e7b521eb0 +SIZE (Net-FreshBooks-API-0.18.tar.gz) = 38500 diff -ruN --exclude=CVS /usr/ports/www/p5-Net-FreshBooks-API/pkg-plist /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/pkg-plist --- /usr/ports/www/p5-Net-FreshBooks-API/pkg-plist 2010-11-12 16:54:45.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-FreshBooks-API/pkg-plist 2010-11-18 20:45:06.000000000 +0800 @@ -1,6 +1,8 @@ +@comment $FreeBSD$ %%SITE_PERL%%/Net/FreshBooks/API.pm %%SITE_PERL%%/Net/FreshBooks/API/Base.pm %%SITE_PERL%%/Net/FreshBooks/API/Client.pm +%%SITE_PERL%%/Net/FreshBooks/API/Error.pm %%SITE_PERL%%/Net/FreshBooks/API/Estimate.pm %%SITE_PERL%%/Net/FreshBooks/API/Invoice.pm %%SITE_PERL%%/Net/FreshBooks/API/InvoiceLine.pm @@ -15,3 +17,4 @@ @dirrmtry %%SITE_PERL%%/Net/FreshBooks/API/Role @dirrmtry %%SITE_PERL%%/Net/FreshBooks/API @dirrmtry %%SITE_PERL%%/Net/FreshBooks +@dirrmtry %%SITE_PERL%%/Net --- p5-Net-FreshBooks-API-0.18.patch ends here ---