From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 18 12:50:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B06561065695 for ; Thu, 18 Nov 2010 12:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 776B38FC1F for ; Thu, 18 Nov 2010 12:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAICoBru088178 for ; Thu, 18 Nov 2010 12:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAICoBtM088177; Thu, 18 Nov 2010 12:50:11 GMT (envelope-from gnats) Resent-Date: Thu, 18 Nov 2010 12:50:11 GMT Resent-Message-Id: <201011181250.oAICoBtM088177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin 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) Message-Id: <20101118124619.1C5297E81D@colo-p.gslin.org> Date: Thu, 18 Nov 2010 20:46:19 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/152362: [PATCH] www/p5-Net-FreshBooks-API: update to 0.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 12:50:11 -0000 >Number: 152362 >Category: ports >Synopsis: [PATCH] www/p5-Net-FreshBooks-API: update to 0.18 >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: Thu Nov 18 12:50:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >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 --- >Release-Note: >Audit-Trail: >Unformatted: