[PATCH] sysutils/p5-Brackup: Add missing dependency

Gea-Suan Lin gslin at gslin.org
Sun Oct 28 12:47:15 PDT 2007


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] sysutils/p5-Brackup: Add missing dependency
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.3-PRERELEASE i386
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Thu Oct 25 05:54:55 CST 2007
>Description:
- Add missing dependency.
- Bump PORTREVISION.

Port maintainer (perl at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Brackup-1.06_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/p5-Brackup/Makefile /home/staff/gslin/work/ports/p5-Brackup/Makefile
--- /usr/ports/sysutils/p5-Brackup/Makefile	2007-10-24 03:16:41.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Brackup/Makefile	2007-10-29 03:46:27.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	Brackup
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/B/BR/BRADFITZ
@@ -17,7 +18,8 @@
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
 		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
-		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+		${SITE_PERL}/Net/Amazon/S3.pm:${PORTSDIR}/net/p5-Net-Amazon-S3
 
 PERL_CONFIGURE=	yes
 
--- p5-Brackup-1.06_1.patch ends here ---



More information about the freebsd-perl mailing list