[PATCH] net/p5-Net-Amazon-S3: Add missing dependencies
Gea-Suan Lin
gslin at gslin.org
Thu Jan 15 11:01:13 PST 2009
>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 at 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 ---
More information about the freebsd-perl
mailing list