From gslin@colo-p.gslin.org  Tue Nov 16 03:37:36 2010
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A85E11065670;
	Tue, 16 Nov 2010 03:37:36 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A94D8FC2B;
	Tue, 16 Nov 2010 03:37:36 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id AF6E87E81B; Tue, 16 Nov 2010 11:37:35 +0800 (CST)
Message-Id: <20101116033735.AF6E87E81B@colo-p.gslin.org>
Date: Tue, 16 Nov 2010 11:37:35 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] sysutils/p5-Brackup: Fix missing dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152278
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Brackup: Fix missing dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 16 03:40:09 UTC 2010
>Closed-Date:    Tue Nov 16 09:58:40 UTC 2010
>Last-Modified:  Tue Nov 16 10:00:21 UTC 2010
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
[DESCRIBE CHANGES]

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

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

--- p5-Brackup-1.10_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	2010-11-04 22:29:49.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Brackup/Makefile	2010-11-15 01:14:47.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	Brackup
 PORTVERSION=	1.10
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/B/BR/BRADFITZ
@@ -17,10 +18,13 @@
 
 RUN_DEPENDS=	p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
+		p5-DateTime-Format-ISO8601>0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
 		p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
-		p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \
+		p5-Fuse>0:${PORTSDIR}/sysutils/p5-Fuse \
+		p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-Net-Amazon-S3>0:${PORTSDIR}/net/p5-Net-Amazon-S3 \
-		p5-Net-SFTP>0:${PORTSDIR}/net/p5-Net-SFTP
+		p5-Net-SFTP>0:${PORTSDIR}/net/p5-Net-SFTP \
+		p5-String-Escape>0:${PORTSDIR}/textproc/p5-String-Escape
 
 PERL_CONFIGURE=	yes
 
@@ -46,7 +50,17 @@
 		Brackup::Target::Filesystem.3 \
 		Brackup::Target::Ftp.3 \
 		Brackup::Target::GoogleAppEngine.3 \
-		Brackup::Target::Sftp.3 \
-		Brackup::Target::Riak.3
+		Brackup::Target::Riak.3 \
+		Brackup::Target::Sftp.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500905
+RUN_DEPENDS+=	p5-File-Temp>=0.17:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+=	p5-ExtUtils-Manifest>=1.52:${PORTSDIR}/devel/p5-ExtUtils-Manifest
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Brackup-1.10_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 16 03:40:24 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152278 
Responsible-Changed-From-To: perl->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Tue Nov 16 08:20:32 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152278 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Tue Nov 16 09:58:39 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152278 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152278: commit references a PR
Date: Tue, 16 Nov 2010 09:58:27 +0000 (UTC)

 jadawin     2010-11-16 09:58:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/p5-Brackup  Makefile 
   Log:
   - Fix missing dependencies.
   - Bump PORTREVISION
   
   PR:             ports/152278
   Submitted by:   Gea-Suan Lin <gslin AT gslin.org>
   
   Revision  Changes    Path
   1.9       +19 -5     ports/sysutils/p5-Brackup/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
