From owner-freebsd-perl@FreeBSD.ORG Thu Jan 15 19:01:13 2009 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 A61B01065670 for ; Thu, 15 Jan 2009 19:01:13 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 458018FC23 for ; Thu, 15 Jan 2009 19:01:11 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (gslin@localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id n0E6JKiJ029641; Wed, 14 Jan 2009 14:19:20 +0800 (CST) (envelope-from gslin@staff.pixnet.tw) Received: (from gslin@localhost) by staff.pixnet.tw (8.14.2/8.14.2/Submit) id n0E6JJ9e029640; Wed, 14 Jan 2009 14:19:19 +0800 (CST) (envelope-from gslin) Date: Wed, 14 Jan 2009 14:19:19 +0800 (CST) Message-Id: <200901140619.n0E6JJ9e029640@staff.pixnet.tw> To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org, gslin@gslin.org Subject: [PATCH] net/p5-Net-Amazon-S3: Add missing dependencies 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, 15 Jan 2009 19:01:13 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] net/p5-Net-Amazon-S3: Add missing dependencies >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.0-STABLE amd64 >Environment: System: FreeBSD staff.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: - Add missing dependencies. - Bump PORTREVISION. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Amazon-S3-0.48_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Amazon-S3/Makefile /usr/home/admin/gslin/work/ports/p5-Net-Amazon-S3/Makefile --- /usr/ports/net/p5-Net-Amazon-S3/Makefile 2008-12-07 01:38:49.000000000 +0800 +++ /usr/home/admin/gslin/work/ports/p5-Net-Amazon-S3/Makefile 2009-01-14 14:18:05.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= Net-Amazon-S3 PORTVERSION= 0.48 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,13 @@ COMMENT= Use the Amazon S3 - Simple Storage Service RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww --- p5-Net-Amazon-S3-0.48_1.patch ends here ---