Date: Wed, 14 Jan 2009 14:19:19 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/130558: [PATCH] net/p5-Net-Amazon-S3: Add missing dependencies Message-ID: <200901140619.n0E6JJ9e029640@staff.pixnet.tw> Resent-Message-ID: <200901141910.n0EJA1gl039971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130558 >Category: ports >Synopsis: [PATCH] net/p5-Net-Amazon-S3: Add missing dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 14 19:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901140619.n0E6JJ9e029640>