Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2007 03:47:13 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   ports/117616: [PATCH] sysutils/p5-Brackup: Add missing dependency
Message-ID:  <20071028194714.000CE1CC3C@ccreader.NCTU.edu.tw>
Resent-Message-ID: <200710281950.l9SJo4GG018193@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117616
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Brackup: Add missing dependency
>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:   Sun Oct 28 19:50:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>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@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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071028194714.000CE1CC3C>